[mips.tv and clones] need help to get working rtmphi m8s , i am facing a trouble when i run the rtmp string on vlc tha has been extracted by rtmp sniffer programs fro mips.tv server , i am getting full info & when i try to run thr rtmp it shows rtmp error , then i tried to add a string -C "S:OK" will run without error but it is keeping connected without any video running !!!!!! , maybe certain string or code to let the video run , please help , here is the problem:
Code:
X connect ?? app live flashVer WIN 11,3,300,257 swfUrl *http://mips.tv/content/scripts/eplayer.swf tcUrl rtmp?://206.190.128.108/live fpad capabilities @m? audioCodecs @«î videoCodecs @o€ Code:
URL: rtmp://198.105.209.116:1935/live <playpath>EFEDFzddac?id=149861 <swfUrl>http://mips.tv/content/scripts/eplayer.swf <pageUrl>http://aflam4you.tv/channel/50-MBC Action.html <objectEncoding> http://aflam4you.tv/channel/50-MBC%20Action.html |
Re: need help to get working rtmp from mips.tv serverany help from any friends here will be much appreciated , also welcome to any experts advices & help :)
|
Re: need help to get working rtmp from mips.tv serverPlaying rtmp streams from VLC isn't stable yet. Using the piping method from here will work, if rtmpdump does.
The server expects the invoking of the method 'gaolVanus' before 'play'. I don't think, that rtmpdump can do this without modification. (Maybe someone who knows better can give a little remark.) I was able to stream it with my (private) rtmp-lib, so there's hope for you. But I won't modify rtmpdump. |
Re: need help to get working rtmp from mips.tv serverpretty lame and old trick. i have made the required modifications. i used to provide my binaries along with combined patch file on github but github no longer allows uploading of new binaries though you can still access old packages. this should work on mips.tv and ucaster.eu as well.
Code:
http://www.mediafire.com/file/a2u20kc21bi4idc/rtmpdump-2.4.zip Code:
rtmpdump -r "rtmp://50.23.65.36/live" -a "live" -f "WIN 11,5,502,146" -W "http://mips.tv/content/scripts/eplayer.swf" -p "http://mips.tv/embedplayer/EFEDFzddac/1/600/380" -C S:OK --live -y "EFEDFzddac?id=149861" -o "EFEDFzddac.flv" Code:
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV) |
Re: need help to get working rtmp from mips.tv serverSorry, I didn't know about your new version. Nice to know, that you've already done everything. ;)
Thank you for your work. It helped me alot. |
Re: need help to get working rtmp from mips.tv serverthankx KSV , i managed to play the link with the latest rtmpdump2.4 patched file with vlc2.4
- now i noticed in ur rtmpdump folder (5 .exe ) files ,how i can use these file in assist with rtmpexplorer to extract the exact string u show in ur post , coz i replaced the rtmpsrv & rtmpsuck with old one in rtmpexplorer folder & tried to extract the link from browser by inserting url link , but unfortunatly no info been provided in the command ( blackbox) window !!! - sorry another thing how can i use the string to play it with simple tv coz it will show no picture but still connecting ! , i insert same info detail but no picture thanx for ur help great m8 :) |
Help with LiveFlash.tvhttp://www.zuuk.net/sporttv.php?height=500&width=650
Code:
rtmpdump -r rtmp://174.36.146.69/stream -y "nn198?id=84238" -W http://www.liveflash.tv/resources/scripts/eplayer.swf -p "http://www.liveflash.tv/embedplayer/nn198/1/650/500" --debug --live -C S:OK It seems the flash player it's sending an extra command kaskatija(), Any ideas on how to emulate this on rtmp.c? Thanks |
Re: Help with LiveFlash.tvhow many clones do these guys have? i recently did the the same thing for mips.tv and ucaster.eu here. look in the patch file and search for mips.tv. it's pretty easy to add these lame commands.
|
Re: Help with LiveFlash.tvThanks KSV
Code:
else if (strstr(pageUrl, "liveflash.tv")) |
Re: Help with LiveFlash.tvi have re-uploaded the patch with even more simpler syntax. check out the new version.
Code:
http://www.mediafire.com/file/a2u20kc21bi4idc/rtmpdump-2.4.zip |
Re: Help with LiveFlash.tvHi KSV,
Quote:
|
Re: Help with LiveFlash.tvQuote:
Compiling with Patch for other systems: assuming you have all tools (gcc, binutils etc.) and dependencies (OpenSSL, Zlib) installed correctly for your distribution. 1. clone the repository Code:
git clone git://git.ffmpeg.org/rtmpdump Code:
patch -p0 -i Patch.diff Code:
make |
Re: Help with LiveFlash.tvQuote:
It s work. I didnt know how to apply a patch. :) |
Re: [mips.tv and clones] need help to get working rtmpthanx for help KSV , unfortunatly the trick in ur string didnt work with liveflash the one posted (sportTV1) , but it works fine with mips.tv & ucaster of coarse using rtmpdump patched 2.4 downloaded from mediafire.com , still strugling to let this works with simpletv & my enigma2 linux plugin in my linux setop box , @ pwish can u kindly send the patched one for linux ? , thanx u all guys for help :)
|
Re: [mips.tv and clones] need help to get working rtmpQuote:
I downloaded from here . Code:
http://www.mediafire.com/file/a2u20kc21bi4idc/rtmpdump-2.4.zip first remove your current version. Code:
sudo apt-get remove rtmpdump |
Re: [mips.tv and clones] need help to get working rtmpQuote:
Code:
rtmpdump -r rtmp://174.36.146.69/stream -y "nn198?id=84238" -W http://www.liveflash.tv/resources/scripts/eplayer.swf -p "http://www.liveflash.tv/embedplayer/nn198/1/650/500" --live -C S:OK -o Test.flv Code:
RTMPDump v2.4 GIT-2012-12-09 (Compiled by KSV) |
Re: [mips.tv and clones] need help to get working rtmpHi KSV,
Do you think is worthy to add an option like "--dummy-command kaskatija" instead of hardcoding it? Maybe eventually they will change command names. Thanks for your work |
Re: [mips.tv and clones] need help to get working rtmpQuote:
Quote:
|
Re: Help with LiveFlash.tvHi all and sorry because I´m spanish and my english is litle
Quote:
Quote:
I always use RTMPDumpHelper for capture rtmp, and then I change the rtmp in this page for use in this software SimpleTV: Code:
http://plst.agilityhoster.com/en/rtmp.html For example I capture this channel from this web: Code:
http://www.futbolonline.biz/gol-tv-online/ Code:
rtmpdump -r "rtmp://198.105.209.124/stream" -a "stream" -f "WIN 11,6,602,168" -W "http://www.liveflash.tv/resources/scripts/eplayer.swf" -p "http://www.liveflash.tv/embedplayer/topogol1/1/645/395" -C S:OK --live -y "topogol1?id=82820" -o "topogol1.flv" Code:
http://plst.agilityhoster.com/en/rtmp.html Code:
rtmp://$OPT:rtmp-raw=rtmp://198.105.209.124/stream playpath=topogol1?id=82820 swfUrl=http://www.liveflash.tv/resources/scripts/eplayer.swf live=1 pageUrl=http://www.liveflash.tv/embedplayer/topogol1/1/645/395 conn=S:OK --live |
Re: [mips.tv and clones] need help to get working rtmp2 Attachment(s)
thanx for info KSV , yes liveflash is working ok now , could u be so kindly please & help me with applying ur patch on the 2 attached files , these r files using them on my linux set top box enigma2 , also i would like to mention that i am not using linux pc , my pc is windows7 & i am not able to do patching , please help & many thanx
|
Re: [mips.tv and clones] need help to get working rtmpQuote:
So could the average user literally (as long as they don't break syntax) just add any site for the most part? Also thank you for all of your work because your fix also seems to fix librtmp.dll so these channels are also fixed on XBMC as well. I just wish there was some way to with rtmpdump and XBMC (librtmp) to authenticate to truTV for HLN/CNN/Cartoon Network Live Streaming but not sure if that would be easy as you got like 13 cable company choices then gotta authenticate via cable company's portal. |
Re: [mips.tv and clones] need help to get working rtmpQuote:
I also I have windows 7 and not make patches. I have windows 7. if you could explain a little better, and you gave us the files you have to download. thank you very much greetings |
Re: [mips.tv and clones] need help to get working rtmpI have compiled a librtmp.0.dylib for iOS (Apple TV, iPod Touch, iPhone) for use in XBMC with KSV's latest patches so it also has RTMP redirect support for sites like ilive.to.
http://www.mediafire.com/?9ga9axj0dkkmmn5 EDIT: I am working a Raspbery Pi version (which technically should work on any arm Linux) but I don't have a toolchain setup so I'm still working on it, I am close though. |
Re: [mips.tv and clones] need help to get working rtmpQuote:
|
Re: [mips.tv and clones] need help to get working rtmpQuote:
Some things you gotta do yourself..... Funny thing was many ppl asked me why is my file necessary like I was the only person with the above problem, lol Also it just seems funny for the iPhone 3G not capable of XBMC to spit out the file for the new devices, I dunno. Here is the Raspberry Pi version: http://www.mediafire.com/?zukpyhbabcd67x9 I suck at cross-compiling so had to resort to building on actual RasPi lol. |
Re: [mips.tv and clones] need help to get working rtmp@KSV & redpenguin could u guys help me applying patch to my already posted attached files , thanx always for ur help
|
Re: [mips.tv and clones] need help to get working rtmp1 Attachment(s)
sorry guys but still not sure which file should be patched , i noticed this one in my e2 plugin in my linux box , do u think it is the one should it be patched or the files i already posted earlier :confused:
can it be easily patched , thanx for help |
Re: [mips.tv and clones] need help to get working rtmpYou can't patch the binary files.
I don't know if it's possible, but you should do the steps from post 12 on your box. Otherwise these step have to be done with some kind of crosscompiler, but for that, I can't help you. |
Re: [mips.tv and clones] need help to get working rtmpok at least please someone give steps for patching " librtmp.so.0 "
as i mentioned i have windows7 & i dont know how to patch a file :confused: , i know i should use windows cmd command to do this but how? or someone can do it ? @ KSV i am waiting ur reply :rolleyes: |
Re: [mips.tv and clones] need help to get working rtmpQuote:
http://stream-recorder.com/forum/rtm...s-t8123p2.html http://lists.mplayerhq.hu/pipermail/...ch/000633.html Mainly the second one, both posts to it (it's a mailing list so you gotta look towards the bottom for the other one) but you have to install MinGW and compile it that way. Technically you can also compile it via Cygwin some claim but that typically makes things way slower, the actual compiling and the running of the program after sometimes. (Don't get me wrong Cygwin is awesome for many things like SSH & Rsync servers but is slow for others). EDIT: Actually I'm not having great sucess myself with number 2 so I am trying 1. Yes I know KSV already compiled a copy but I want to know how to do it if I ever need to. Maybe KSV can reply with how does it because seems to be 1-2-3 for KSV lol. Everything compiles fine in Cygwin and I believe if all you want is the libRTMP.dll file I'm not really sure it would be slower or not but I think the rtmpdump/srv/suck etc may be slower. |
Re: [mips.tv and clones] need help to get working rtmpQuote:
|
Re: [mips.tv and clones] need help to get working rtmpQuote:
Those were instructions on compiling for Windows on Windows, but if you want to compile for Linux you either have to install "build-essential" (if Ubuntu) or the build env for your Linux and compile it or you need to cross compile possibly with Cygwin if you can find a toolchain. I can build a Linux one if you need, but I can only build an x86/x64 or arm one, but I need to know which would you would need. |
Re: [mips.tv and clones] need help to get working rtmp2 Attachment(s)
Quote:
about x86 or x64 or arm one ?!! i cant understand what is arm one? but i am sure that linux box with 400mhz processor & flash size=60mb can have the 64x or arm :rolleyes: :cool: , anyhow u can see the files here & please reply b4 patching & i am glad for ur effort |
Re: Help with LiveFlash.tvQuote:
We can't patch the files you attached, because these are binary ones. The patch have to be applied to the source. Just follow the steps above on your linux box and you'll get what you need. |
Re: Help with LiveFlash.tvQuote:
|
Re: [mips.tv and clones] need help to get working rtmpthey changed again something :(
|
Re: [mips.tv and clones] need help to get working rtmpHere are Linux libRTMP's for redirects and mips/liveflash/ucaster
http://www.mediafire.com/?81vuf62dbg8yfdc - 32bit http://www.mediafire.com/?t5raa163lxjgzji - 64bit The 64-bit was tested to be working on my Ubuntu 64-bit laptop with zero problems. http://www.mediafire.com/?x4cvp5hl4m9xr is my folder to just browse all the files so people don't have to look everywhere for the links. |
Re: [mips.tv and clones] need help to get working rtmpbut how i do the costum AMF's?
|
Re: [mips.tv and clones] need help to get working rtmpHi,thanks for all your help.I'd like to know if there is a compiled version for android platform or can let me know how to compile it..I tried it but without success.
Thanks in advance |
Re: [mips.tv and clones] need help to get working rtmpQuote:
Basically the user never touches it. Now you do have to still send random conect strings like the -C S:OK part. |
All times are GMT -6. The time now is 02:08 PM. |