|
I used this container to get the RTSP of my Cam Pan and through Scrypted I was able to use Homekit. It's been working well but so far I don't have audio to the stream. Looking at the wiki page on Camera Audio, it says I should enable it the ENV. Forgive my ignorance but what and where is ENV? And where to write the "- ENABLE_AUDIO=True" command to enable audio? I tried the terminal in Docker but it wasn't working. Thank you! |
Answered by
mrlt8
Aug 19, 2023
Replies: 1 comment 3 replies
|
You would normally add that to your FYI, there's currently an issue with the audio lagging behind the video right now, which should hopefully be resolved soon. |
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should be able to run
docker stop $(docker ps -q)in terminal to stop the previous container, then use an updateddocker runcommand with-e ENABLE_AUDIO=Trueto enable audio.For docker compose, you can download the sample file from here: https://github.com/mrlt8/docker-wyze-bridge/blob/main/docker-compose.sample.yml, then make any necessary changes and start the container with
docker compose -fdrag and drop your yml file to the terminal window then addupto the end of the line before running the command.should look like this: