Go to file
2020-06-03 01:34:16 -07:00
config Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
hls Make sure the hls directory is in the repo 2020-06-02 18:24:30 -07:00
webroot Make sure the hls directory is in the repo 2020-06-02 18:24:30 -07:00
chunkStorage.go Refactor ipfs storage behind a standard interface 2020-06-03 01:33:27 -07:00
client.go
config.go Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
ffmpeg.go Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
go.mod Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
go.sum Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
handler.go Add endpoint for returning stream status 2020-06-02 01:02:26 -07:00
ipfsStorage.go Refactor ipfs storage behind a standard interface 2020-06-03 01:33:27 -07:00
main.go Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
message.go Make messages unique and dedupe on reconnection 2020-06-02 17:59:58 -07:00
playlistMonitor.go Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
rtmp.go
s3Storage.go Add support for storing chunks on S3 2020-06-03 01:34:16 -07:00
server.go Show viewer count and reconnect to websocket 2020-06-02 17:35:49 -07:00
status.go Show viewer count and reconnect to websocket 2020-06-02 17:35:49 -07:00
utils.go