Hi developper team!
I’m looking for a solution to broadcast the RSTP surveillance camera stream on a Windows player. Do you have a development project in this direction? I tried solutions with ffmpeg + web server and with VLC but it was very complicated to set up. I think it’s possible but it’s beyond my skills.
For selfhosting, you could try something like:
RTMP Stream > OBS > MediaMTX > FFMPEG > HLS > Webpage with stream
This one is CPU intensive as FFMPEG is converting to HLS in realtime directly on webserver but its enough for only one stream that is needed for our location.
To skip all above for broadcast platform server setup and “just use it” check something like:
We use a software called mediamtx ( Releases · bluenviron/mediamtx · GitHub ).
We installed it in a small VM and the output can be used as hls-stream for the xibo-player.
1 Like
Hi
Thanks for your answer but my cameras codec is H265 and mediamtx don’t manage it.
we use BlueIris with our cameras and just use a webpage load of the camera URL to do this. Easy Peasy.