View Single Post
  #1  
Old 11-17-2011, 03:26 AM
karlo2105 karlo2105 is offline
Senior Member
 
Join Date: Sep 2011
Posts: 318
karlo2105 is on a distinguished road
Default

rtmfp streams P2P


I found on this page some German P2P streams. Stream address is located in F4M file.

Quote:
<manifest xmlns="http://ns.adobe.com/f4m/1.0">
<id>Multicast_P2P_with_Peer_Discovery</id>
<streamType>live</streamType>
<duration>0</duration>
<media url="rtmfp://81.95.11.23/" groupspec="G:0101010c0b0e70726f2073696562656e00" multicastStreamName="stream"/>
</manifest>
Maybe I am wronf below with construction of streams but it's not working.
Quote:
rtmpdump -v -r "rtmfp://81.95.11.23/G:0101010c0b0e70726f2073696562656e00/stream" -W "http://peer-stream.com/api/strobe-1.6-sec.swf" -p "http://www.schoener-fernsehen.com/index.php" | vlc -
RTMPDump v2.4 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 ...
ERROR: RTMP_Connect0, failed to connect socket. 10061 (Unknown error)
Any solution?
Reply With Quote