VIDEOJS: ERROR: The "flash" tech is undefined. Skipped browser support check for that tech.
See original GitHub issueWhen reading rtmp streaming file, the chrome’s console reports the error message. Here is the option of player:
playerOptions: { sources: [{ type: "rtmp/mp4", src:'rtmp://localhost:1935/live/test&mp4:/tmp/rec/test.mp4' }], techOrder: ['flash', "html5"], autoplay: true, controls: true }
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (1 by maintainers)
Top Results From Across the Web
VIDEOJS: ERROR: The "flash" tech is undefined. Skipped ...
When reading rtmp streaming file, the chrome's console reports the error message. Here is the option of player:
Read more >Videojs Playback Technology ("Tech")
Flash Technology The Flash playback tech is a part of the default techOrder . You may notice undesirable playback behavior in browsers...
Read more >Vue2 video player; How to import flash plugin? - Stack Overflow
The error I get is as follows,. video.cjs.js?0e26:441 VIDEOJS: ERROR: The "flvjs" tech is undefined. Skipped browser support check for that tech ......
Read more >The flash tech is undefined Skipped browser support check for ...
VIDEOJS : ERROR: The "flash" tech is undefined. Skipped browser support check for that tech. 1. npm n多次也不好使,后来发现是版本不一致,需要 ...
Read more >The flash tech is undefined Skipped browser support ... - 掘金
VIDEOJS : ERROR: The "flash" tech is undefined. Skipped browser support check for that tech. 复制代码. npm n多次也不好使,后来发现是版本 ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
npm i -D videojs-flash babel-polyfill@6.26.0 尝试很多方法 发现安装了 babel-polyfill就可以正常使用了 ~~~
感谢!