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
7
votes
2 answers

Changing songs on jPlayer by clicking a link, hosted on Amazon S3

Hello all and thanks for any help in advance. I have a ruby on rails application in which I am attempting to stream audio through jPlayer, which is hosted on S3. So far I have no problem uploading files or using the browsers built in player to play…
Jacob Terry
  • 209
  • 1
  • 3
  • 6
7
votes
1 answer

Jplayer Circle Player not playing mp3 file

I've just downloaded the jplayer circle player and it works great. However when I change the link to my own mp3 file it stops working. Is there something else I should be doing? Thanks var myCirclePlayer = new CirclePlayer("#jquery_jplayer_1", …
Lars
  • 7,908
  • 11
  • 52
  • 70
7
votes
1 answer

Jplayer Playlist - By clicking Play button need add song dynamically and play the song in the player and toggle play button to pause button

Song 1 Play Button Song 2 Play Button Song 3 Play Button When I click song1 play button I will get the song details dynamically using ajax as json and play the song immediately in jplayer where controls like play/pause next, previous are…
Dhana
  • 121
  • 6
7
votes
0 answers

jPlayer jPlayerAndroidFix not working?

I'm working on a website using jPlayer. The problem appeared when I tried to use it with my android phone, so I started recoding it. Now I'm trying to use the jPlayerAndroidFix class. I'm doing it just like in the example given in the source code in…
7
votes
2 answers

jPlayer songs not loading correctly using MVC method

If I use mp3: "/Music/StreamUploadedSongs/1" in the following code: var player = new $("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { mp3: "/Music/StreamUploadedSongs/1", …
sitBy
  • 271
  • 5
  • 19
7
votes
2 answers

Which jPlayer event designates the ability to start playing?

I have a basic jPlayer set up which plays a (150MB) audio file from AWS S3. My setup basically looks like this. jQuery(function() { var $player, jPlayerDefaults, progressCount; $player = $('
'); progressCount = 0; …
David Tuite
  • 22,258
  • 25
  • 106
  • 176
7
votes
3 answers

Check if jPlayer is playing

Is it possible to check if jPlayer is playing right now? I have several players per page and I need to change some classes, depending on which jPlayer is currently playing. The most obvious check for me is to see if the player I'm checking is…
0x49D1
  • 8,505
  • 11
  • 76
  • 127
7
votes
4 answers

jPlayer fullscreen while inside IFRAME?

Can jPlayer's fullscreen be made to work while inside an IFRAME tag? As is, the "full screen" is restricted by the size of the iframe. EDIT: Here's how I insert jPlayer in an IFRAME:
Xonatron
  • 15,622
  • 30
  • 70
  • 84
6
votes
4 answers

jquery mp3player - works as standalone, not in website

I used the jPlayerscript to create a mp3-player for a website that I am making. Tested and styled it in a standalone page where it works perfectly: http://www.basenharald.nl/3d/demo-02.htm However if I implement it in the real website, I cannot get…
Luuk
  • 1,999
  • 3
  • 20
  • 27
6
votes
1 answer

Chrome: Uncaught (in promise) DOMException: Failed to load because no supported source was found

With the last Chrome update (Version 58.0.3029.96 (64-bit)), when I try to play (not autoplay) a video using jplayer, I obtaining this exception in Chrome console and I'm not able to play the video. I hadn't this problem (and no warning) in Chrome…
PierCor
  • 71
  • 1
  • 2
6
votes
1 answer

Angular 2, Webpack Uncaught ReferenceError: vendor... is not defined when add an external lib

When I add a library (in my case it is jplayer) I got error external "vendor_d73928c…":1 Uncaught ReferenceError: vendor_d73928c989153b363873 is not defined at line module.exports = vendor_d73928c989153b363873 in file webpack:///external…
Phan Hoàng Nhân
  • 990
  • 1
  • 8
  • 21
6
votes
1 answer

jQuery jPlayer change media not working

I am trying to change the song on jQuery, using the developers guide, i have come up with this function: