1 Star 0 Fork 56

tony_卢 / vr-stream-web-player

forked from lhbxxx / vr-stream-web-player 
Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

VR Stream Web Player (VR直播网页播放器)

##项目介绍

利用VR场景作为背景,接入直播视频流,进行在VR场景内观看直播的网页播放器.

项目相关

本项目基于VR场景构造github项目 WebVR Boilerplate.

用 three.js 对VR场景进行构造,利用 facebook transform 将全景视频转换为 cubemap 视频再进行展示.

利用 hls.js 进行H5内播放直播视频.

直播源

本项目现利用 panda.tv 获取直播源.调用了部分 panda.tv 接口.如有侵权,请联系作者.

因为JS跨域问题,现利用nginx进行反向代理用于访问对应接口及直播源.

部分直播可能有问题.

H5问题

本项目可以适配手机,但在利用作者安卓手机进行视频播放时,视频停格在了某帧后就不能播放.iphone手机上还没进行测试.

在PC端chrome可以流畅播放直播及背景视频.

nginx反向代理配置

resolver 114.114.114.114;
location ~* ^/u/(.*)$ {
    proxy_pass http://$1?$args;
}

联系作者:Kid Lueng

e-mail:100520140@qq.com

相关项目

Empty file

About

VR Stream Web Player (VR直播网页播放器), 利用VR场景作为背景,接入直播视频流,进行在VR场景内观看直播的网页播放器. expand collapse
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
1
https://gitee.com/lux19860811/vr-stream-web-player.git
git@gitee.com:lux19860811/vr-stream-web-player.git
lux19860811
vr-stream-web-player
vr-stream-web-player
master

Search