-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Mobile Player #36
Comments
We recommend OvenPlayer for WebRTC playback. Right now, it only offers web-based players, so if you want to use it in a native app, you can use it in the form of WebView. |
Any plans on when the native app will be available? |
If you only want to play WebRTC, it is best to use the native code provided by https://webrtc.org/ You can build the WebRTC source code by referring to the guide shown above and write your own WebSocket client that can communicate with the OME Signalling Server. If you want not only WebRTC but also HLS/DASH playback and fallback features, please wait for OvenPlayer to be released in the first half of next year. |
Thank you. Do you have any sample code to wrap the OvenPlayer in webview? |
I don't have WebView-based samples, but I don't think it will be difficult to make with reference to the following steps. First, you should download the required files by referring to the OvenPlayer repository, copy them as resource in iOS/Android project. Then, loads the files in WebView and it will work. |
Is there sdk android and iOS? |
@Allan-Nava |
Ah neither in beta? |
@Allan-Nava |
Okay @dimiden , but in the future do u implement any ovenplayer sdk for iOS or Android? |
@Allan-Nava |
Okay let me know. |
Is there any update on the iOS player implementation? |
I write to ask how far about the Andriod /iOS Would appreciate a feedback. Thanks
|
Is there any sdk for ios and android for playing LLHLS? |
You can exchange SDP with WebSocket according to OME's signaling protocol and implement it with WebRTC Native Library. The Signaling Protocol is as follows. This can be easily implemented by looking at our OvenPlayer or performance testing tool. https://github.com/AirenSoft/OvenPlayer In fact, there are many people who have implemented a Native WebRTC player that directly plays OME's stream using our signaling protocol and WebRTC Native, and it's not that difficult. |
Is there an ultra low latency webrtc player sdk available for android and ios that works with oven media engine?
The text was updated successfully, but these errors were encountered: