roflcoopter / viseron

Self-hosted, local only NVR and AI Computer Vision software. With features such as object detection, motion detection, face recognition and more, it gives you the power to keep an eye on your home, office or any other place you want to monitor.
MIT License
1.66k stars 171 forks source link

Live Vew With Audio #616

Open itssasanka opened 1 year ago

itssasanka commented 1 year ago

Hi,

Thanks for building viseron, it seems to be really simple to setup and the documentation is great. I am coming over from Frigate and have a question reg. the live view:

Since mjpeg does not really support audio, is it possible to get the stream in a different format that allows for audio as well? I am aware of the sad state of compatibility with codecs on different platforms, with iPhone notably not supporting MSE and HLS coming on its own with a considerable amount of lag - but I am curious to see what can be done here, and explore some ideas.

Will appreciate your insight, and thanks for making this product!

roflcoopter commented 1 year ago

Hello! Thanks for the kind words :)

The live view in Viseron is like the Frigates "debug" view, basically it is an MJPEG stream of what Viseron "sees". I am going to implement proper live streaming using go2rtc soon which will allow for at least some audio codecs to work.

I am currently working hard on 24/7 recordings tho which is a lot of work so it will take me a few months before the live streaming is improved.