We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
i use ffmpeg push stream to monaserver(rtmp). i can display this stream. but i want to use webscoket in ios to display this stream. how can i do?
The text was updated successfully, but these errors were encountered:
the best would be to add rtmpX/rtmfp protocols directly on the video element in HTML5 rather than use websocket since <video> is protocol agnostic.
Sorry, something went wrong.
We have an alternative that could fit your needs.
In fact in the last releases of MonaServer2 we have introduced the support of the HTML
Just change the address (localhost) and stream name (test123) for your needs and it should work.
Let me know if it works, we have never tested this feature on iOS for now.
No branches or pull requests
i use ffmpeg push stream to monaserver(rtmp). i can display this stream.
but i want to use webscoket in ios to display this stream.
how can i do?
The text was updated successfully, but these errors were encountered: