docs tweak for mjpeg cameras

This commit is contained in:
Josh Hawkins 2025-02-15 07:32:47 -06:00
parent 1a73e421f6
commit e29e2b06eb

View File

@ -22,7 +22,7 @@ Note that mjpeg cameras require encoding the video into h264 for recording, and
```yaml ```yaml
go2rtc: go2rtc:
streams: streams:
mjpeg_cam: "ffmpeg:{your_mjpeg_stream_url}#video=h264#hardware" # <- use hardware acceleration to create an h264 stream usable for other components. mjpeg_cam: "ffmpeg:http://your_mjpeg_stream_url#video=h264#hardware" # <- use hardware acceleration to create an h264 stream usable for other components.
cameras: cameras:
... ...
@ -85,7 +85,7 @@ This camera is H.265 only. To be able to play clips on some devices (like MacOs
cameras: cameras:
annkec800: # <------ Name the camera annkec800: # <------ Name the camera
ffmpeg: ffmpeg:
apple_compatibility: true # <- Adds compatibility with MacOS and iPhone apple_compatibility: true # <- Adds compatibility with MacOS and iPhone
output_args: output_args:
record: preset-record-generic-audio-aac record: preset-record-generic-audio-aac