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

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

Open
Grimes84 opened this issue Oct 24, 2024 · 1 comment
Open

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

Grimes84 opened this issue Oct 24, 2024 · 1 comment

Comments

@Grimes84
Copy link

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

@GyeongHoKim
Copy link

GyeongHoKim commented Dec 6, 2024

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?

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