notedit / media-server-go

WebRTC media server for go
GNU General Public License v2.0
540 stars 119 forks source link

WebRTC-RTMFP #74

Closed ROBERT-MCDOWELL closed 2 years ago

ROBERT-MCDOWELL commented 3 years ago

there is a nice project called libRTMFP https://github.com/MonaSolutions/librtmfp RTMFP is the UDP version of RTMP and much more packet loss tolerant allowing p2p and multicast streaming. do you think this protocol can be integrated into media-server-go?

al-sabr commented 2 years ago

I think it is possible because there's already rtmfp implementation in golang. Search on GitHub you will find the code that can be copied and pasted.

notedit commented 2 years ago

No.