AirenSoft / OvenPlayer

OvenPlayer is JavaScript-based LLHLS and WebRTC Player for OvenMediaEngine.
https://airensoft.com/ome.html
MIT License
508 stars 126 forks source link

OME WebRTC exclusive only to OvenPlayer? #298

Closed sebdott closed 8 months ago

sebdott commented 2 years ago

For OME WebRTC contains specific requirement (Signalling Protocol Conforms to the OME Specification) Not too sure if its possible to run it in another video player.

Do you know any other alternative player to play the WebRtc link in React Native ?

Example: wss://xxxx/app/stream

SangwonOh commented 2 years ago

@sebdott No other player seems to have implemented our signaling. But because standard html specifications are used, if signaling is implemented well, I think it will work well for other players as well. You can even make it play using only the html video element.

https://airensoft.gitbook.io/ovenmediaengine/streaming/webrtc-publishing#signalling

SangwonOh commented 8 months ago

We are closing the issue due to a long period of inactivity. If further discussion is needed, please open a new issue.