add playsinline attribute for video

This commit is contained in:
m1k1o 2021-02-12 22:48:31 +01:00
parent a67d1d0e4f
commit b8b43d69b0
2 changed files with 3 additions and 1 deletions

View File

@ -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.

View File

@ -2,7 +2,7 @@
<div ref="component" class="video">
<div ref="player" class="player">
<div ref="container" class="player-container">
<video ref="video" />
<video ref="video" playsinline />
<div class="emotes">
<template v-for="(emote, index) in emotes">
<neko-emote :id="index" :key="index" />