mirror of
https://github.com/AlexxIT/go2rtc.git
synced 2026-04-22 23:57:20 +08:00
489 B
489 B
MPEG
This module provides an HTTP API for:
- Streaming output in
mpegtsformat. - Streaming output in
adtsformat. - Streaming ingest in
mpegtsformat.
MPEG-TS Server
ffplay http://localhost:1984/api/stream.ts?src=camera1
ADTS Server
ffplay http://localhost:1984/api/stream.aac?src=camera1
Streaming ingest
ffmpeg -re -i BigBuckBunny.mp4 -c copy -f mpegts http://localhost:1984/api/stream.ts?dst=camera1