mirror of
https://github.com/legop3/MultiRoombaRover.git
synced 2026-09-16 01:21:20 -04:00
wuuuhufd
This commit is contained in:
@@ -91,7 +91,7 @@ run_pipeline() {
|
|||||||
| "${FFMPEG_BIN_PATH}" \
|
| "${FFMPEG_BIN_PATH}" \
|
||||||
-hide_banner \
|
-hide_banner \
|
||||||
-loglevel warning \
|
-loglevel warning \
|
||||||
-fflags nobuffer \
|
-fflags nobuffer+genpts \
|
||||||
-flags low_delay \
|
-flags low_delay \
|
||||||
-max_interleave_delta 0 \
|
-max_interleave_delta 0 \
|
||||||
-use_wallclock_as_timestamps 1 \
|
-use_wallclock_as_timestamps 1 \
|
||||||
@@ -114,6 +114,7 @@ run_pipeline() {
|
|||||||
-compression_level 0 \
|
-compression_level 0 \
|
||||||
-muxpreload 0 \
|
-muxpreload 0 \
|
||||||
-muxdelay 0 \
|
-muxdelay 0 \
|
||||||
|
-vsync passthrough \
|
||||||
-flush_packets 1 \
|
-flush_packets 1 \
|
||||||
-f mpegts \
|
-f mpegts \
|
||||||
"${PUBLISH_URL}"
|
"${PUBLISH_URL}"
|
||||||
|
|||||||
@@ -15,3 +15,9 @@
|
|||||||
-ac:a 1 -ar:a 48000 -af "pan=1c|c0=c0,volume=20dB"
|
-ac:a 1 -ar:a 48000 -af "pan=1c|c0=c0,volume=20dB"
|
||||||
```
|
```
|
||||||
- the raspberry pi CANNOT HANDLE AUDIO ENCODING onboard. this is just to show you how to use the mic.
|
- the raspberry pi CANNOT HANDLE AUDIO ENCODING onboard. this is just to show you how to use the mic.
|
||||||
|
|
||||||
|
|
||||||
|
sudo systemctl restart roverd
|
||||||
|
sudo systemctl restart audio-capture
|
||||||
|
sudo systemctl restart video-publisher
|
||||||
|
sudo cat /var/lib/roverd/video.env
|
||||||
|
|||||||
Reference in New Issue
Block a user