Bug 185974 - Safari cannot get and/or send video in a session from and/or to Opera
Summary: Safari cannot get and/or send video in a session from and/or to Opera
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari 11
Hardware: Mac macOS 10.13
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-05-24 22:12 PDT by Alberto Cintado
Modified: 2018-06-19 04:35 PDT (History)
4 users (show)

See Also:


Attachments
console screenshot (78.56 KB, image/png)
2018-05-24 22:12 PDT, Alberto Cintado
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alberto Cintado 2018-05-24 22:12:23 PDT
Created attachment 341253 [details]
console screenshot

Safari cannot set remote/local offer/answer from/to Opera. Using Opentok SDK we cannot subscribe to Safari and Opera from respectively Opera and Safari. But also using vanilla app https://appr.tc we can not perform a connection either. Please see attachment. It also occurs in Safari Tech Preview.
Comment 1 Alberto Cintado 2018-05-24 22:21:51 PDT
With Opentok SDK, we can still subscribe audio.
Comment 2 Radar WebKit Bug Importer 2018-05-25 07:02:04 PDT
<rdar://problem/40553660>
Comment 3 Philipp Hancke 2018-06-06 22:22:26 PDT
The error message is similar to https://bugs.chromium.org/p/webrtc/issues/detail?id=4957

Do you have the offer SDP from Opera in apprtc? chrome://webrtc-internals works there which makes debugging easier. It looks like Opera 53 does not have h264 support anymore.
Comment 4 Philipp Hancke 2018-06-07 10:53:09 PDT
https://bugs.chromium.org/p/webrtc/issues/detail?id=9096 was a similar issue where Chromium 65 was missing H264 all of a sudden -- disappeared in Chromium 66.

The best workaround for this remains to munge the SDP in Safari before setLocalDescription if the video m= line does not contain H264.
Comment 5 Philipp Hancke 2018-06-19 01:53:00 PDT
the lack of H264 is fixed in Opera 55 at least -- I don't think there is more action here.
Comment 6 youenn fablet 2018-06-19 04:35:58 PDT
Closing then. Please reopen if it is found out that interoperability is still broken with Opera.