You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.
Video playback of the recorded videos produced by the server is not functioning on Desktop Browsers. avi video playback is not natively supported on iOS devices, yet mp4 video playback is. I have left mp4 as the default option, since I use an iPhone, and am able to view the video through the webserver on my phone. Desktop Browsers (Google Chrome and Firefox), on the other hand, do not support video playback of mp4v. There is a 'Download Video' option on the page, that works as a backup solution.
The solution to this will probably be installing the required FFMPEG codec encoder (possibly H264).
Fixing this is not a primary objective right now, as I am more concerned with implementing other necessary features, but this is a serious issue for anyone who considers viewing the recordings on desktop browsers a necessity.
For the time being, I suggest relying on the 'Download Video' button if you are on desktop, and enjoying the functional video playback if you are on iOS like me.
The text was updated successfully, but these errors were encountered:
Video playback of the recorded videos produced by the server is not functioning on Desktop Browsers.
avi
video playback is not natively supported on iOS devices, yetmp4
video playback is. I have leftmp4
as the default option, since I use an iPhone, and am able to view the video through the webserver on my phone. Desktop Browsers (Google Chrome and Firefox), on the other hand, do not support video playback ofmp4v
. There is a 'Download Video' option on the page, that works as a backup solution.The solution to this will probably be installing the required FFMPEG codec encoder (possibly H264).
Fixing this is not a primary objective right now, as I am more concerned with implementing other necessary features, but this is a serious issue for anyone who considers viewing the recordings on desktop browsers a necessity.
For the time being, I suggest relying on the 'Download Video' button if you are on desktop, and enjoying the functional video playback if you are on iOS like me.
The text was updated successfully, but these errors were encountered: