Rework audio encoding for restream (#5092)

* Use memo for recordings timezone

* Add audio encoding field and simplify stream creation

* Update docs and tests

* Fix bad logic
This commit is contained in:
Nicolas Mowen
2023-01-15 08:38:19 -07:00
committed by GitHub
parent daadd206dd
commit 01b9d4d848
5 changed files with 44 additions and 18 deletions

View File

@@ -25,7 +25,7 @@ class TestRestream(TestCase):
},
"restream": {
"enabled": True,
"force_audio": False,
"audio_encoding": ["copy"],
},
},
"front": {