+ Reply to Thread
Results 3,871 to 3,900 of 4610
-
It asks me an username and a password. If it is another restricted video I cannot do much about it...
Do you have HTTPFox installed ?
Activate it before reloading the page ( clean all previous catched url if any ), reload the page and in the search tab type video and you will filter all video objects captured.
Copy and paste here all links you've got. -
@danielko: I can't PM you, I don't know why, this message you send me
Originally Posted by danielko
To download with ffmpeg, just parse
Code:ffmpeg -i rtmp://148.251.85.99:1935/vod -c:v copy -c:a copy -flags +global_header -y video.mp4
-
anyone can help this
Code:http://tpr199196sec-vh.akamaihd.net/z/secure/SPE_-_Central_Europe/194/451/SHANCH00103-Hungary,.,_1300.,_670.,mp4.csmil/2_6b2ff5ecca11e4fd_Seg1-Frag1_AQBZhPePaFMEjBb+mVYLKYb50+S5uW4ywUOJXyjsgbrdi8E9uyc4Wgzb+0EK2nLQ6qh15%2fx7?hdntl=exp=1453017265~acl=%2fz%2fsecure%2fSPE_-_Central_Europe%2f194%2f451%2fSHANCH00103-Hungary*~data=hdntl~hmac=145102203f9a1188514d139c361069436d45c3ff2a5e2f754c8cb0025a7cd273&als=64.58,60,1.6,0,659,1188,24.88,500,0,139,t,2325.65,2394.28,f,s,PCJSKSPVTWLQ,3.5.0,139&hdcore=3.5.0
-
-
Sorry for being late.
You need the following setup to download the video file. It's the easiest way I've found so far.
Code:1. Download and install PHP: http://nl3.php.net/downloads.php 2. Download AdobeHDS script: https://github.com/K-S-V/Scripts/blob/master/AdobeHDS.php ( wiki: https://github.com/K-S-V/Scripts/wiki ) 3. Download HDS Link Detector: https://addons.mozilla.org/en-US/firefox/addon/hds-link-detector/ ( it will find for you the manifest of the video ) 4. Make sure to activate HDS Link Detector BEFORE starting playing video on the web page you give me ( it prompt automatically the command, just tip activate when it will show up ) 5. Open the terminal in the same directory you download AdobeHDS.php and parse the command HDS Link Detector gave you
-
It's working perfectly too! I try couple of times to working, but i dont understand why not working, i skipped some steps, tyvm!
-
I really need help please. I NEED this! I'm from outside Ireland and can't do it. http://www.rte.ie/player/ie/show/the-tommy-tiernan-show-tv-30003801/10510011 -
Someone lovely has passed along these links:
http://feeds.rasset.ie/rteavgen/player/playlist/?type=iptv&format=json&showId=10510011
http://cdn.rasset.ie/hds-vod//2015/1227/20151227_rteone-thetommyti_cl10510011_10510148..._/manifest.f4m
http://cdn.rasset.ie/hds-vod//2015/1227/20151227_rteone-thetommyti_cl10510011_10510148..._2048k.mp4.f4m
FFMPEG won't work because I need to be within Ireland. I think. Can anyone shed some light? (If I could get the actual stream to play then I could screen record it at the very least.)
Thank you so kindly for any help. -
Last edited by fracassato; 17th Jan 2016 at 11:29.
-
Hi all,
i try to extract a live stream from a Wowza Streaming Server.
You can see the flashplayer-stream at:
http://tv.exitoostore.com/2015/12/tv-online-tvn-v7.html
I sniffed the tcp traffic to the streaming server and extracted the following interesting data:
http://live.64ma.com:1930/tv/cmp.swf?ver=201406301600..t.cUrl..1rtmp://pip-live-tving-...videoCodecs.@o........
videoFunction.?.........pageUrl..Xhttp://live.64ma.com:1930/tv/html/flv.asp?code=O2idv2iYJ6wkJRXKTn1KS2vSHRX7IgvCOBDs8 QNK3...objectEncoding.@.......................&%..............&%................................................. .._result.?..........fmsVer...FMS/3,5,7,7009..capabilities.@?........mode.?......... ....level...status..code...NetConnection.Connect.S uccess..description...Connection succeeded...data.......version..
3,5,7,7009.....clientid.A....@....objectEncoding.@ ............|..........&%.C...........createStream.@........B.....
..........................._result.@.........?.... .........J.........play............5EC7A974C899C75 A7965B81E7028032E4?content_type=PREVIEW........... .................................onStatus......... ....level...status..code...NetStream.Play.Reset..d escription...Playing and resetting wowz://pip-live-tvingorigin2.myskcdn.com:1935/tvn/_definst_/s5|wowz://pip-live-tvingbackup2.myskcdn.com:1935/tvn/_definst_/s5...clientid.A....@..........."........onStatus.............level...status..code. ..NetStream.Play.Start..description...Started playing wowz://pip-live-tvingorigin2.myskcdn.com:1935/tvn/_definst_/s5|wowz://pip-live-tvingbackup2.myskcdn.com:1935/tvn/_definst_/s5
Maybe somebody could help to get the livestream with rtmpdump, vlc or similar.
UPDATE
I solved the problem myself. I found the following tool: https://github.com/andreafabrizi/rtmpSnoop
It worked perfect and shows the stream information while starting the website-player:
# ./rtmpSnoop.py
rtmpSnoop v0.2.1 - The RTMP Sniffer!
Andrea Fabrizi - andrea.fabrizi@gmail.com
Starting sniffing on all devices...
* RTMP Stream found!
*************************************
url: rtmp://pip-live-tving-tvn.cjenm.skcdn.com:80/tvn/EC7A974C899C75A7965B81E7028032E4?content_type=PREV IEW
app: tvn/
pageUrl: http://live.64ma.com:1930/tv/html/flv.asp?code=O2idv2iYJ6wkJRXKTn1KS2vSHRX7IgvCOBDs8QNK3
swfUrl: http://live.64ma.com:1930/tv/cmp.swf?ver=201406301600
tcUrl: rtmp://pip-live-tving-tvn.cjenm.skcdn.com:80/tvn/
playPath: EC7A974C899C75A7965B81E7028032E4?content_type=PREV IEW
flashVer: LNX 11,2,202,554
*************************************Last edited by MySpy; 17th Jan 2016 at 12:11.
-
Hi all!
I want to download a video which is available than a video on demand on AXS TV,you can find the video here:
http://www.axs.tv/schedules/free-on-demand/
I want to grab the Farm Aid 30 special...
But I could not access the video with the download code!
Could anyone help me with a link or a code for downloading the video?
Greetings,
HJ -
Hi!
I want to download this video http://observator.tv/sport/becali-se-uita-la-filme-coreene-82889.html
I searched for its code. It is [http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/playli...r7eeZlWFed7A=]
I used a .bat which was made here. Only replaced the link with the one above. It looks like this
livestreamer --http-header "User-Agent=Mozilla/5.0 (iPhone; U; CPU iPhone OS 3_1_2 like Mac OS X; ko-kr) AppleWebKit/528.18 (KHTML,like Gecko) Version/4.0 Mobile/7D11 Safari/528.16" "hls://http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/playlist.m3u8?letokenstarttime=1453297802&letokenendtime=1453305002&letokensource=web&letokenhash=K6mgdp_x_6UxtyjcRyVjTDJ-2fUGvxYr7eeZlWFed7A=" best -o abc.ts
But it doesn't work. It says it couldn't find the stream. Please help me!
With thanks... -
You can grab the video with following steps!
user agent switcher /chrome mobile) > reloading the site > IDM > Code: http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/chunkl...mQlNZWT0=.m3u8 > FFmpeg with following code:
ffmpeg -i http://storage2bp.aplay.ro/vod/_definst_/mp4:antena1/2012/02/08/K03RCM6Lz92.mp4/chunkl...mQlNZWT0=.m3u8 -c copy ab.ts
Good luck,
HJ -
Hi there,
Trying to save the direct stream link to my computer in m38u format if possible so I can run it on my wifes tablet (home sick missing her indian telly).
The website I am trying to obtain the streams from is www.yupptv.com I am unable to obtain and save the stream to my computer. I have tried both RTMP/helper which doesn't pick up the stream and a FLV downloader software (I forget its exact name) however it does pick up the M38U URL when I try to save it to my computer it doesn't save to my machine and just sits there doing nothing. Wonder if they have some special secure feature on their stream?
If anyone could help it would be really appreciated.
I am trying to get the main channels on their website;
In HD
All Z channels
All Sony channels
All music channels
All movie channels
Star plus, Life ok, colors
and a couple of the more popular new channels.
Some of these streams also have proxy requirements aswell I know how to bypass in order to view them and I have tried on music india channel as no proxy required for this channel and I can get it to play no problems but not save the stream (have a subscribed account to the website).
Cheers,
Time -
I don't know because I can't try being outside of IrelandSomeone suggested I try them. - The video is here: http://www.rte.ie/player/au/show/the-tommy-tiernan-show-tv-30003801/10510011/ (I only have until the 27th to see it)
Can anyone please help?? Thank you so very much! -
Hi all,
I need help to download this video
http://globoplay.globo.com/v/4759930/
Video won't load. I tried with different browsers but none works. (Opera, firefox and the other options that offers GetFLV)
Thanks in advance. -
Could someone help me download the file here: http://en.musicplayon.com/play?v=362380
Thank you for your kind help -
Hi folks!
I try to download a webcast from here:
https://www.yahoo.com/music/livenation/event/saving-abel-2016
I catched in the past a lot of these without any problems!
It looks like some things are changing from Yahoo!
Any help for catching these?
HJ -
hls
Code:https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation2p/appleman_6128_60fps.m3u8 https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation2p/appleman_4628.m3u8
Code:http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_6128_60fps.m3u8 http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_4628.m3u8
-
Thanks so much for helping me out!
How you find the links for this stream?
hls
Code:
https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation2p/appleman_6128_60fps.m3u8
https://yahoohls-live.secure.footprint.net/yahoohls/live/livenation2p/appleman_4628.m3u8
or
Code:
http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_6128_60fps.m3u8
http://yahooios2-i.akamaihd.net/hls/live/224964/iosstream/livenation2p/master_4628.m3u8
Greetings,
HJ -
You can download all 235 .ts fragments using this single link (720p version) in DownThemAll Firefox plugin:
https://vodstreaming03.video.globo.com/v2/0e/a6/22/4759930_2283bb4016e11fd796f4dabea1b...[1:235].ts
Then join using command:
copy /b *.ts video.ts -
http://nlds120.cdnak.neulion.com/nlds_vod/nba/vod/2016/01/30/21500713/62fc48/2_2150071...5ac9fd2722dc71
Someone help me download this. Thanks
Similar Threads
-
How to download a rtmp stream from a website
By krb214 in forum Video Streaming DownloadingReplies: 2Last Post: 26th Jul 2011, 18:08 -
Need some advice on how to download certain rtmp streams
By aveceux in forum Video Streaming DownloadingReplies: 3Last Post: 13th Jun 2011, 08:45 -
Free DivX Pro Software Download
By MJA in forum Video ConversionReplies: 11Last Post: 18th Dec 2010, 07:21 -
RTMP Flash file help?
By xiaofan in forum Newbie / General discussionsReplies: 0Last Post: 3rd Jun 2007, 08:16