You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have been looking at recording WebRTC conferences lately and have
noticed how Chrome sends different CNAMEs for every media source.
CNAMEs have traditionally been used to determine whether two streams are
synchronise-able so having unique CNAMEs for an audio and a video flow
originating at the same host is kind of awkward.
Do we have a position on this for ORTC implementations? Should they be
encouraged to share CNAMEs within the same session (page). If not, then
should we provide a way for the page to control that?
From: Emil Ivov emcho@jitsi.org
Date: Sat, 31 May 2014 10:25:55 +0200
To: "public-ortc@w3.org" public-ortc@w3.org
URL: http://lists.w3.org/Archives/Public/public-ortc/2014May/0142.html
We have been looking at recording WebRTC conferences lately and have
noticed how Chrome sends different CNAMEs for every media source.
CNAMEs have traditionally been used to determine whether two streams are
synchronise-able so having unique CNAMEs for an audio and a video flow
originating at the same host is kind of awkward.
Do we have a position on this for ORTC implementations? Should they be
encouraged to share CNAMEs within the same session (page). If not, then
should we provide a way for the page to control that?