View Single Post
  #4  
Old 02-25-2013, 07:56 AM
KSV KSV is offline
Senior Member
 
Join Date: Apr 2011
Posts: 853
KSV is on a distinguished road
Cool

Re: need help to get working rtmp from mips.tv server


pretty 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)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname            Custom
INFO:   creationdate          Fri Jan 04 02:14:29 1980
INFO:   videodevice           Pinnacle DVC 80 Video
INFO:   framerate             10.00
INFO:   width                 320.00
INFO:   height                240.00
INFO:   videocodecid          avc1
INFO:   videodatarate         140.00
INFO:   avclevel              31.00
INFO:   avcprofile            66.00
INFO:   videokeyframe_frequency5.00
INFO:   audiodevice           Virtual Cable 2
INFO:   audiosamplerate       22050.00
INFO:   audiochannels         1.00
INFO:   audioinputvolume      86.00
INFO:   audiocodecid          .mp3
INFO:   audiodatarate         32.00
318.167 kB / 13.97 sec

Last edited by KSV : 02-26-2013 at 02:13 AM. Reason: updated package
Reply With Quote