Audio/video stream recording forums

Attention Visitor:
You may have to register or log in before you can post:
  • Click the register link to sign up.
  • Registered members please fill in the form below and click the "Log in" button.
To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Audio/video stream recording forums > Streaming media recording forum > rtmpdump
Register FAQ Members List Calendar Mark Forums Read

Reply Post New Thread
 
Thread Tools Display Modes
  #1  
Old 08-26-2014, 06:27 PM
tvplayer tvplayer is offline
Junior Member
 
Join Date: Aug 2014
Posts: 4
tvplayer is on a distinguished road
Default

Something broken with Mips.tv?


Hello folks,

Seems rtmpdump isn't working anymore? Did they change their flash player?

rtmpdump -m 200 -r "rtmp://<IP_ADRESS>/live" -y "cnnjnidwe?id=210963" -W "http://www.mips.tv/content/scripts/eplayer.swf" -p "http://www.mips.tv/embedplayer/cnnjnidwe/1/500/400" -C S:OK -q | mplayer -

It just hangs.

Thanks.
Reply With Quote
  #2  
Old 08-26-2014, 06:34 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Something broken with Mips.tv?


put link
Reply With Quote
  #3  
Old 08-26-2014, 06:44 PM
tvplayer tvplayer is offline
Junior Member
 
Join Date: Aug 2014
Posts: 4
tvplayer is on a distinguished road
Default

Re: Something broken with Mips.tv?


http://mips.tv/cnnjnidwe

it has a round robin of IPs, but any of them it doesn't seem to work with rtmpdump.
Reply With Quote
  #4  
Old 08-26-2014, 06:56 PM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Something broken with Mips.tv?


Code:
rtmpdump -v -r "rtmp://199.115.114.221/live" -a "live" -f "WIN 14,0,0,176" -W "http://www.mips.tv/content/scripts/eplayer.swf" -p "http://www.mips.tv/embedplayer/cnnjnidwe/1/500/400" -C S:OK -y "cnnjnidwe?id=210963" -o "output.flv"
Code:
RTMPDump v2.4 GIT-2014-03-02 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO:   presetname              Custom
INFO:   creationdate            Mon Aug 25 23:17:27 2014
INFO:   videodevice             Conexant Polaris Video Capture
INFO:   framerate               20.00
INFO:   width                   500.00
INFO:   height                  268.00
INFO:   videocodecid            avc1
INFO:   videodatarate           350.00
INFO:   avclevel                31.00
INFO:   avcprofile              66.00
INFO:   videokeyframe_frequency 5.00
INFO:   audiodevice             Conexant Polaris Video Capture
INFO:   audiosamplerate         44100.00
INFO:   audiochannels           2.00
INFO:   audioinputvolume        75.00
INFO:   audiocodecid            .mp3
INFO:   audiodatarate           96.00
3733.475 kB / 49.00 sec
Reply With Quote
  #5  
Old 08-26-2014, 07:04 PM
tvplayer tvplayer is offline
Junior Member
 
Join Date: Aug 2014
Posts: 4
tvplayer is on a distinguished road
Default

Re: Something broken with Mips.tv?


When I try that, same thing, just hangs?

$ rtmpdump -v -r "rtmp://199.115.114.221/live" -a "live" -f "WIN 14,0,0,176" -W "http://www.mips.tv/content/scripts/eplayer.swf" -p "http://www.mips.tv/embedplayer/cnnjnidwe/1/500/400" -C S:OK -y "cnnjnidwe?id=210963"
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
WARNING: You haven't specified an output file (-o filename), using stdout
Connecting ...
INFO: Connected...
...


with --debug:

