AVGO is taking advantage of the fact that the canadian website is still using rtmp. AVGO is not providing a solution to hds. Don't be too surprised if this doesn't last too long since the canadian website will probably transisition to hds like the american version of the website.
Despite some excellent advice, I still haven't figured out a solution for the american website.
+ Reply to Thread
Results 2,071 to 2,100 of 4610
-
-
Thanks alot
Can you help me with this link
I tried it with this one but didnt work
Code:http://tveeeast-lh.akamaihd.net/i/nweeast_1@119638/index_1500.m3u8
Code:http://tveewest-lh.akamaihd.net/z/nwewest_1@119638/manifest.f4m?hdnea=st=1391735758~exp=1391735818~acl=/*~id=f85a5b9b-470c-427f-aa3b-57492bc1ca6d~hmac=fe1ce3f8926fde24e6af1b3261d452649f3d432eca4d4d4a0b1d22911834d191
-
Can anyone help me with this?
http://lttv.us/news/btv_online/2013-12-23-9#tab1
Thanks -
-
-
Sweet! How did you find the actual links (program)? I had used URL snooper to find everything but the last part where it had the mp3 part.
-
Hi, chapun67
I still don't understand how to download such video clips
I just only find the link with URL Snooper like this
Code:http://token.tvb.com/stream/vod/rtmps/4/3117/000000311614.mp4?feed
Would you mind to tell me more how to download it?
ThanksLast edited by d666856; 7th Feb 2014 at 08:47.
-
-
Last edited by guluser; 7th Feb 2014 at 14:23. Reason: minor rewording
-
-
-
-
I'm trying to download the same video and others from the same site but i can't, even using ffmpeg, which gives me this error.
the address from the site changed but the html code is the same.
http://www.cers.com.br/aluno/detalheAula/684487/2370/96973
09/02/14
22:23
Guys, doesn't work using GetFLV too :/
Last edited by diegofelipe; 9th Feb 2014 at 19:26. Reason: update
-
-
Hi all!
I tried for days to download the following video:
http://youtu.be/sh28aUB_KYM
I've tried Streamtransport, GetFlv, Avgo, and several Youtube and FF ads. But no one still find a video or a link for that. I only get the message that this Viceo is RTMP protected.
I also tried the URL snooper and RTMP Dump. But I still got error message connection failed and my internet connection completely broke up.
Noone still knows how to download that. And a screen capture has such a poor quality and no sound.
Maybe someone can help me out with it.
I only want this certain video.
I'm quite desperated of that.
Thanks a lot in advance -
SWFVerification Type 2 download with TD
-
Hello, someone could tell me if it is possible to download simultaneously from multiple stream using ffmpeg and save each file individually?
Ex: ffmpeg -i "STREAM1.m3u8" -c copy t.ts + STREAM2.m3u8
What is the correct command line? For a single stream I use:
ffmpeg-i "STREAM1.m3u8"-c copy t.ts
Thanks -
-
-
Thank you very much! But this way all files are saved with the same name, asking if I want to replace
ex: http*://1a2b3c4d5e7f8.streamlock.net:0000/videoexample/_definst_/mp4:200/events/xxx/FOLDERVARIABLENAME/NAMEOFVIDEO.mp4/playlist.m3u8
Is possible save the videos with the original name (name before. mp4)?
Infinitely grateful. -
try this bat script:
Code:@ECHO OFF &SETLOCAL disableDelayedExpansion FOR /f "delims=" %%a IN (url-list.txt) DO CALL:Process "%%~a" GOTO:EOF :Process SETLOCAL SET "url=%~1" FOR %%b IN (%url:/=;%) DO ( CALL SET "Video=%%Playlist%%" SET "Playlist=%%~b" ) ffmpeg -i "%url%" -c copy "%Video%" EXIT /b
-
-
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