Skip to content
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

push rtmp to websocket client #68

Open
ghost opened this issue Dec 26, 2017 · 2 comments
Open

push rtmp to websocket client #68

ghost opened this issue Dec 26, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Dec 26, 2017

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?

@ROBERT-MCDOWELL
Copy link

ROBERT-MCDOWELL commented Jan 4, 2018

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.

@thomasjammet
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants