Reputation: 289
I'm streaming live rtmp video from nginx to a Video.JS Flash player and see the video is consistently choppy. I noticed its delay is about 1 second from reality and would like to increase the buffer length on the Video.JS player side to avoid this choppiness. Something like the JWPlayer 'bufferlength' feature.
Any way to do this on Video.JS?
My Video.JS is added via Flash plugin like this:
<script src="bower_components/videojs/dist/video-js/video.js"></script>
Upvotes: 0
Views: 2845