]> git.sesse.net Git - cubemap/commit
Add support for serving HLS playlists.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 6 Apr 2018 20:57:14 +0000 (22:57 +0200)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Fri, 6 Apr 2018 20:57:14 +0000 (22:57 +0200)
commit20e85bd6901355cc40a6cfb4c0deb7232d9aa63f
treeeb016c57e069ae1d16fca4a67919122824e211b8
parent061988af511f42da3cd584b4d983177504ddc177
Add support for serving HLS playlists.

This depends on the new Metacube PTS metadata block, which only
Nageru >= 1.7.2 serves at the moment. Lightly tested with iOS and hls.js;
does not work with VLC and mpv yet.
15 files changed:
client.h
config.cpp
config.h
cubemap.config.sample
httpinput.cpp
httpinput.h
main.cpp
server.cpp
server.h
serverpool.cpp
serverpool.h
state.proto
stream.cpp
stream.h
udpinput.cpp