From 6057a73a083f66d540a44c920f80e7fa985ae071 Mon Sep 17 00:00:00 2001 From: m1k1o Date: Thu, 18 Feb 2021 19:53:15 +0100 Subject: [PATCH] fixed iOS video load bug. --- README.md | 1 + client/public/index.html | 8 ++++++++ 2 files changed, 9 insertions(+) diff --git a/README.md b/README.md index 2c5d5e8..3dd2e59 100644 --- a/README.md +++ b/README.md @@ -37,6 +37,7 @@ This app uses Web RTC to stream a desktop inside of a docker container. This is - Fixed h264 pipelines bugs (by @mbattista). - Fixed sessions manager thread safety by adding mutexes (caused panic in rare edge cases). - Now when user gets kicked, he won't join as a ghost user again but will be logged out. +- **iOS compatibility!** Fixed really strange CSS bug, which prevented iOS from loading the video. ### Misc - Custom docker workflow. diff --git a/client/public/index.html b/client/public/index.html index c410589..264bec9 100644 --- a/client/public/index.html +++ b/client/public/index.html @@ -12,6 +12,14 @@ +