Audio/video stream recording forums (http://stream-recorder.com/forum/index.php)
-   rtmpdump (http://stream-recorder.com/forum/forumdisplay.php?f=54)
-   -  

rtmfp streams P2P

(http://stream-recorder.com/forum/showthread.php?t=10405)

karlo2105 11-17-2011 03:26 AM

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?

hyc 11-17-2011 07:32 PM

Re: rtmfp streams P2P


 
Not here; rtmpdump only implements RTMP. RTMFP is a completely different protocol.

chap 11-17-2011 11:13 PM

Re: rtmfp streams P2P


 
Quote:

Originally Posted by hyc (Post 34408)
Not here; rtmpdump only implements RTMP. RTMFP is a completely different protocol.

it is unclear:confused:
Download RTMFP stream

hyc 11-18-2011 01:24 AM

Re: rtmfp streams P2P


 
Quote:

Originally Posted by chap (Post 34412)
it is unclear:confused:
Download RTMFP stream

As the author of this code, you're best off just believing me when I tell you when something is or is not supported, and ignoring anything else that contradicts it. Is that clear enough for you?

Stream Ripper 11-18-2011 01:32 AM

Re: rtmfp streams P2P


 
Quote:

Originally Posted by chap (Post 34412)
it is unclear:confused:
Download RTMFP stream

What is unclear exactly?

KSV 11-18-2011 02:07 AM

Re: rtmfp streams P2P


 
i think chap got confused because he was passing rtmfp link (rtmfp://85.17.30.74) to rtmpdump and was able to download it. but when you pass rtmfp as protocol it actually uses rtmp to download the stream but the particular server (rtmfp://81.95.11.23) in this case is blocking all other protocols except rtmfp. so we are unable to use rtmpdump with this server.

Code:

http://stream-recorder.com/forum/showpost.php?p=28865&postcount=13

karlo2105 11-18-2011 03:08 AM

Re: rtmfp streams P2P


 
Quote:

Originally Posted by KSV (Post 34419)
i think chap got confused because he was passing rtmfp link (rtmfp://85.17.30.74) to rtmpdump and was able to download it. but when you pass rtmfp as protocol it actually uses rtmp to download the stream but the particular server (rtmfp://81.95.11.23) in this case is blocking all other protocols except rtmfp. so we are unable to use rtmpdump with this server.

Code:

http://stream-recorder.com/forum/showpost.php?p=28865&postcount=13

I remember I managed to dump rtmfp protocol with rtmpdump some months ago from one Russian website and it worked flawlessly. Maybe it was using rtmp protocol for streaming through rtmfp as you said but I am sure it was P2P.

chap 11-18-2011 12:00 PM

Re: rtmfp streams P2P


 
Quote:

Originally Posted by hyc (Post 34417)
As the author of this code, you're best off just believing me when I tell you when something is or is not supported, and ignoring anything else that contradicts it. Is that clear enough for you?

enough,as clear as day:cool:

Dee Jay 12-15-2012 10:31 AM

Re: rtmfp streams P2P


 
How to detect url of the rtmfp stream?
Thanks!

chap 12-16-2012 02:40 AM

Re: rtmfp streams P2P


 
http://tvsmotr.ru/online/domashniy:confused:
Code:

group="G:01012105e71b9fd9f36e9b3a125e25bdd4cfeabd9d56fa399861d24dbbb073e3ed52b8cd010c110e666d732e6d756c7469636173742e3232210e84529f30c27ae32c737d25ff1b92f1199ccd7377ea0a0d8bf0d5cc73dffdafee00111531354e706c796b6b33416e7133687236" thumb="" thumb_url="" name="................" stream_sd="rtmfp://94.242.221.205:2935/multicast_22" chanel_sd="22" stream_sd_width="576" stream_sd_height="544" stream_hd="rtmfp://94.242.221.205:2935/multicast_22" chanel_hd="22" stream_hd_width="4" stream_hd_height="3">
no works
Code:

rtmpdump -r "rtmfp://94.242.221.205:2935/multicast_22" -a "multicast_22" -y "22" -o bnm.flv
what that option is missing?
thanks
P.S
or it will not work anyway?:(


All times are GMT -6. The time now is 10:52 AM.