tosinbot / rtmplite

Automatically exported from code.google.com/p/rtmplite
0 stars 0 forks source link

RTMP stream relay to RTMFP group #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Is it possible to support RTMP stream relay to RTMFP group?

Adobe Media Flash Live Encoder supports RTMP only, that means that encoder can 
not publish a stream to a RTMFP group directly. What's more, the publisher 
might be behind an NAT, that means even the encoder supports RTMFP, it can not 
publish stream to the group due to failure of P2P connection.

FMS supports both RTMP and RTMFP. Adobe's solution is: publish stream via RTMP, 
then a server-side script will relay the stream to the RTMFP group.

Now RTMPlite supports both RTMP and RTMFP. If it can bridge RTMP and RTMFP, 
that will be perfect.

Original issue reported on code.google.com by tsian.mi...@gmail.com on 20 May 2013 at 5:18