mpromonet / webrtc-streamer

WebRTC streamer for V4L2 capture devices, RTSP sources and Screen Capture
https://webrtcstreamer.agreeabletree-365b9a90.canadacentral.azurecontainerapps.io/?layout=2x2
The Unlicense
2.79k stars 581 forks source link

Publish WebRTC stream to a Kurento Server #193

Open 823639792 opened 5 years ago

823639792 commented 5 years ago

Is your feature request related to a problem? Please describe. It is possible to publish WebRTC stream to a Kurento Media Server?

My rtsp stream is in my local network, and has a local ip address. My Kurento Media Server has deployed on internet, and has a global ip adderss. I want to transcode rtsp to webrtc and publish to Kurento Media Server, like Jitsi Video Room or Janus Gateway Video Room(https://github.com/mpromonet/webrtc-streamer#connect-to-janus-gateway-video-room). What can I do for this?

neucoreAn commented 5 years ago

Hello, I now encounter the same problem as you, now that you have solved it, can we talk about it together?

mpromonet commented 5 years ago

Hi, In case of jisti & janus, I implement a signaling gateway between webrtc-streamer and theses media servers. I think you need to implement something similar to talk with kurento media server, but I did not look to this solution since a while. This is for me a big weakness of WebRTC, as there is no emerging standard, each WebRTC system use a different one, with different concept.
XMPP is, I guess, the most complex but probably someone will invent a more complex :) If a simple standard emerge I may try to implement in webrtc-streamer.... but I will clearly not implement jitsi or janus signaling system. Best Regards, Michel.