videojs-flvjs icon indicating copy to clipboard operation
videojs-flvjs copied to clipboard

Video.js tech using flv.js for FLV playback

Results 13 videojs-flvjs issues
Sort by recently updated
recently updated
newest added

setSrc(src) { if (this.flvPlayer) { // Is this necessary to change source? this.flvPlayer.detachMediaElement(); this.flvPlayer.destroy(); } const mediaDataSource = this.options_.mediaDataSource; const config = this.options_.config; mediaDataSource.type = mediaDataSource.type === undefined ? 'flv'...

Where can I find the corresponding document of videojs-flvjs?

How to catch this error? ``` [MSEController] > MediaSource onSourceOpen flv.min.js:6:8194 [FLVDemuxer] > Parsed onMetaData flv.min.js:6:8194 [FLVDemuxer] > Parsed MPEG Audio Frame Header flv.min.js:6:8194 [TransmuxingController] > DemuxException: type = CodecUnsupported,...

Hello, this is a error message i get on a linux desktop. logger.js:38 [MSEController] > Failed to execute 'appendBuffer' on 'SourceBuffer': The HTMLMediaElement.error attribute is not null. e @ logger.js:38...

Hello! Please include examples for using module with `import`. ```typescript import * as videojs from 'video.js' import "flv.js" import "videojs-flvjs" ``` doesn't work in my typescript project: `flvjs` is `undefined`...

How to integrate into react refer to readme, I try to integrate into the react, I have an issue like #1 , maybe load order, but i do not understand,...

![lksdjflksdjf](https://user-images.githubusercontent.com/16615124/50754925-58896500-1225-11e9-9a20-09a63c9964bb.png)

`VIDEOJS: ERROR: The "flvjs" tech is undefined. Skipped browser support check for that tech.`