【新后台】提示浏览器不能播放当前视频。
本地视频出现当前浏览器不能播放的原因:
1、视频格式编码不是MP4,H264编码,如果不清楚格式编码,用格式工厂重新转码输出MP4,H264编码;
2、视频太大或者网络太慢,本地视频没有切片播放功能,加载完全时才能播放,如果在固定时间内没有加载完全,就会出现不能播放提示。
本地视频播放优化解决方案:http://www.qiqiuyu.com/faq/714/detail
说明:
若需要解决格式和切片问题,可以使用EduSoho教育云视频(收费),支持mp4, avi, flv, wmv, mov, m4v, mpg,还有视频弹题、视频水印、视频指纹、字幕等功能。
云视频在网校【管理后台】-【云市场】-【云服务】-【云视频】中开启。
详细介绍:http://open.edusoho.com/show/cloud/video
安装第三步,初始化系统失败,提示DateTime::__construct():It is not safe to rely on the system's timezone settings.You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected the timezone 'UTC' for now,but please set date.timezone to select your timezone.
修改 php.ini 中 date.timezone 值
date.timezone=PRC或者date.timezone = Asia/Shanghai,同时取消这一行代码的注释,即去掉前面的分号
重启php服务即可