Mach5 / supersonic

Open-source web-based media streamer and jukebox fork of Subsonic. Supports MP3, OGG, AAC and other streamable audio and video formats. Runs on Windows, GNU/Linux and Mac using Java.
241 stars 60 forks source link

updated to Jwplayer5.9 #32

Open nicolasberens opened 12 years ago

nicolasberens commented 12 years ago

only updated the jwplayer file to the latest version later i will try to use html5 playback when possible

porkcharsui commented 12 years ago

I pushed your code to supersonic/html5 since this is definitely an ongoing issue as the changes I'm looking at for improving video streaming (issue #4) will benefit from this upgrade of the video player.

nicolasberens commented 12 years ago

next thing i wanted to do is change the player to the html5 version when possible, is anyone working on this?

porkcharsui commented 12 years ago

I will need HTML5 <video> for #4 to work on iOS. Right now I'll be prototyping with Chrome first then Android 4 (can use 3rd party player in the mean time).

nicolasberens commented 12 years ago

next thing i would do is to remove the swfobject library and use the jwplayer library for loading so that the html 5 player is used. i think this would be ok and coul be merged into the html5 branch, or?

porkcharsui commented 12 years ago

Sounds good to me. I will start my commit for #4 off of the "html5" branch I cherry picked from your pull request.

Rovanion commented 12 years ago

Doesn't JWPlayer try to use HTML5 first and then falls back to flash if it has to?

timoreimann commented 12 years ago

It's not as simple as that but rather depends on the combination of video format and browser.