-
I have been trying to use WebRTC over a cluster origin-edge setup. The setup is currently very simple with a single edge and origin instance. I am using the demo player and webrtc input pages provided in the documentation for testing. I am able to provide a stream to the following link 'wss://ome-origin.example.com:3334/newapp/stream?direction=send&transport=tcp' using the webrtc input tab over the demo player website. Once the stream is started i am also able to click on test player button and play the stream over the origin instance itself. On the edge side i get the following log:
On the origin side the log shows the following: So i am atleast sure that the traffic is being routed from the edge on to the origin server for the client but the wrong version number error has my head spinning. I checked the service start logs to check if there was an error in the ssl certificate files that i have set on the edge and origin and they are all valid. I am attaching an example of the edge and server xml configuration files that i am using. Could anyone help me figure out what is keeping a client from connecting to the stream over the edge instance. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Origins only supports OVT or RTSP. There is no need to communicate with WebRTC between origin and edge. You can use ovt scheme and ovt url.
|
Beta Was this translation helpful? Give feedback.
Origins only supports OVT or RTSP. There is no need to communicate with WebRTC between origin and edge. You can use ovt scheme and ovt url.