jplayer / jPlayer

jPlayer : HTML5 Audio & Video for jQuery
http://jplayer.org/
Other
4.6k stars 1.47k forks source link

Showing duration time on iPad #35

Closed ffranke closed 13 years ago

ffranke commented 13 years ago

Hey there!

The length of the audio file is not shown on iPad. On load the player displays 00:00 / 00:00. After playing the audiofile it is displayed correctly.

Had anybody else that problem? Is there a fix?

Thank you very much and best regards, florian

happyworm commented 13 years ago

No.

iOS and other mobile browser do everything they can to stop you downloading the media automatically. So the preload:"metadata" default option has no effect on mobile browsers.

happyworm commented 13 years ago

Well, the only "fix" is to writing in the time yourself... Either storing it in a database or if it is only 1 piece of media, just write it in yourself and disable the jp-duration cssSelector.

GraceFruitMedia commented 12 years ago

Is there any information on how to set the duration manually as you have said?

That fix would be ok with me. Have a project that is suffering because of this bug.

How do you set it manually?

greaterking commented 11 years ago

Is there no solution for this this issue is in the current version of jPlayer. I currently has this issue in Android browsers.