View Single Post
  #2  
Old 08-18-2014, 08:43 AM
spacechild spacechild is offline
Junior Member
 
Join Date: Apr 2014
Posts: 27
spacechild is on a distinguished road
Default

Re: how to rtmpdump from http://sport.alive-tv.com


It's a rtmfp p2p stream. You cannot use rtmpdump:

Code:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
  <id>Multicast_P2P_with_Peer_Discovery</id>
  <duration>1</duration>
  <media url="rtmfp://p2p.peer-stream.com:1940/?family='publishers'" groupspec="G:0101010c070e706c6f6f666600" multicastStreamName="stream"/>
</manifest>
I think the only way to play it on an external player is by loading it on Daum Pot Player, Media Player Classic or Gom Media Player, in the following form:

Code:
http://foot.bsdillc.com/strobe-1.6-sec.swf?src=http://foot.bsdillc.com/peergetCM_manifest.f4m?groupspec=G:0101010c0b0e62616e616c6d6f696e7300&autoPlay=true
Reply With Quote