No clear message that Netflix videos are not running in Private Browsing mode
Categories
(Core :: Audio/Video: Playback, defect, P5)
Tracking
()
People
(Reporter: sbadau, Unassigned)
References
Details
(Whiteboard: [platform-rel-Netflix])
Attachments
(1 file)
1.26 MB,
image/png
|
Details |
Comment 2•9 years ago
|
||
Comment 3•8 years ago
|
||
Comment 4•8 years ago
|
||
Updated•8 years ago
|
Comment 5•8 years ago
|
||
Updated•8 years ago
|
Updated•8 years ago
|
Updated•8 years ago
|
Comment 6•4 years ago
•
|
||
Posting here as I came across this bug when trying to find a solution to play Netflix in a private window.
Not Firefox nor Netflix provide any help on how to resolve the problem.
(I was on the latest version of Firefox when taking the screenshot - 85)
Comment 7•4 years ago
•
|
||
Markus tried setting dom.indexedDB.privateBrowsing.enabled to true, but that didn't help.
According to https://help.netflix.com/en/node/32661, the error code "F7701-1003" likely indicates a problem with the Widevine CDM. Any reason this should not be working in PB mode?
Comment 8•4 years ago
|
||
Tried all steps suggested in Netlfix help page short of not using a private window.
Noticed that previews play any video nicely, but full page player shows these errors:
Uncaught (in promise)
Object { code: 7701, sd: 1003, Pg: undefined, XI: undefined, uu: undefined,
message: "Unable to create media keys system access. Key system configuration is not supported",
Iw: "Key system configuration is not supported", data: DOMException, yha: undefined,
CJb: undefined, …
}
XML Parsing Error: not well-formed Location:
https://www.netflix.com/nq/msl_v1/cadmium/pbo_manifests/%5E1.0.0/router?reqAttempt=1&reqPriority=20&reqName=manifest&clienttype=akira&uiversion=vadb0bb81&browsername=firefox&browserversion=87.0.0&osname=windows&osversion=10.0
Line Number 1, Column 1:
Comment 9•4 years ago
|
||
Bryce, would you mind to take a look at this?
Would we treat thing differently while watching DRM content in a private browsing window?
Thank you.
Comment 2 outlines the problem here -- we don't make certain APIs available in private browsing, and Netflix relies on IndexedDB and errors since it's not available. Looking around bug 1639542 seems like it could remedy this. Assuming comment 2 still holds, I don't know if there's much we can do right now on the media side.
Looking more at this the issue is that Netflix requests persistentState for their CDM access. We do not allow the CDM to persist state in private mode (bug 1334111). I'm going to close this, but we could reopen this if a design decision is made such that we want to allow persistent state (and then track the work on this bug).
Updated•4 years ago
|
Updated•4 years ago
|
Description
•