Need help on this StreamHI All
I am using linux, CENTOS 6, and have trouble using rmtpdump to record it. Any thoughts.. http://www.homerun.re/cricket/281230...am-online.html Thanks in advance |
Re: Need help on this StreamYou could check the memory too to find all paramters but you have not enough time to build a link so its not long valid to execute it and token you need too.Here exsample link..
Code:
rtmpdump -v -r "rtmp://93.174.93.173:1935/zmtvliveme" -a "zmtvliveme" -W "http://static.zoomtv.me/player/jwplayer.6.5.3.swf" -p "http://www.zoomtv.me" -C S:qLEOVtXDAw -C S:1424906726 -C S:dbd538d18b01883ec74894a1c4282148 -C S:"V>JWhui^@2ESdu0?}>AN" --live -T "Q!lrB@G1)ww(-dQ4J4" -y "qLEOVtXDAw" | "player" - Code:
RTMPDump v2.4 GIT-2015-01-15 (Compiled by KSV) Code:
-C S:1424906726 Code:
Offset 0 1 2 3 4 5 6 7 8 9 A B C D E F |
Re: Need help on this StreamQuote:
Code:
-T 'Q!lrB@G1)ww(-dQ4J4' Code:
rtmpdump -r "rtmp://93.174.93.70:1935/zmtvliveme" -a "zmtvliveme" -f "WIN 16,0,0,235" -W "http://static.zoomtv.me/player/jwplayer.6.5.3.swf" -p "http://www.zoomtv.me/embed.php?v=herbie&vw=660&vh=450" --live -C S:qLEOVtXDAw -C S:1424906869 -C S:deff5929cef8e60b32655a636dd724d3 -C S:'V>JWhui^@2ESdu0?}>AN' -y "qLEOVtXDAw" -o "2015-02-26_12-27-50_qLEOVtXDAw.flv" -T 'Q!lrB@G1)ww(-dQ4J4' green I have added ' ' because of special characters PS: on my linux debian i need use ' ' and not " " for special characters PS: @ troller12 sorry I did not see your answer, but I think that is complementary |
Re: Need help on this StreamTwice answer is better than nothing. :)
greetz |
Re: Need help on this StreamHi Troller12 and biezom and All
Thanks for the brilliant answer. I just want to be sure I get this. First question: Once I access the URL new dynamic string values are generated each time. i.e., -C S:1424906726 and -C S:dbd538d18b01883ec74894a1c4282148 in your examples? Second question: How do I use rtmpsrv in this case to grab the dump in order to see the dynamic string values? Thanks in advance |
Re: Need help on this StreamQuote:
2) a) in a first administrator terminal Code:
iptables -t nat -A OUTPUT -p tcp --dport 1935 -j REDIRECT Code:
rtmpsrv d) rtmpsrv generate the code like Code:
rtmpdump -r "rtmp://89.248.160.252:1935/zmtvliveme" -a "zmtvliveme" -f "WIN 16,0,0,235" -W "http://static.zoomtv.me/player/jwplayer.6.5.3.swf" -p "http://www.zoomtv.me/embed.php?v=herbie&vw=660&vh=450" --live -C S:qLEOVtXDAw -C S:1424907032 -C S:7e67fbd8fe3dd45ebda7494f78ff508e -C S:V>JWhui^@2ESdu0?}>AN -y "qLEOVtXDAw" -o "2015-02-26_12-30-36_qLEOVtXDAw.flv" e) copy the code f) close your video g) stop rtmpsrv (CTRL +C) h ) in the first administrator terminal Code:
iptables -t nat -D OUTPUT -p tcp --dport 1935 -j REDIRECT I think I have forgotten nothing |
Re: Need help on this Stream1 Attachment(s)
Hi biezom and All
I appreciate the great response. I am focused on the second question. In 2(d) you get a rtmp string from rtmpsrv but it does not have the Token and string values? These you get from the process of looking at the process core? As an exercise I did http://www.skysportslive.tv/bt-sport-1-live-stream.php rtmpsrv gave me rtmpdump -r "rtmp://31.220.0.206/redirect/" -a "redirect/" -f "LNX 11,2,202,442" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p "http://reytv.co/embedu.php?live=btx11a&vw=620&vh=490" -y "btx11a" -o btx11a.flv My problem is I am not sure. With gdb->gcore-> okteta I think gave me -T '%Zrey(nKa@#Z' and -C S:BC9ahgShNRQbE4HRU9gujKmpZItJYh5j/+ltVg== See attached screen shot. Any thoughts |
Re: Need help on this Streamin this case no -C S:....... option
if it exists, rtmpsrv normally gives us so in this case the token enough Code:
rtmpdump -r "rtmp://31.220.0.206/redirect/" -a "redirect/" -f "WIN 16,0,0,235" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p "http://reytv.co/embedo.php?live=btx11a&vw=620&vh=490" -y "btx11a" -o "btx11a.flv" -T '%Zrey(nKa@#Z' |
Re: Need help on this StreamHi biezom and All
When I run it I get Code:
rtmpdump -r "rtmp://31.220.0.206/redirect/" -a "redirect/" -f "WIN 16,0,0,235" -W "http://p.jwpcdn.com/6/11/jwplayer.flash.swf" -p "http://reytv.co/embedo.php?live=btx11a&vw=620&vh=490" -y "btx11a" -o "btx11a.flv" -T '%Zrey(nKa@#Z' (c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL Connecting ... INFO: Connected... ERROR: rtmp server sent error ERROR: rtmp server requested close Am I missing something? |
Re: Need help on this StreamQuote:
if it doesn't works i think your a too older version of rtmpdump |
All times are GMT -6. The time now is 02:13 AM. |