Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/allezxandre/go-hls-encoder
An ffmpeg-based library that encodes and segments a video following Apple's best practices.
https://github.com/allezxandre/go-hls-encoder
apple-hls ffmpeg go golang hls-live-streaming transcoder
Last synced: 3 days ago
JSON representation
An ffmpeg-based library that encodes and segments a video following Apple's best practices.
- Host: GitHub
- URL: https://github.com/allezxandre/go-hls-encoder
- Owner: allezxandre
- License: agpl-3.0
- Created: 2018-03-13T19:02:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-05-01T13:41:16.000Z (over 3 years ago)
- Last Synced: 2024-08-07T23:47:26.038Z (3 months ago)
- Topics: apple-hls, ffmpeg, go, golang, hls-live-streaming, transcoder
- Language: Go
- Size: 1.98 MB
- Stars: 24
- Watchers: 5
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# go-hls-encoder
An ffmpeg-based library that encodes and segments a video following Apple's best practices.
____
### Resources
* Apple:
- [HTTP Live Streaming (landing page)](https://developer.apple.com/streaming/)
- [About HTTP Live Streaming](https://developer.apple.com/library/content/referencelibrary/GettingStarted/AboutHTTPLiveStreaming/about/about.html)
- [Best Practices for Creating and Deploying HTTP Live Streaming Media for Apple Devices](https://developer.apple.com/library/content/technotes/tn2224/_index.html)
* HLS:
- [HLS RFC Specification](https://tools.ietf.org/html/rfc8216)
- [WebVTT Segmenting issue on ffmpeg](https://trac.ffmpeg.org/ticket/4048)