synologic
synologic
Wow, two years in and nobody commented :) Audio variants in HLS with TS container, are TS indeed. This will not help if CMAF is used, then it's in MP4...
doesnt seem so, too bad, it was a nice project
Seems like a long time to go without an answer :) I have the same issue though ...
Fairly simple i believe, in tracer.js, change spanFinished function: ``` spanFinished(span) { if (span.sampled) { if (this.opts.exclude && this.opts.exclude.length != 0 && this.opts.exclude.indexOf(span.tags.action.name) != -1) return; this.invokeExporter("spanFinished", [span]); } }...
In 4.1.0 as well as the nightly build (as of 17th nov 2021) does not experience this problem on clear streams. With Widevine, it freezes, manifest is not being refreshed....
@dsilhavy the latest version has the same problem with Widevine enabled. It plays the first 2 segments and then stalls. I have tried the fix in #3754 but doesn't help:...
+1 The multi key samples are just using separate keys for audio tracks, but all video tracks use the same key.
All, this has been discussed all over the internet for quite a while now, we should get it :)
@WikiRik https://sequelize.org/api/v7/interfaces/_sequelize_core.index.syncoptions It says "The schema that the tables should be created in. This can be overridden for each table in sequelize.define" i would expect that if i don't want...
While working on a monkey patch, to get to the bottom of this, the same applies for creating the index so there may be more to it. For the moment,...