Contact emails
ser...@chromium.orghttps://www.w3.org/TR/html5/embedded-content-0.html#audiotracklist-and-videotracklist-objects
https://www.w3.org/TR/media-source/#audio-track-extensions
https://www.w3.org/TR/media-source/#video-track-extensions
https://www.w3.org/TR/media-source/#sourcebuffer-init-segment-received
Link to entry on the feature dashboard
https://www.chromestatus.com/features/5748496434987008
Requesting approval to ship?
Yes
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+unsubscribe@chromium.org.
MediaStream comprises of MediaStreamTracks that render the content from the set ofselected (for VideoTracks, or other exclusively selected track types) or enabled (for AudioTracks, or other track types that support multiple selections) tracks from the media element. If the media element does not have a selected or enabled tracks of a given type, then no MediaStreamTrack of that type is present in the captured stream.Thanks for pointing this out, Harald. I wasn't aware of this functionality.https://w3c.github.io/mediacapture-fromelement/ section 3.1 has this paragraph:The capturedMediaStreamcomprises ofMediaStreamTracks that render the content from the set ofselected (fors, or other exclusively selected track types) or enabled (forVideoTracks, or other track types that support multiple selections) tracks from the media element. If the media element does not have a selected or enabled tracks of a given type, then noAudioTrackMediaStreamTrackof that type is present in the captured stream.And yet from a quick glance at the implementation in HTMLMediaElementCapture::captureStream it looks like media track status is not taken into account properly. +mcasas@ who implemented this functionality.Miguel, should we update HTMLMediaElementCapture::captureStream to capture only selected/enabled media tracks? Do we have layout tests for the media capture functionality?
☆PhistucK
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
--
You received this message because you are subscribed to the Google Groups "blink-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to blink-dev+...@chromium.org.
Requesting approval to ship?
Yes