wish-wg / webrtc-http-egress-protocol

WHEP - WebRTC HTTP egress protocol draft
4 stars 4 forks source link

Inconsistencies with SSE and Layer extensions #13

Closed redoPop closed 1 year ago

redoPop commented 1 year ago

Currently the spec, its examples, and the Medooze reference lib (whep.js) all use different values of rel for the SSE and Layer extensions:

I imagine urn:ietf:params:whep:ext:sse and urn:ietf:params:whep:ext:layer are the intended values, but the ambiguity seems to be causing some fragmentation:

We should fix the discrepancy before there's too much fragmentation.

murillo128 commented 1 year ago

Thank you for pointing it out, could you double check that everything is consistent?

redoPop commented 1 year ago

Looking good, thank you!