I have seen a number of guides that show how to go to Developer Tools in Chrome or Firefox browser and to click on the Network tab and then to watch the output for what obviously corresponds to the video stream (file keeps increasing in size).
However in my case I am not seeing any evidence of a video file being streamed when I do this - using the location http://tenplay.com.au/channel-ten/the-bolt-report/2015/2/22
How can I possibly capture the video file being played if I can't see it happening in my browser's Network console?
![]()
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 9 of 9
-
-
tenplay uses brightcove, see messages below.
Last edited by ponens; 26th Feb 2015 at 15:29.
-
hi
it works with rtmpdumphelper + rtmpdump
i tried with livestreamer no plugin
and youtube-dl plugin issue https://github.com/rg3/youtube-dl/issues/5033 -
Code:
rtmpdump -r "rtmpe://cp218164.edgefcs.net/ondemand/mp4:videos/2199827728001/201502/141/2199827728001_4074600057001_0A-BOLTR2014-1200150222069359921-NOBUG.mp4" -W "http://admin.brightcove.com/viewer/us20150212.1539/connection/ExternalConnection_2.swf" -o test.flv
-
There are three qualities 180, 360, 576.
Last edited by ponens; 26th Feb 2015 at 15:30.
-
so
Code:rtmpdump -r "rtmpe://cp218164.edgefcs.net/ondemand/mp4:videos/2199827728001/201502/141/2199827728001_4074601000001_0A-BOLTR2014-1200150222069359921-NOBUG.mp4" -W "http://admin.brightcove.com/viewer/us20150212.1539/connection/ExternalConnection_2.swf" -o test.flv
-
Thanks for all this fantastic advice! I really appreciate this help with streaming videos from TenPlay.
Is there some kind of tutorial or article to work out how to put together the parameters for running rtmpdump.
What change do I make to get mp4 output instead - so I can do some editing with my video editing software?
How does one tell what streaming system is being used by a site i.e. how do I know TenPlay is using Brightcove?
Once again thank you very much - in particular to Biezom - you have saved me a lot of time researching this.
David