mirror of
https://github.com/gtxaspec/wz_mini_hacks.git
synced 2024-11-09 15:08:21 +00:00
Add Wyze Cam V2 Note to go2rtc.yml (#566)
Co-authored-by: gtxaspec <gtxent@gmail.com>
This commit is contained in:
parent
7e8195de80
commit
efbf869c6a
@ -10,6 +10,7 @@ ffmpeg:
|
||||
bin: /opt/wz_mini/bin/ffmpeg
|
||||
streams:
|
||||
1080p:
|
||||
# NOTE: USE /dev/video6 for Wyze Cam v2! /dev/video1 is unavailable due to iCamera application
|
||||
- exec:ffmpeg -fflags +genpts+flush_packets+nobuffer+bitexact -flags +low_delay -thread_queue_size 100 -analyzeduration 50 -probesize 50 -pix_fmt yuv420p -r 30 -i /dev/video1 -flags +global_header -movflags +empty_moov+default_base_moof+frag_keyframe -framerate 30 -video_size 1920x1080 -pix_fmt yuv420p -c:v copy -copyts -rtsp_transport tcp -f rtsp {output}
|
||||
- exec:ffmpeg -hide_banner -f alsa -ac 1 -i dsnooper0 -c:a copy -muxdelay 0 -muxpreload 0 -f rtsp {output}
|
||||
- exec:ffmpeg -hide_banner -f alsa -ac 1 -i dsnooper0 -c:a libfdk_aac -afterburner 1 -channels 1 -b:a 128k -profile:a aac_he -ar 16000 -strict experimental -muxdelay 0 -muxpreload 0 -ac:a 1 -f rtsp {output}
|
||||
@ -21,4 +22,3 @@ streams:
|
||||
- exec:ffmpeg -hide_banner -f alsa -ac 1 -i dsnooper2 -c:a libfdk_aac -afterburner 1 -channels 1 -b:a 128k -profile:a aac_he -ar 16000 -strict experimental -muxdelay 0 -muxpreload 0 -ac:a 1 -f rtsp {output}
|
||||
# libopus has higher cpu requirements, audio may studder.
|
||||
# - exec:ffmpeg -hide_banner -f alsa -ac 1 -i dsnooper2 -c:a libopus -muxdelay 0 -muxpreload 0 -ac:a 1 -af adelay=0|0 -f rtsp {output}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user