MPEG
This module provides an HTTP API for:
- Streaming output in
mpegtsformat. - Streaming output in
adtsformat. - Streaming ingest in
mpegtsformat.
MPEG-TS Server
shell
ffplay http://localhost:1984/api/stream.ts?src=camera1ADTS Server
shell
ffplay http://localhost:1984/api/stream.aac?src=camera1Streaming ingest
shell
ffmpeg -re -i BigBuckBunny.mp4 -c copy -f mpegts http://localhost:1984/api/stream.ts?dst=camera1