View Single Post
  #19  
Old 02-26-2013, 03:45 PM
KDN165 KDN165 is offline
Junior Member
 
Join Date: Feb 2013
Posts: 21
KDN165 is on a distinguished road
Default

Re: Help with LiveFlash.tv


Hi all and sorry because Iīm spanish and my english is litle

Quote:
Originally Posted by freez View Post
hi 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€      
videoFunction ??       page?Url 1http://mips.tv/embedplayer/aflam4youfff/1/600/380 objectEncoding @        	 OK
same info by other programe:

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>
here is the site

http://aflam4you.tv/channel/50-MBC%20Action.html
In ucaster, if I change this: -C S:OK for this: conn=S:OK its work good


Quote:
Originally Posted by KSV View Post
i 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
Hi KSV

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
I download your patch and replace it in the folder of RTMPDumpHelper, but the rtmp from LiveFlash donīt works:

For example I capture this channel from this web:
Code:
http://www.futbolonline.biz/gol-tv-online/
and the capture is this:
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"
After I put the rtmp in this web for change it:
Code:
http://plst.agilityhoster.com/en/rtmp.html
And the result is this. ....but donīt works in SimpleTV:
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
I canīt see mips.tv and LiveFlash.tv
Reply With Quote