HDFVR 1.2 (build 627) adds the possibility to record video directly from your mobile device.
This is made possible by using HTML Media Capture.
Recording Video on Mobile Devices Directly from the Browser
Now whenever you access HDFVR directly from your mobile device you will be presented with the option of recording video.
The actual recording is done using the device’s native recording app which is invoked by the HTML Media Capture API when the [Choose File] button is pressed.
After the video has been recorded, it can be saved by using the default [Upload] button. All the videos recorded on mobile devices will be stored by default on the web-server.
Recorded videos can be played back, also directly from the browser.
Regarding the format of the videos, Android devices will save the videos in mp4 format, while iOS devices will save them in mov format.
Both formats contain video encoded with H.264 and audio encoded with AAC codec.
For a more detailed look at the inner workings of this new feature, you can read the following article.
Other Changes and Fixes
- Fixed issue with calling onFPSChange if showFps setting was set to false.
- Fixed issue with disableAudio setting causing the recording flashing animation to not stop once the recording was done.
- Fixed some small UI issues.
How to Download
The build archive can be downloaded from your client private web-page.