Skip to content

Pass pullAlgorithm while initializing [[readable]]? #187

@saschanaz

Description

@saschanaz

https://w3c.github.io/webrtc-encoded-transform/#stream-creation

Set up this.[[readable]]. this.[[readable]] is provided frames using the readEncodedData algorithm given this as parameter.

But it defines no pullAlgorithm, and nothing explicitly calls readEncodedData outside the stream, which means nothing will enqueue any data at all. Should it pass a pullAlgorithm that calls readEncodedData?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions