[ trixie ]
[ sid ]
[ ソース: golang-github-etherlabsio-go-m3u8 ]
パッケージ: golang-github-etherlabsio-go-m3u8-dev (1.0.0-2)
golang-github-etherlabsio-go-m3u8-dev に関するリンク
Debian の資源:
golang-github-etherlabsio-go-m3u8 ソースパッケージをダウンロード:
- [golang-github-etherlabsio-go-m3u8_1.0.0-2.dsc]
- [golang-github-etherlabsio-go-m3u8_1.0.0.orig.tar.gz]
- [golang-github-etherlabsio-go-m3u8_1.0.0-2.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
parse and generate m3u8 playlists for HLS (library)
go-m3u8 provides easy generation and parsing of m3u8 playlists defined in the HTTP Live Streaming (HLS) Internet Draft published by Apple.
* The library completely implements version 20 of the HLS Internet Draft. * Provides parsing of an m3u8 playlist into an object model from any File, io.Reader or string. * Provides ability to write playlist to a string via String() * Distinction between a master and media playlist is handled automatically (single Playlist class). * Optionally, the library can automatically generate the audio/video codecs string used in the CODEC attribute based on specified H.264, AAC, or MP3 options (such as Profile/Level).