-
### Describe the problem you are having
First of all thanks for this amazing piece of software :) Even without Coral TPU it's working very fine without much CPU load in my scenario.
I'm using two …
-
Hello.
My problem is that video.js loads flv videos as whole files so there's a big delay before large files start to play. MP4 files e. g. are being loaded partially and start to play the moment you …
-
## Description
In my project, I need to add some formats to Flash.formats.
Before v5, I can do it like this:
```
videojs.Flash.formats['application/x-mpegurl'] = 'M3U8';
videojs.Flash.formats['appl…
-
## Description
Can't play video FLV video [http://lsf.education.fr/videos/abbaye.flv](http://lsf.education.fr/videos/abbaye.flv)
## Results
### Expected
play video
### Actual
See [JS…
-
I'm using rtmp well,but http-flv is better.so I want to try.
-
Steps to reproduce:
Create a videojs instance configured to use the `flash` tech and autoplay turned off. Call `play()` before the instance is ready . Here is the code I am testing with:
```html
…
-
for a while i was able to use video-js to play flash files (.flv) - however, on recent tests the same code now no longer plays the same files that previously played ok. the only changes that i am awar…
-
hello, i use videojs with videojs-contrib-hls and flv.js to play live stream. but my boss think videojs to heavy. So he call me to decompose videojs, remove css style. but i don't know how to do …… so…
-
Problem: Video not playing in mobile chrome os version:44.0.2403.133 Android: 4.4.2 & jb
Working fine in: 1. Laptop - Chrome,Firefox,ie,opera 2. Mobile- opera,uc browser
If i play this video without…
-
In the below sample code below (insert your favorite flv and mp4 files), the flv will load and play, and then the mp4 will load but not play. It seems the LoadedAllData event fails to fire after the …