sebawagner edited a comment on pull request #98:
URL: https://github.com/apache/openmeetings/pull/98#issuecomment-663805606


   I put some logging and output around the code in 
    
https://github.com/apache/openmeetings/blob/master/openmeetings-web/src/main/java/org/apache/openmeetings/web/room/raw-video.js#L79
   
   And I did compare Safari and Chrome.
   There is no error or anything in particular different.
   You can also see in Safari that the audio stream is inside the track when it 
is calling:
   `_stream.addTrack(track);`
   
   Below is some log output from Safari:
   It looks the same like on Chrome
   `
   [Log] navigator.mediaDevices.getUserMedia – {video: {frameRate: 30, width: 
320, facingMode: {ideal: "user"}}, audio: {sampleRate: 22, echoCancellation: 
true, noiseSuppression: true}} (room-ver-1595649596917.js, line 313)
   
   [Log] navigator.mediaDevices.getUserMedia – {video: {frameRate: 30, width: 
320, facingMode: {ideal: "user"}}, audio: {sampleRate: 22, echoCancellation: 
true, noiseSuppression: true}} (room-ver-1595649596917.js, line 313)
   
   [Log] stream.getAudioTracks().length – 1 (room-ver-1595649596917.js, line 
319)
   
   [Log] VideoUtil.isEdge() – false (room-ver-1595649596917.js, line 329)
   
   [Log] stream.getVideoTracks() – [MediaStreamTrack] (1) 
(room-ver-1595649596917.js, line 337)
   [MediaStreamTrack]Array (1)
   
   [Log] _stream.addTrack – MediaStreamTrack {kind: "video", id: 
"bcdd87d5-fb1f-49a7-a55e-3aab37e5eeab", label: "FaceTime HD Camera (Built-in)", 
…} (room-ver-1595649596917.js, line 339)
   MediaStreamTrack {kind: "video", id: "bcdd87d5-fb1f-49a7-a55e-3aab37e5eeab", 
label: "FaceTime HD Camera (Built-in)", enabled: true, contentHint: "", 
…}MediaStreamTrackcontentHint: ""enabled: trueid: 
"bcdd87d5-fb1f-49a7-a55e-3aab37e5eeab"kind: "video"label: "FaceTime HD Camera 
(Built-in)"muted: falseonended: nullonmute: nullonoverconstrained: 
nullonunmute: nullreadyState: "live"MediaStreamTrack Prototype
   
   [Log] callback (3) (room-ver-1595649596917.js, line 345)
   {stream: Object, iceServers: [], instanceUid: 
"40e68f85-b2d7-4607-aa12-f8bad7cb784e"}
   {video: {frameRate: 30, width: 320, facingMode: {ideal: "user"}}, audio: 
{sampleRate: 22, echoCancellation: true, noiseSuppression: true}}
   MediaStream {id: "c2cb6d90-d3ff-484c-98c8-94a12a2228c9", active: true, 
onaddtrack: null, onremovetrack: null, getAudioTracks: function, …}
   
   [Debug] Created SDP offer (settings-ver-1595649597421.js, line 6917)
   
   [Debug] Local description set (settings-ver-1595649597421.js, line 6922)
    – "v=0\r↵o=- 7099854880187604162 2 IN IP4 127.0.0.1\r↵s=-\r↵t=0 
0\r↵a=group:BUNDLE 0 1\r↵a=msid-semantic: WMS 
c2cb6d90-d3ff-484c-98c8-94a12a2228c9…"
   `
   
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to