From b8b43d69b07935f2d1ea4ed9a236a1fd64d595dd Mon Sep 17 00:00:00 2001 From: m1k1o Date: Fri, 12 Feb 2021 22:48:31 +0100 Subject: [PATCH] add playsinline attribute for video --- README.md | 2 ++ client/src/components/video.vue | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 048b85b0..3d9df28c 100644 --- a/README.md +++ b/README.md @@ -27,10 +27,12 @@ This app uses Web RTC to stream a desktop inside of a docker container. This is - Added Picture in Picture button (only for watching screen, controlling not possible). - Added RTMP broadcast. Enables broadcasting neko screen to local RTMP server, YouTube or Twitch. - Stereo sound (works properly only in Firefox host). +- Added limited support for some mobile browsers with `playsinline` attribute. ### Bugs - Fixed minor gst pipeline bug. - Locked screen only for users, admins can still join. +- Fixed h264 pipelines bugs (by @mbattista). ### Misc - Custom docker workflow. diff --git a/client/src/components/video.vue b/client/src/components/video.vue index aed46ce7..17ad2e29 100644 --- a/client/src/components/video.vue +++ b/client/src/components/video.vue @@ -2,7 +2,7 @@
-