https://github.com/raj457036/webview_vr_player
A VR/360 Player can be used in any platform
https://github.com/raj457036/webview_vr_player
flutter js webview-app
Last synced: about 1 month ago
JSON representation
A VR/360 Player can be used in any platform
- Host: GitHub
- URL: https://github.com/raj457036/webview_vr_player
- Owner: raj457036
- Created: 2020-07-03T20:59:50.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-11-01T18:58:09.000Z (over 5 years ago)
- Last Synced: 2025-03-14T12:34:15.082Z (over 1 year ago)
- Topics: flutter, js, webview-app
- Language: JavaScript
- Homepage: https://raj457036.github.io/webview_vr_player/Dev/?video=https://bitmovin-a.akamaihd.net/content/playhouse-vr/m3u8s/105560.m3u8&VRBtn=false
- Size: 40.9 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Webview_vr_player
A VR/360 Player can be used in any platform
### Easy Query params (For advance control and handling events use mediaController)
1. video : link to any 360/vr video hls, dash, any format.
2. autoPlay : can work on desktop but not sure about phones (true/false | default: true)
3. VRBtn: show a VR button on bottom right cornor in supported device to enter sterioscopic view (true/false | default: true)
4. loop: play video in loop (true/false | default: false)
### open console and type **mediaController**
# NOTE
### On phones auto play of video is not allowed (browsers) to play the video programatically you can call **mediaController.play()**
Else you can try to tap on loading screen during loading (ofcourse 😅)
## Thank You