Home > Backend Development > PHP Tutorial > javascript - HTML5视频弹幕怎么实现?

javascript - HTML5视频弹幕怎么实现?

WBOY
Release: 2016-06-06 20:10:23
Original
1248 people have browsed it

一个不用flash做的视频弹幕如何实现?后台语言和数据库选什么比较好?

回复内容:

一个不用flash做的视频弹幕如何实现?后台语言和数据库选什么比较好?

socket + css3

前端websocket + css3 +js
后台node.js 或者 wokerman
数据库 redis + mysql 吧

不用flash的话 只能纯css或者js动画了.....实时建立对象 播放动画 销毁对象 感觉如果弹幕量大的话估计性能不会很高

后台大部分都可以,个人感觉nodejs的websocket比较顺手.....

给题主一个方向:
1.前端使用这个开源小项目:http://damoo.jamesliu.info/;
2.后端使用https://github.com/walkor/phpsocket.io或者socket.io。

关注“PHP技术大全”微信公众号(phpgod),拿起手机,打开微信,轻松一扫下面的二维码,每天成长一点,成就大神就不远。
javascript - HTML5视频弹幕怎么实现?

哔哩哔哩好像有开源他们自己的弹幕工具

如果是自己玩想简单实现的话可以参考这个网站:http://qydev.com/
前台用的 js 动画,获取弹幕信息是轮询后台.

javascript - HTML5视频弹幕怎么实现?

https://github.com/WilddogTeam/demo-js-danmu
用野狗可以轻松实现,代码都可以直接拿来用

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template