surmon-china / videojs-player

@videojs player component for @vuejs(3) and React.
https://github.surmon.me/videojs-player
MIT License
5.27k stars 1.13k forks source link

官方的rtmp示例无法正常播放 #125

Closed simmzl closed 2 years ago

simmzl commented 6 years ago

该项目的官方rtmp示例 出现了无法播放的问题,不知道是什么原因? 在我测试rtmp视频时本地开发可以播放,但build上线后无法播放,console报错:VIDEOJS: ERROR: (CODE:4 MEDIA_ERR_SRC_NOT_SUPPORTED) No compatible source was found for this media.不知道官方示例无法播放是不是同样的问题。 测试了Issues:使用hls的时候在本地是正常的,编译放在服务器上就不显示了下提到的方法均不生效。

simmzl commented 6 years ago
"video.js": "^6.4.0",
"vue-video-player": "^4.0.6",
"videojs-flash": "^2.0.1",
surmon-china commented 6 years ago

版本问题,最新版组件 v5.0.0 将解决此问题。

surmon-china commented 6 years ago

已发布,记得删除 node_modules 重新安装。

simmzl commented 6 years ago

@surmon-china 官方RTMP示例还是不能播放

surmon-china commented 6 years ago

我这里没问题啊,一直都没问题啊,是不是你网络的问题,自己找在线的 rtmp 源用来测试。

mythbobo commented 6 years ago

我这里没问题啊,一直都没问题啊,是不是你网络的问题,自己找在线的 rtmp 源用来测试。

的确是不行。。能看看是什么情况吗?

shen-lan commented 6 years ago

依然不行

wx05 commented 6 years ago

我的也不可以,求大牛指教

indextg commented 6 years ago

我的也不行,放服务器上报The "flash" tech is undefined. Skipped browser support check for that tech

surmon-china commented 6 years ago

videojs 最新版里,flash 默认是不被支持的,需要单独安装 videojs-flash 包来支持,各位试试

surmon-china commented 6 years ago

185

indextg commented 5 years ago

我的解决了,我更换了node的版本就好了,之前是9,换成10以后就好了

wx05 commented 5 years ago

我解决的方案是使用video标签,虽然很low,但是满足需求,抱歉,我弃坑了

shen-lan commented 5 years ago

我解决的方案是使用video标签,虽然很low,但是满足需求,抱歉,我弃坑了

http://chimee.org/ 强烈推荐试下这个。除了不支持flash 其他的都ok

wx05 commented 5 years ago

谢谢同学,我试下

我解决的方案是使用video标签,虽然很low,但是满足需求,抱歉,我弃坑了

http://chimee.org/ 强烈推荐试下这个。除了不支持flash 其他的都ok

我解决的方案是使用video标签,虽然很low,但是满足需求,抱歉,我弃坑了

http://chimee.org/ 强烈推荐试下这个。除了不支持flash 其他的都ok

谢谢同学,我试下

StephenOo commented 5 years ago

rtmp依然不可以,官方有解决方案么

HydrogenPan19 commented 5 years ago

原因应该是,video-flash 和 vue-video-player 获取的 video.js 不是同一个,导致后者拿不到 flash tech

nongzhenli commented 5 years ago

没有解决,依然不行~

vuejshub commented 4 years ago

image rtmp 官方示例都没法播放,估计是无解 了

surmon-china commented 2 years ago

rtmp 已不再被支持,若有直播需求,可参照新版 example 配置 HLS/DASH/FLV。