Niklas Korz

Results 69 comments of Niklas Korz

@sco974 @iplus26 If there's interest, I can look into providing an up to date version for shaka player v3 based on my generator and submit it to @types. Best case...

Very nice @joeyparrish ! Clutz didn't work for me two years ago either, good to see that's changed. My repository includes some typescript samples for validating the typings: https://github.com/niklaskorz/shaka-player/tree/feature/generate-typescript-typedefs/test/typescript

I can, unfortunately, confirm that the Clutz typings are not working as they are not exporting anything. Getting the same error as @alexandercerutti: `File 'node_modules/shaka-player/dist/shaka-player.compiled.d.ts' is not a module. ts(2306)`...

Another issue I just encountered is that shaka-player's semi complete Google IMA typings clash with our own complete Google IMA typings. Not sure yet how this could be avoided. Edit:...

Wouldn't it make more sense to use the streaming key field for the SRT streamid parameter, and the password field for the encryption passphrase?

The problem I see with using the streaming key as encryption phrase instead of stream id is that the predefined "rtmp services" can only make use of the stream id...

It is not used? > The encryption passphrase for SRT & RIST can be set in the stream key field of custom rtmp service. ```cpp context->passphrase = NULL; if (stream->ff_data.config.key...

As this issue is still open, I have one question: Does a packet only contain a single frame? If not, why does the video decoder only return one frame for...

Ah indeed, my bad. I'll report back if I have a working gitlab ci config :)

Seems like it won't work with the provided `FROM scratch` image, but making a similar one based on alpine should work. "The kaniko debug image is recommended (gcr.io/kaniko-project/executor:debug) because it...