Anonymousdog / displaycameras

System for displaying RTSP feeds from IP cameras on the Raspberry Pi
Apache License 2.0
568 stars 114 forks source link

Select camera feed for audio #27

Closed gohamstergo closed 5 years ago

gohamstergo commented 5 years ago

Would it be possible to add a section to the layout.conf to choose a feed to output audio via hdmi? Since the omxplayer code is universal in the 'displaycameras' file, there doesn't seem to be a way to choose just one.

Thanks!

Anonymousdog commented 5 years ago

Correct. Code reuse and looping inherent to the function of the system means that I'd have to significantly refactor the code to accept arguments per-camera that aren't currently supported. This feature is unlikely to be implemented (by me).

gohamstergo commented 5 years ago

ah ok, no worries.