Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Перехват видео из iframe #163

Open
Smarthard opened this issue Jul 17, 2024 · 0 comments
Open

Перехват видео из iframe #163

Smarthard opened this issue Jul 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request help wanted Extra attention is needed spike требуется анализ/поиск решения v1.0.0 Плановая задача для обновленного клиента

Comments

@Smarthard
Copy link
Owner

1й вариант: использовать суб-процесс для electron с отключенной веб-безопасностью (--disable-web-security, --no-sandbox) и перехватом MediaStream оттуда с перенаправлением в клиентский процесс.

2й вариант: попробовать сделать универсальную обёртку страничкой на стороне сервера для дальнейшей подстановки в iframe. По сравнению с первым в таком случае пользователям не будет требоваться обновления, контроль API и доступности ресурсов с нашей стороны, минусы: бОльшие накладные расходы на разработку и поддержку парсеров (для каждого плеера свой), увеличенная нагрузка на сеть сервера.

refs:

@Smarthard Smarthard added enhancement New feature or request help wanted Extra attention is needed v1.0.0 Плановая задача для обновленного клиента spike требуется анализ/поиск решения labels Jul 17, 2024
@Smarthard Smarthard self-assigned this Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed spike требуется анализ/поиск решения v1.0.0 Плановая задача для обновленного клиента
Projects
None yet
Development

No branches or pull requests

1 participant