PDA

View Full Version : how to rtmpdump from http://sport.alive-tv.com


alsersawy
08-14-2014, 09:13 AM
hello


any one help me please

i want know

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

I use a program (rtmpdump helper And urlhelper) but does not work with this site

help my please

thank you

spacechild
08-18-2014, 08:43 AM
It's a rtmfp p2p stream. You cannot use rtmpdump:

<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:

http://foot.bsdillc.com/strobe-1.6-sec.swf?src=http://foot.bsdillc.com/peergetCM_manifest.f4m?groupspec=G:0101010c0b0e626 16e616c6d6f696e7300&autoPlay=true

alsersawy
08-18-2014, 09:57 AM
It's a rtmfp p2p stream. You cannot use rtmpdump:

<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:

http://foot.bsdillc.com/strobe-1.6-sec.swf?src=http://foot.bsdillc.com/peergetCM_manifest.f4m?groupspec=G:0101010c0b0e626 16e616c6d6f696e7300&autoPlay=true

thank you very much mr spacechild

the url
http://foot.bsdillc.com/strobe-1.6-sec.swf?src=http://foot.bsdillc.com/peergetCM_manifest.f4m?groupspec=G:0101010c0b0e626 16e616c6d6f696e7300&autoPlay=true

it works with me on Media Player Classic

thank you


put i want ask you a question please

how i can get

url

Like this

http://foot.bsdillc.com/strobe-1.6-sec.swf?src=http://foot.bsdillc.com/peergetCM_manifest.f4m?groupspec=G:0101010c0b0e626 16e616c6d6f696e7300&autoPlay=true

please i need to know

thank you again

spacechild
08-18-2014, 03:11 PM
f4m manifest (including groupspec parameter, which is peculiar of p2p streams) can be easily catched with GetFLV.
The proper swf to put on the beginning of the link is shown on your mozilla firefox browser ("View Page Info" -> "Media").
The final part ("autostart" or "autoplay"=true) is standard for all streams, and let them start automatically.