Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 442 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 442 Bytes

ffmpeg-mp4box

Live stream webcodec decoder sample using ffmpeg and mp4box.

The frontend sample is a stripped down version of the webcodec sample

The backend uses ffmpeg to stream from either mp4 file or h264 rtsp stream and pipe the frame data to websocket.

Stream target is set in .env, either a local file or rtsp url is expected.