I am trying to make an application where the user can play 2 Netflix videos side by side.
This is the error that I am getting. viewing from more than one browser or tab
The code is currently using the following objects
I don’t get the Netflix error when:
- 1 browser is normal and the other is incognito. incognito
- Chrome and edge side by side. Edge gets blacked out as soon as I try to take a screenshot but it is working. chrome and edge
Tried cefsharp but it can’t play any protected media.
Is there a way to play 2 netflix vids side by side with .net? Any ideas?
Also would I be able to access the DOM somehow?