RTSPtoWeb icon indicating copy to clipboard operation
RTSPtoWeb copied to clipboard

Direct link to the stream for integration into iobroker not work?

Open Grimes84 opened this issue 1 year ago • 1 comments

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

Grimes84 avatar Oct 24 '24 16:10 Grimes84

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?

GyeongHoKim avatar Dec 06 '24 05:12 GyeongHoKim