ZipRecruiter/chromedriver-proxy

support http live streaming (hls) m3u8

Closed this issue · 0 comments

jesg commented

there are various formats for live streaming. some like rtp would require a special server to serve the file.

the advantage of hls and dash is that all you push small video segments to s3 along with updating an index file as the segments become available. dash is not supported on safari. hence i choose hls.

the approach will be to upload a new segment every 5 seconds then upload an updated index file.