Update go2rtc, simplify manual stream, and support audio for MSE & WebRTC (#4391)

* Update go2rtc to rc3

* Simplify ffmpeg / audio conversions

* Set ffmpeg bin location

* Manually set video as copied

* Run go2rtc with env vars

* Remove manual ffmpeg declaration

* Enable force_audio by default

* Fix test
This commit is contained in:
Nicolas Mowen
2022-11-16 05:29:47 -07:00
committed by GitHub
parent 664e04836d
commit 4eb3e98076
6 changed files with 6 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/with-contenv bash
# https://gist.github.com/mohanpedala/1e2ff5661761d3abd0385e8223e16425?permalink_comment_id=3945021
set -euo pipefail