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.
- Host: GitHub
- URL: https://github.com/i-e-b/hls---smooth-encoder
- Owner: i-e-b
- Created: 2012-02-10T15:03:08.000Z (over 14 years ago)
- Default Branch: master
- Last Pushed: 2019-06-26T14:36:27.000Z (about 7 years ago)
- Last Synced: 2025-03-26T02:51:08.701Z (over 1 year ago)
- Topics: old, working
- Language: C#
- Homepage:
- Size: 5.2 MB
- Stars: 8
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`