David Halls

Results 66 comments of David Halls

Not sure on the progress of whatwg streams. This issue has been open a while now. Anything different now?

Hi @congthang1 yes that's the idea, to use WebGL. I haven't had time to provide an example. Also related to https://github.com/davedoesdev/streamana/issues/9 (which is really for separate screen sharing stream). Probably...

I also had to convert `"media": {"binaryEncoding": "..."}` to `"contentEncoding"`, per https://json-schema.org/draft-07/json-schema-release-notes.html

And added `"type": "object"` alongside `"additionalProperties"`

Update of element names to v4 should have changed the major version so dependencies didn't break. https://github.com/legokichi/ts-ebml/pull/41#issuecomment-1168265375

This plugin will need updating for Typedoc 0.21: ``` >> Warning: /home/david/webauthn4js/node_modules/typedoc-plugin-external-module-name uses a deprecated structure. Plugins should export a "load" function to be called with the Application >> at...

@Jean-Daniel I've separated the logic into the [`_response_needs_auth`](https://github.com/davedoesdev/dxf/blob/master/dxf/__init__.py#L237). Could you create a derived class and override this method to suit?

Yes, it should be possible to stream from a video, just don't have time to update the example.

Video can now be turned off (WebGL will be emitted by the canvas instead). Streaming without a video track is a different matter. webm-muxer.js does support it but this is...