View Single Post
  #5  
Old 08-26-2014, 06: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 06:06 PM. Reason: add cmdline
Reply With Quote