Dump of mips requiredhttp://www.playlivenew.com/2010/08/watch-cnn-news-live/
please I am using below mentioned code for this stream but it say connected and nothing happen. HTML Code:
rtmpdump -r "rtmp://178.162.194.34:1935/live" -a "live" -f "WIN 13,0,0,214" -W "http://www.mipsplayer.com/content/scripts/fplayer.swf" -p "http://www.mipsplayer.com/embedplayer/adasdasdasdsaa/1/600/400" -C S:OK --live -y "adasdasdasdsaa?id=220938" -K "soLagaDaSeStoriAga;TRUE" | ffmpeg -i - -re -isync -vcodec copy -acodec aac -ab 64000 -ar 48000 -ac 2 -strict experimental -f flv "rtmp://9 |
Re: Dump of mips requiredgaolVanusPobeleVoKosata
|
Re: Dump of mips requiredQuote:
|
Re: Dump of mips requiredQuote:
|
Re: Dump of mips requiredQuote:
like said freez Quote:
even with the correct code, it does not work http://stream-recorder.com/forum/sho...&postcount=296 |
Re: Dump of mips requiredQuote:
Code:
rtmpdump -r "rtmp://46.21.145.234/live" -a "live" -f "WIN 16,0,0,280" -W "http://www.mipsplayer.com/content/scripts/fplayer.swf" -p "http://www.mipsplayer.com/embedplayer/adasdasdasdsaa/1/600/400" -C S:OK --live -y "adasdasdasdsaa?id=220938" -K "gaolVanusPobeleVoKosata;TRUE" -o- | "C:\Program Files (x86)\VideoLAN\VLC\vlc.exe" - |
Re: Dump of mips requiredQuote:
|
Re: Dump of mips requiredThe KSV patch uses AMF0 format messages, mips and clones have changed to AMF3 format messages. That's why is not reacting to -K command
|
Re: Dump of mips requiredYeah, I'm also trying to rtmpdump this channel http://mips.tv/amcikciedfv and no sucess so far. :(
Do you think that KSV will release a new patch soon? Thanks guys!! |
Re: Dump of mips requiredQuote:
is it ok possible to change a few lines in the source code before compiling ? |
Re: Dump of mips requiredQuote:
But again if this done and released to the public, the owners will change everything again. |
Re: Dump of mips requiredQuote:
And sorry if I'm saying something wrong... I'm not very knowledgeable on the subject. :o |
Re: Dump of mips requiredHi,
maybe its necessary to force AMF3 Code:
"--objEnc|-O num Object encoding for connection, 0 for AMF0 and 3 for AMF3 (otherwise defaults to none specified)\n") Code:
https://github.com/foysavas/rtmpdump/blob/svnpenn/rtmpdump.c |
Re: Dump of mips requiredQuote:
Code:
rtmpdump -r "rtmp://178.162.194.34/live" -a "live" -f "WIN 16,0,0,280" -W "http://www.mipsplayer.com/content/scripts/fplayer.swf" -p "http://www.mipsplayer.com/embedplayer/cnniokcfio/1/600/400" --objEnc 3 -C S:OK --live -y "cnniokcfio?id=221073" -K "gaolVanusPobeleVoKosata;TRUE" -o test.flv |
Re: Dump of mips requiredIts nothing to do with AMF0. The problem is that they are returning the id in the response to gaolVanusPobeleVoKosata. That id then should be sent to them with publish function, after which it would work.
i am not sure if the source code is available so that i could do the pull request but here is the log. Code:
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL |
Re: Dump of mips requiredCode:
DEBUG: HandleInvoke, received result for method call <gaolVanusPobeleVoKosata> |
Re: Dump of mips requiredThats my debug code. But you can see the _result after that server side function call.
|
Re: Dump of mips requiredTake an look here:
http://stream-recorder.com/forum/cus...le-t16103.html Source code with patch.diff: https://github.com/K-S-V/Scripts/releases Send an PM to KSV with your patch :) |
Re: Dump of mips requiredThanks, I have already submitted my changes to them and it was confirmed to be working so good days ahead.
|
Re: Dump of mips requiredGood news here, huh?
It's very good to hear that the solution is coming out. :) |
Re: Dump of mips requiredQuote:
|
Re: Dump of mips requiredAnyone looking for patch, check my repo https://github.com/Shani-08/rtmpdump.
the binaries are here. https://www.mediafire.com/folder/spi...#fjxqxqwndqx87 you would need to pass 3 param with K, third one would be TRUE, for example, -K "customCommand;TRUE;TRUE" or ccommand if running xbmc/kodi ccommand=customCommand;TRUE;TRUE obviously customCommand will be different for different site. like for p3g.tv its zenataStoGoPuknalaGavolot |
Re: Dump of mips requiredQuote:
Great work! |
Re: Dump of mips requiredQuote:
|
Re: Dump of mips requiredHi,
would anybody compile a Windows executable version set for us? Thanks |
Re: Dump of mips requiredQuote:
Quote:
|
Re: Dump of mips requiredHi shani
I'm using your windows binary for this: Code:
rtmpdump -r "rtmpe://live.zzcast.com/live" -a "live" -f "WIN 13,0,0,214" -W "http://62.212.82.97/player/player.swf" -p "http://www.zzcast.com/channel.php?u=atnnewsss" -y "ntv000ll0882233434556677l22356.stream" -o test.flv --token "%prqbrt(nKa@#." --live -z However, Now I built from your github source on linux(ubuntu). Now same command gives me the AuthorizationFailed error: Code:
DEBUG: Property: <Name: level, STRING: error> Can u help me? |
Re: Dump of mips requiredQuote:
Code:
--token '%prqbrt(nKa@#.' surely special characters |
Re: Dump of mips requiredQuote:
Putting the token into single quote does the same thing. No change. However, I've noticed if I dont give any token at all or give the right token, I get AuthorizationFailed error. But if I put a wrong token(change some character) its a different error: Code:
DEBUG2: 0000: 02 00 0c 63 72 65 61 74 65 53 74 72 65 61 6d 00 ...createStream. |
Re: Dump of mips requiredQuote:
|
Re: Dump of mips requiredI've compiled in a koding.com vm which did not have rtmpdump package installed, also I'm sure i'm using shani's patch as it can automatically follow redirect and it has customCommand option which works fine for other sites from linux.
However, in windows binary shared by shani the program shows: Quote:
Quote:
|
Re: Dump of mips requiredQuote:
Code:
make VERSION="v2.4.0-4" Code:
make VERSION="v2.4-KSV-09-02-2015 |
Re: Dump of mips requiredHello i have similar issue for my website :/
what i need to solve it ? CNN LIVE STREAM http://www.cnnlivestream.com/ |
Re: Dump of mips requiredQuote:
Code:
http://d1hya96e2cm7qi.cloudfront.net/Live/_definst_/sweetbcha1novD177_W_150.sdp/playlist.m3u8 if the link is dynamic you can find it in source page of this url Code:
http://code.livetv24x7.com/2015/09/cnn.html |
Re: Dump of mips requiredThank u
can u help to find another embed code to add it on my website |
All times are GMT -6. The time now is 07:01 AM. |