rtmp server requested close on zerocast streamHi
I'm trying to dump this stream: http://tv4embed.com/usa/NBC-stream1.html I extracted parameters like this (using both Wireshark & rtmpsrv): Code:
rtmpdump -V -r 'rtmp://rtmp.zerocast.tv:1935/live?t=54cbecd3c5127/' -a 'live?t=54cbecd3c5127/' -f 'LNX 16,0,0,296' -W 'http://cdn.zerocast.tv/player/jwplayer.flash.swf' -p 'http://zerocast.in/embed.php?a=653&id=&width=658&height=430&autostart=true&strech=' -y '3GdoAHRAxgZNzmQZL29l' -T '8964316ec8772dfa' -o out.flv I tried with both of original rtmpdump & K-S-V version. Here is the output: Code:
RTMPDump v2.4 What is the problem? Is there any AMF data missed? or what? Thanks |
Re: rtmp server requested close on zerocast stream |
Re: rtmp server requested close on zerocast streamQuote:
So I'm reading that variable with this: Code:
wget -q -O- "http://zerocast.in/embed.php?a=653&id=&width=658&height=430&autostart=true&strech="|grep "file:" |sed 's#\s*file: .*t=\(\w*\)/.*#\1#' Code:
t=$(wget -q -O- "http://zerocast.in/embed.php?a=653&id=&width=658&height=430&autostart=true&strech="|grep "file:" |sed 's#\s*file: .*t=\(\w*\)/.*#\1#') && rtmpdump -V -r "rtmp://rtmp.zerocast.tv:1935/live?t=$t/" -a "live?t=$t/" -f 'LNX 16,0,0,296' -W 'http://cdn.zerocast.tv/player/jwplayer.flash.swf' -p 'http://tv4embed.com/usa/NBC-stream1.html' -y '3GdoAHRAxgZNzmQZL29l' -T '8964316ec8772dfa' -o out.flv |
Re: rtmp server requested close on zerocast streamCongratulations beautiful work, i bow
|
Re: rtmp server requested close on zerocast streamHi! I'm a fresher to video stream recording. I've already tried to launch wireshark a couple of times, but was unable to find any necessary command arguments. May somebody say me what steps should I do to record this NBC channel?
|
Re: rtmp server requested close on zerocast streamQuote:
Use rtmpsrv and/or rtmpsuck to extract parameters: for linux check this out: http://stream-recorder.com/forum/use...nux-t7661.html for Windows I believe simply running those commands should work. http://stream-recorder.com/forum/tut...ple-t6325.html Using wireshark needs more skills in reading packets |
Re: rtmp server requested close on zerocast streamZerocast new token please
|
Re: rtmp server requested close on zerocast streamQuote:
Code:
http://p.jwpcdn.com/6/12/jwplayer.flash.swf Code:
%Zrey(nKa@#Z |
Re: rtmp server requested close on zerocast streamYes thank you if not i did have it.The problem is this site is using different players with different token i suppose.at moment bein sport us on that site is completely different of ABC in player.
|
Re: rtmp server requested close on zerocast streamQuote:
|
All times are GMT -6. The time now is 03:58 PM. |