DEBUG: RTMP_ClientPacket, received: invoke 142 bytes
DEBUG: (object begin)
DEBUG: Property: <Name: no-name., STRING: onFCSubscribe>
DEBUG: Property: <Name: no-name., NUMBER: 0.00>
DEBUG: Property: NULL
DEBUG: Property: <Name: no-name., OBJECT>
DEBUG: (object begin)
DEBUG: Property: <Name: level, STRING: status>
DEBUG: Property: <Name: code, STRING: NetStream.Play.Start>
DEBUG: Property: <Name: description, STRING: FCSubscribe to stream cnnjnidwe.>
DEBUG: Property: <Name: clientid, NUMBER: 644590220.00>
DEBUG: (object end)
DEBUG: (object end)
DEBUG: HandleInvoke, server invoking <onFCSubscribe>
DEBUG2: RTMP_ReadPacket: fd=5
DEBUG2: 0000: 02 00 00 00 00 00 06 04 00 00 00 00 ............
DEBUG2: 0000: 00 06 00 00 50 58 ....PX
DEBUG: HandleCtrl, received ctrl. type: 6, len: 6
DEBUG: HandleCtrl, Ping 20568
DEBUG: sending ctrl. type: 0x0007
DEBUG2: RTMP_SendPacket: fd=5, size=6
DEBUG2: 0000: 42 00 00 00 00 00 06 04 B.......
DEBUG2: 0000: 00 07 00 00 50 58 ....PX
DEBUG2: RTMP_ReadPacket: fd=5
DEBUG2: 0000: 02 00 00 00 00 00 06 04 00 00 00 00 ............
DEBUG2: 0000: 00 06 00 00 9f 01 ......
DEBUG: HandleCtrl, received ctrl. type: 6, len: 6
DEBUG: HandleCtrl, Ping 40705
DEBUG: sending ctrl. type: 0x0007
DEBUG2: RTMP_SendPacket: fd=5, size=6
DEBUG2: 0000: c2 .
DEBUG2: 0000: 00 07 00 00 9f 01 ......
DEBUG2: RTMP_ReadPacket: fd=5

Last edited by tvplayer : 08-26-2014 at 07:06 PM. Reason: add cmdline
Reply With Quote
  #6  
Old 08-27-2014, 05:05 AM
hasomaso hasomaso is offline
Senior Member
 
Join Date: Apr 2011
Posts: 943
hasomaso is on a distinguished road
Default

Re: Something broken with Mips.tv?


which version of rtmpdump you use?
try with latest from KSV https://github.com/K-S-V/Scripts/rel...mpdump-2.4.zip
Reply With Quote
  #7  
Old 08-27-2014, 02:52 PM
tvplayer tvplayer is offline
Junior Member
 
Join Date: Aug 2014
Posts: 4
tvplayer is on a distinguished road
Default

Re: Something broken with Mips.tv?


rtmpdump --version
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

Is the one im using in Fedora:

rtmpdump-2.4-2.20131205.gitdc76f0a.fc21.x86_64
Reply With Quote
  #8  
Old 08-30-2014, 01:08 PM
RedPenguin RedPenguin is offline
Member
 
Join Date: Feb 2012
Posts: 85
RedPenguin is on a distinguished road
Default

Re: Something broken with Mips.tv?


Quote:
Originally Posted by tvplayer View Post
rtmpdump --version
RTMPDump v2.4
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL

Is the one im using in Fedora:

rtmpdump-2.4-2.20131205.gitdc76f0a.fc21.x86_64
That will not work. The default rtmpdumps in any Linux distro will not have KSV's patches. You can go to my Mediafire account:

http://www.mediafire.com/?x4cvp5hl4m9xr

Get either 32/64 bit from the latest folder and then first uninstall your system's one, then place the files somewhere they can be accessed such as /usr/bin or /usr/local/bin (second even better)...

Then chmod +x each one so they have permission to execute.
Reply With Quote
  #9  
Old 08-31-2014, 07:56 AM
fatu77 fatu77 is offline
Junior Member
 
Join Date: Aug 2014
Posts: 1
fatu77 is on a distinguished road
Default

Re: Something broken with Mips.tv?


how to compile new librtmp with ffmpeg for vitamio (android)?
Reply With Quote
Reply Post New Thread
Tags:



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -6. The time now is 11:21 AM.


Powered by All-streaming-media.com; 2006-2011
vB forum hacked with Zoints add-ons