fixed iOS video load bug.

This commit is contained in:
m1k1o
2021-02-18 19:53:15 +01:00
parent afcd029e4d
commit 6057a73a08
2 changed files with 9 additions and 0 deletions

View File

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