Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

help with redesigned tvo website

(http://stream-recorder.com/forum/showthread.php?t=20201)

jdaniels 08-31-2015 10:49 PM

help with redesigned tvo website


 
Hello. TVOntario recently redesigned their website.
Before, I could use RMTPDumpHelper, and easily download streaming videos. If I used the rmpsrv.exe option within RTMPDumpHelper, the video would not play in the webpage, but the video would be detected and would be saved to my hard disk.

When I run RTMPDumpHelper now, it says that it attaches to the Flash Player, but it does not seem to detect the video playing. The video simply continues playing in the webpage.

Can anyone help me with this issue? A sample video can be found in their Programs or Documentaries tab, such as this one: http://tvo.org/video/documentaries/m...3-a-good-death

biezom 08-31-2015 11:54 PM

Re: help with redesigned tvo website


 
Quote:

Originally Posted by jdaniels (Post 79437)
Hello. TVOntario recently redesigned their website.
Before, I could use RMTPDumpHelper, and easily download streaming videos. If I used the rmpsrv.exe option within RTMPDumpHelper, the video would not play in the webpage, but the video would be detected and would be saved to my hard disk.

When I run RTMPDumpHelper now, it says that it attaches to the Flash Player, but it does not seem to detect the video playing. The video simply continues playing in the webpage.

Can anyone help me with this issue? A sample video can be found in their Programs or Documentaries tab, such as this one: http://tvo.org/video/documentaries/m...3-a-good-death


hi
rtmp protocole replaced by hls protocol (m3u8)

Code:

http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4001461308001
so with livestreamer


Code:

livestreamer "hlsvariant://http://c.brightcove.com/services/mobile/streaming/index/master.m3u8?videoId=4001461308001" best -o video.ts

if you want direct link

Code:

http://brightcove.vo.llnwd.net/e1/uds/pd/1351824783/1351824783_4273660737001_105714X-1506020844-copy.mp4

jdaniels 09-01-2015 12:00 AM

Re: help with redesigned tvo website


 
thanks. i will need to do some research to learn how to download vidoes using livestreamer.

how did you figure out that the tvo website uses m3u8 now?
and what tool did you use to find out the url?

biezom 09-01-2015 12:20 AM

Re: help with redesigned tvo website


 
Quote:

Originally Posted by jdaniels (Post 79440)
thanks. i will need to do some research to learn how to download vidoes using livestreamer.

how did you figure out that the tvo website uses m3u8 now?
and what tool did you use to find out the url?

tools: firefox; adblockplus addon

################################################## #######






################################################## ##




biezom 09-01-2015 12:25 AM

Re: help with redesigned tvo website


 
to find direct link you can use chrome and disable flash plugin and use developer tools



################################################## ####################



All times are GMT -6. The time now is 04:30 PM.