Conversation
|
Hi @sannies, |
|
Hi @erankor , any comment on my code? Is it the correct approach? |
|
The numbers in BANDWIDTH and AVG_BANDWIDTH are now right with a single quality e.g.: TOS_,1000000,.mp4.urlset/master.m3u8 gives the right result The new (If anyone wants to chime in please do so otherwise this is a note to myself) |
|
I now restrict the media_set via and everything seems to work. I don't believe the approach is 100% right but I couldn't find a better way |
|
@erankor Hi, any comment? AMA! |
startWithSAP and mimeType move to adaptationset
I don't believe it's right what I'm doing here, but it works.
ce07ad1 to
d8e8f2d
Compare
Hi @erankor,
I got a very early proof of concept here. It works for my single test file - not enough but a start.
The code that creates the i-frame playlist was transformed to compute segment sizes and (AVERAGE-)BANDWIDTH.
I believe I added a few too many things to the hls_master_request in ngx_http_vod_hls.c - that might introduce a performance penalty. But it's hard for me to understand which REQUEST and PARSE flags are actually required.
As I don't have a lot of experience with the plugin: Is this approach something you'd support?