notedit / media-server-go

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

Is it possible to do RTMP to RTMP? #71

Closed flaviobarros closed 4 years ago

flaviobarros commented 4 years ago

I would like to do something like RTMP push. Is it possible?

notedit commented 4 years ago

You mean RTMP PUSH and WebRTC PLAY?

Yes, we have done that, you can see the demo https://github.com/notedit/media-server-go-demo/tree/master/rtmp-to-webrtc2