webrtc-streamer icon indicating copy to clipboard operation
webrtc-streamer copied to clipboard

Publish WebRTC stream to a Kurento Server

Open 823639792 opened this issue 6 years ago • 2 comments
trafficstars

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?

823639792 avatar Jan 18 '19 06:01 823639792

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

neucoreAn avatar Feb 13 '19 01:02 neucoreAn

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.

mpromonet avatar May 03 '19 13:05 mpromonet