An open API service indexing awesome lists of open source software.

https://github.com/i-e-b/hls---smooth-encoder

An ffmpeg based live and offline encoder capable of pushing to HLS and SmoothStreaming end points.
https://github.com/i-e-b/hls---smooth-encoder

old working

Last synced: about 1 year ago
JSON representation

An ffmpeg based live and offline encoder capable of pushing to HLS and SmoothStreaming end points.

Awesome Lists containing this project

README

          

An FFmpeg-based live and offline encoder that outputs HLS archives or publishes to IIS Live Smooth Streaming endpoints.

Can capture video from DirectShow cameras and audio equipment.

Can use a plugin framework for audio and video pre-processing (includes a tone-detector and a watermark plugin).

Uses the FFmpegControl library for encoding and decoding ( https://github.com/i-e-b/FFmpegControl )
The `.ts` files this outputs don't have correct CRCs yet. To play with VLC, open the 'Preferences' window,
select "Show settings: All", find `Input / Codecs` -> `Demuxers` and set the demux module to `Avformat demuxer`
If you use the command line interface, use `--demux avformat`