Confirmed users
111
edits
(Initial impressions of the api design) |
(Express confusion about 'audiostream') |
||
Line 1: | Line 1: | ||
Some basic feedback: | Some basic feedback: | ||
* I don't understand what the 'audiostream' attribute is for. | |||
In the examples it seems to be used to tell the original video element not to play its own audio, and instead audio is streamed (and optionally filtered) to a separate audio element, while the original video still plays. If that's the design, isn't a similar attribute needed to hide the video if that's what's being processed? | |||
Would the attributes' use be more obvious if they were called 'muteaudio' and 'mutevideo'? Is there not already CSS for that? | |||
It seems like a complicated way to do things. Maybe this is an argument for the mediaresource element, as a non-displaying source. What if a filter graph could be fed back to the original element for display? Or better, if that were the default? | |||
* There's no way for workers to signal latency to the scheduler. | * There's no way for workers to signal latency to the scheduler. |