Questions tagged [jplayer]

jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript.

A jQuery plugin, jPlayer allows you to rapidly weave cross platform audio and video into your web pages. jPlayer's comprehensive API allows you to create innovative media solutions while support and encouragement is provided by jPlayer's active and growing community.

771 questions
-1
votes
1 answer

Forcing jPlayer buffering bar on mobile devices

I noticed that jPlayer doesn't keep showing its buffering bar on some mobile devices and this issue makes the user thinks the media is not loading. I searched here and didn't find anything related. So I'm posting an answer to this question with a…
Éder Rocha
  • 1,538
  • 11
  • 29
-1
votes
1 answer

How to create a m4v video using ffmpeg?

I'm trying to create a m4v video with the following command using ffmpeg: ffmpeg -loop 1 -i orange640x360.png -i Be+Present.mp3 -tune stillimage -shortest -c:v libx264 -c:a copy ./Be+Presentorange640x360.m4v This is the error that I'm…
-1
votes
1 answer

Check if jPlayer is stop

How can i determine if jPlayer has stop? I wanted to throw an event or alert when ever jPlayer has stop. $("#jquery_jplayer_1").jPlayer({ stop: function () { alert('Player has stop'); } });
-1
votes
1 answer

Jplayer won't show playlist

I use AJAX page loader and Jplayer. When I link to page with playlist It doesn't show. Else I load this page by link Example: /audio/index then everything fine. I know that problem can me in initializer of player which has this code
-1
votes
1 answer

JPlayer Circle Player does not show circle first time around with wav files made from vox

I have an application that is using the JPlayer Circle Player to play short audios for transcription purposes. Each of these audios originates as a .vox file that has been converted to .wav by SoX. When the Play button is pressed, the audio plays…
Steve Cohen
  • 4,679
  • 9
  • 51
  • 89
-1
votes
2 answers

How do I change the order of jPlayer playlist without affecting playback?

Setting a new playlist object causes my jPlayer to stop playing music. I have also tried to re-order the playlist array but it seems jPlayer keeps two arrays (current and original) and it doesn't seem to correct its play index. Meaning that if you…
Marc Dingena
  • 556
  • 5
  • 19
-1
votes
1 answer

How to prevent event of jPlayer

I want to prevent some events of jPlayer. My business condition says that when user listen audio for 2 times then I have to stop playing audio, for this I am trying event.preventDefault() but it's not working, code as…
Amogh
  • 4,453
  • 11
  • 45
  • 106
-1
votes
1 answer

My M4A file will not play with jPlayer

I'm trying to figure out how jPlayer works. I followed all the instructions but my M4A file will not play. Here is my code.