Downloading Channel 4 News with rtmpdumpHi All,
I have been trying to download a channel4 news bulletin and capture the stream details with rtmpsrv, but if rtmpsrv is running then the video fails to download and play in the browser. The download seems to start (the embedded player shows black) but the video never starts. The page is this: http://www.channel4.com/news/catch-up/ When I start rtmpsrv I get this output: Code:
# rtmpsrv Code:
~ $ rtmpdump -r "rtmp://brightcove-82.fcod.llnwd.net:1935/a500/d12?videoId=690038526001&lineUpId=&pubId=1184612030&playerId=601325122001&playerTag=&affiliateId=" -a "a500/d12?videoId=690038526001&lineUpId=&pubId=1184612030&playerId=601325122001&playerTag=&affiliateId=" -f "LNX 10,1,102,64" -W "http://admin.brightcove.com/viewer/us1.24.03.04.2010-11-19132629/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.channel4.com/news/catch-up/" -C B:0 -C S:mp4:media/1184612030/1184612030_690046737001_4ON-HEADS-27-Brightcove16x9.mp4&1290963600000&93fa72aa482f0cefcf263f1c617234e8 -y "mp4:media/1184612030/1184612030_690046737001_4ON-HEADS-27-Brightcove16x9.mp4?videoId=690038526001&lineUpId=&pubId=1184612030&playerId=601325122001&playerTag=&affiliateId=" -o 1184612030_690046737001_4ON-HEADS-27-Brightcove16x9.flv When I close the rtmpsrv and reload the page the video plays normally in the browser. A tcpflow capture of the connection (when it works without rtmpsrv) shows this: Code:
(."....>...S...g....H..n.../)ht.....7.. ..O_.H.........a^..E........Kmo..-..(Q..^B+u....1. ..y...G.T.x. Any ideas what I'm missing? -- Regards, Mick |
Re: Channel 4 News with rtmpdump |
Re: Downloading Channel 4 News with rtmpdumpQuote:
It seems that you use Linux. Have you tried rtmpsuck? |
Re: Downloading Channel 4 News with rtmpdumpYes, I also tried rtmpsuck and it fails to record anything:
Code:
# rtmpsuck Let me correct this: rtmpsuck creates a file, in the above example it is: 1184612030_695784304001_4ON-NOON-02-Brightcove16x9.flv but it is empty (i.e. no data is saved in it). -- Regards, Mick |
Re: Downloading Channel 4 News with rtmpdumpQuote:
Example (Thu 16 Feb Channel 4 News headlines): RTMP Server v2.3 (rtmpsrv): Code:
RTMP Server v2.3 Code:
-C S:"mp4:media/1184612030/1184612030_792619822001_4ON-HEADLINES-16-Brightcove16x9.mp4&1297947600000&74f8bff08d705e8765f031ebcff523be" Code:
rtmpdump -r "rtmp://brightcove-26.fcod.llnwd.net:1935/a500/d14?videoId=792537078001&lineUpId=&pubId=1184612030&playerId=601325122001&affiliateId=" -a"a500/d14?videoId=792537078001&lineUpId=&pubId=1184612030&playerId=601325122001&affiliateId=" -f "WIN 10,1,102,64" -W "http://admin.brightcove.com/viewer/us1.25.00.02.2011-02-16131048/federatedVideoUI/BrightcovePlayer.swf" -p "http://www.channel4.com/news/catch-up/" -C B:0 -C S:"mp4:media/1184612030/1184612030_792619822001_4ON-HEADLINES-16-Brightcove16x9.mp4&1297947600000&74f8bff08d705e8765f031ebcff523be" -y "mp4:media/1184612030/1184612030_792619822001_4ON-HEADLINES-16-Brightcove16x9.mp4?videoId=792537078001&lineUpId=&pubId=1184612030&playerId=601325122001&affiliateId=" -o 1184612030_792619822001_4ON-HEADLINES-16-Brightcove16x9.flv Code:
RTMPDump v2.3 |
Re: Downloading Channel 4 News with rtmpdumpYes! :D
The problem was the missing quotation marks. Why are they being missed out? Is this a browser problem, or an rtmpsrv problem? Do I need to file a bug report? Thank you very much for your help! :) |
All times are GMT -6. The time now is 07:46 AM. |