You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have I misunderstood the system and you can't access a pure stream without gui, or have I made another mistake?
I can't test this locally because the linux computer doesn't have an interface.
Thank you in advance,
Martin
The text was updated successfully, but these errors were encountered:
It seems you used Get method on Post Router, doesn't it? that router is for WebRTC SDP handshake.
Also, I use this project as Media Server(without WebUI) for my product. you can use this project without gui.
I developed React WebUI for my product. Is that what you want to do?
Hi folks,
First of all, thank you for the great piece of software. Runs really fast with low system load, top!
Now to my problem. If I have understood correctly, then you can use
http://127.0.0.1:8083/stream/{STREAM_ID}/channel/{CHANNEL_ID}/webrtc
to access the stream directly.
via the link
http://192.168.178.137:8083/pages/player/webrtc/08e069d9-a03b-4f12-b3a8-45f3f1ffcb05/0
I can also access the gui with the stream running.
However, if I
http://192.168.178.137:8083/stream/08e069d9-a03b-4f12-b3a8-45f3f1ffcb05/channel/0/webrtc
I immediately get “404 page not found”
Have I misunderstood the system and you can't access a pure stream without gui, or have I made another mistake?
I can't test this locally because the linux computer doesn't have an interface.
Thank you in advance,
Martin
The text was updated successfully, but these errors were encountered: