- April 27, 2009
- 778
- 333
- 32
- Home Country
- Netherlands
- Thread starter
- #11
Yes, I have also a setup with Projekktor. It's a pretty good player.
The thing I wanted to do with the videoplayers, is that the build-in progress bar is actually usable for seeking. In the standard skin there is an external HTML progressbar which doesn't showup in fullscreen mode. A view players support pseudo-streaming, but the streaming mechanism in MPExtended is not compatible with this technique.
Flowplayer seems to have a pretty good way to extend the player and make your own streaming provider plugin.
Players I still have a basic working example available for:
So far, I tested only if the API is able to return a correct seeking time when you try to seek to an unbuffered position. Only JWPlayer 5 and 6 were standard capable of this.
The thing I wanted to do with the videoplayers, is that the build-in progress bar is actually usable for seeking. In the standard skin there is an external HTML progressbar which doesn't showup in fullscreen mode. A view players support pseudo-streaming, but the streaming mechanism in MPExtended is not compatible with this technique.
Flowplayer seems to have a pretty good way to extend the player and make your own streaming provider plugin.
Players I still have a basic working example available for:
- JWPlayer 5 and 6
- Flowplayer (Flash and HTML)
- MediaElement.js
- Projekktor
So far, I tested only if the API is able to return a correct seeking time when you try to seek to an unbuffered position. Only JWPlayer 5 and 6 were standard capable of this.
Attachments
Last edited: