Direct link to the stream for integration into iobroker not work?
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
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?