Error from RTCRtpScriptTransform is not propagated via WebRTC?
Categories
(Core :: WebRTC: Networking, defect, P3)
Tracking
()
People
(Reporter: saschanaz, Assigned: bwc)
Details
Attachments
(1 file)
Per my test it seems the error is being ignored and video.play()
waits forever. I need some check from the WebRTC expert that my test is written right, though.
Reporter | ||
Comment 1•1 year ago
|
||
Depends on D195777
Updated•1 year ago
|
Reporter | ||
Comment 2•1 year ago
|
||
Do you know how the current setup handles error? Per the spec where the streams are transferred, the error would be handled via "error" messages as in step 4 of https://streams.spec.whatwg.org/#abstract-opdef-setupcrossrealmtransformreadable, but AFAICT we don't transfer any stream here.
Assignee | ||
Comment 3•1 year ago
|
||
Right now, we throw the error on the worker, but we do not propagate the error to the other side. I guess we'd need to have error propagation to the FrameTransformerProxy in here someplace:
Comment 4•1 year ago
|
||
The severity field is not set for this bug.
:bwc, could you have a look please?
For more information, please visit BugBot documentation.
Assignee | ||
Updated•1 year ago
|
Description
•