You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- you can omit the codecs, so one first video and one first audio will be selected
332
+
- you can omit the codec filters, so one first video and one first audio will be selected
337
333
- you can set `?video=copy` or just `?video`, so only one first video without audio will be selected
338
334
- you can set multiple video or audio, so all of them will be selected
339
335
@@ -497,6 +493,19 @@ Provides several features:
497
493
2. Camera snapshots in MP4 format (single frame), can be sent to [Telegram](https://www.telegram.org/)
498
494
3. Progressive MP4 stream - bad format for streaming because of high latency, doesn't work in Safari
499
495
496
+
### Module: MJPEG
497
+
498
+
**Important.** For stream as MJPEG format, your source MUST contain the MJPEG codec. If your camera outputs H264/H265 - you SHOULD use transcoding. With this example, your stream will have both H264 and MJPEG codecs:
0 commit comments