jPlayer is the completely free and open source (GPL/MIT) media library written in JavaScript.
0
votes
0answers
11 views
Does anyone know how to add a scrubber to the seekbar in jPlayer?
I built a custom skin for jPlayer, and I am using it to play multiple instances of audio players on a page. I started with the theme Blue Monday and made my edits; however, I really want a ...
1
vote
0answers
31 views
Play audio file in java
I have been working on my semester, its a dictionary with Audio Pronunciation in Java...
There's an option in the admin tab to Add new word, and it should take the audio pronunciation file as well...
...
1
vote
0answers
12 views
jPlayer audio not working in Chrome but works in Firefox on IIS
We had a strange issue with jPlayer and IIS that I wanted to share and also share the solution that worked for us.
We have a site that's built on C#/VB.NET/ASP.NET. Running off IIS 7.5 (2008 R2 ...
0
votes
1answer
16 views
Jquery audio player not working with newest jquery in certain browsers
I have a small jplayer in a frame on top of a wordpress blog and it was working fine in Opera, Safari, and Firefox, but in Chrome none of the images on the page would load. I then updated the jquery ...
-3
votes
1answer
37 views
how to “wait” to execute code until end of song in jplayer
I am looping through jplayer but the loop keeps going while the song is playing. How can I only get the next loop to start once the song being played is finished? This is a custom shuffle function. ...
0
votes
0answers
12 views
jPlayer - Flash fallback isn't ready when page loads
My jPlayer code calls jPlayer("setMedia", {mp3: url}) on the jPlayer element fairly soon after I initialize it. This works fine in Safari and Chrome, but in Firefox, which falls back to the Flash ...
0
votes
0answers
9 views
JPlayer - How do I play only first 3 seconds of mp3?
How do I configure or make JPlayer to play only the first 3 seconds of an mp3 file? I can play the whole mp3 from beginning like $(id).jPlayer('play', 0) but would like to limit it to first a few ...
0
votes
1answer
14 views
Jplayer will not play with multiple instances
I'm trying to get jplayer to play multiple instances - right now with only one song. I wrote a simple show / hide script as well that will display the song title and duration of the song, then when ...
0
votes
1answer
29 views
jPlayer doesnt work within a Joomla Template
I've made a Joomla Template with jPlayer.
Here is the code (I made it as simple as possible, the code from the player is from jplayer.org):
<?php
defined( '_JEXEC' ) or die( 'Restricted ...
0
votes
0answers
20 views
Video Player duplication issue with JavaScript and HTML
I am using a jPlayer to show Video. It is shown on the page through a Javascript that assesses the browser before showing it. When the page has single Video, it shows fine, but when I want two videos ...
0
votes
0answers
16 views
Seekable MP3 with PHP in jPlayer
My question is simply: how can I output an mp3 with PHP that is seekable? I believe I have the appropriate headers set and I have tried with both readfile() and fopen() because my research has led me ...
0
votes
0answers
17 views
jPlayer and RewriteRule for mp3 URLs
I believe there is a bug in jPlayer audio player that prevents a user from navigating through a song using the seek bar if the song file is being outputted by a PHP file. In my htaccess file I have ...
0
votes
0answers
17 views
Binding a Function to jPlayer's “next” Control
jPlayer's jPlayerPlaylist addon documentation is not very complete so I'm hoping someone on here has a solution for this problem. I need a function to fire whenever the next command is triggered.
For ...
0
votes
0answers
12 views
MP3 Streaming and Antivirus, Shoutcast Specific [migrated]
I have several Shoutcast streams which are streaming live at specific times, when testing the solution it seems that Sophos antivirus and apparently AVG antivirus check MP3 streams before playing. ...
0
votes
0answers
14 views
Jquery video will not re-play
I am making a small activity for a website that requires a video to be played. At the end of the video, I need to be able to replay the video on a button click. exe -
...
0
votes
0answers
46 views
force firefox to play mp3 by jplayer
how to force firefox to play mp3 files with jplayer?
here is my code :
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<link ...
0
votes
0answers
28 views
JPlayer not playing audio via mobile Facebook app browser
Our situation is this: we have a website which utilizes JPlayer to produce an audio track (mp3, m4a, ogg) that works fine in all browsers besides Facebook's built-in browser for its mobile app (which ...
0
votes
0answers
23 views
How to use flash solution with jPlayer (Firefox)
I'm trying to install jPlayer on my website but it's not working on Firefox (22.0). The playlist is only displayed if I click on the random button, and then I can to play a song but the progress bar ...
0
votes
0answers
50 views
SOLVED - Firefox 21 stopped playing audios using jPlayer
Started facing this issue after FireFox latest update to version 21. I need to support both mp3 and m4a file formats, which is working fine in other browsers by setting {supplied: "mp3, m4a"}.
I was ...
0
votes
0answers
32 views
iframe issues on Android
Might be a daft question, but does anybody know if Android has issues with iframes in websites?
I am trying to use a MP3 player (jPlayer) to stream audio - this player is embedded in an iframe.
It ...
-1
votes
0answers
46 views
Jquery, jplayer audio playlist?
So i'm trying to get jplayer to look like this,
http://jplayer.org/latest/demo-02/
i'm struggling to figure out how to add the tracks, here's my code,
<script type="text/javascript">
...
0
votes
0answers
11 views
Jplayer mute doesn't stop sound instantly in IE
I've to mute / unmute jplayer sound. Its working perfectly on Chrome but in IE, the sound mutes after one second. I've tried setting volume to 0 but of no use. The same happens with unmute as well, ...
0
votes
0answers
9 views
jPlayer and jScrollPane not working together
I'm creating a streaming music service on my website using a fork of jPlayer called jPlaylister.
One thing this doesn't do is scroll the playlist to the currently playing song.
I would also like to ...
0
votes
1answer
42 views
Jplayer music does not stop and will keep playing in the background and clash in IE9
I have used a jplayer module to play MP3 files in a popup. But I am getting a problem: When I close the popup, the song is still played. I want the player stops when I close the popup. This problem ...
0
votes
0answers
56 views
Amazon S3 Signature Does Not Match
I have previously used Amazon S3 pre-signed URL's to stream mp3 files from my S3 bucket to a media player i use on my website.
I have just changed the player over to use jPlayer (or rather a fork of ...
7
votes
1answer
116 views
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 = ...
0
votes
0answers
68 views
jPlayer in Bootstrap Modal - no player
I have a problem with jPlayer and the modal function in bootstrap.
I have just included the codes from the quickstart-guide from jPlayer in my bootstrap site.
I wanted to display a video with ...
0
votes
0answers
40 views
Enable dragging the volume slider in jPlayer (2.3.0)
I'm using the jPlayer media library on my website to play some MP3 files. I'm currently using the Blue Monday theme (http://www.jplayer.org/latest/demo-01/?theme=0). I noticed that the volume slide ...
0
votes
1answer
45 views
ASP.Net Update Jplayer
I'm primarily an asp.net guy. I do a lot of back-end development, and right now my javascript is a little shaky (I'm working on it) This new application I'm working is using jplayer. So far everything ...
-4
votes
1answer
48 views
How to show the video controls in jPlayer jQuery plugin?
I have a site that have play a video using JPlayer but without stop, play, volume, etc. controls. What can I do to show up the controls? What options I must change? I dedicate few minutes over the doc ...
-2
votes
1answer
48 views
How to play flash video (.flv) using Jplayer [closed]
I want to play flash video using Jplayer. Is it possible using Jplayer?
If any body have any idea so please reply me..
0
votes
0answers
77 views
Shoutcast stream not playing with jPlayer
I am trying to stream my shoutcast url with jPlayer. I get it to work flawlessly with other shoutcast URLs, just the one I rquire is not working. In Chrome I get a request cancelled status message.
...
0
votes
1answer
29 views
How to move jPlayer volume controls?
I have an audio jPlayer with the Blue Monday theme. I removed the seek/playback bar, and shrunk the width to remove the excess space.
div.jp-audio {
max-width:275px;
}
...
0
votes
0answers
37 views
dynamic jplayer + rails + jquery
Thanks in advance, here am using for upload songs in a filesystem with carrierwave. I'm using latest jplayer audio.
Am displaying many songs so after click on particular song it should play on ...
0
votes
0answers
35 views
Adding songs dynamically to JPlayer results to add a dummy List Item song at the beginning
Hey Guys i am reading songs path and name from table using Jquery for JPlayer.
They work fine but the problem is that the Jplayer adds a dummy song at the beginning.
I mean the List items are added as ...
1
vote
1answer
75 views
JPlayer issue while making a web widget using it
I am trying to make a web widget with JPlayer(http://jplayer.org) and followed the procedure stated here : http://alexmarandon.com/articles/web_widget_jquery/
Here is my widget.js file which will be ...
0
votes
1answer
107 views
creating dynamic playlist by reading songs from a table using jquery for the jPlayer
i am using the JPlayer for a website.
Now, i want to create playlist from a table with path and artist names.
Now what i did is i added the table to the page and now, using forEach i tried to
read the ...
0
votes
0answers
137 views
Jplayer dynamic playlist with ajax
Everything works great if you just enter the main page and start adding songs to the main play-list, the problem here is that when I reload the content that provides the selectable ...
0
votes
0answers
66 views
How to play multiple players with selector using JPlayer?
So I have html like:
<div id="jquery_jplayer_1" class="jp-jplayer"></div>
<div id="jp_interface_1">
<img id="play" ...
0
votes
1answer
44 views
In JPlayernot able to play flv file
$("#jquery_jplayer_1").jPlayer( {
ready: function () {
jQuery(this).jPlayer("setMedia", {
m4v: url, // Defines the m4v url
}).jPlayer("play"); // Attempts to ...
0
votes
0answers
25 views
Jplayer from Laker Compendium doesn't work
i'm using a part of Laker Compendium framework digital magazine,
and take the part of jplayer to play audio into my html page,
i've include soundbox.css , jquery.jplayer.min.js , and the jquery ...
0
votes
1answer
28 views
JPlayer adding background-color to div, why?
I use skeleton css framework with JPlayer and I have this html:
<div class="container">
<div class="sixteen columns">
<div id="jquery_jplayer_1"></div>
<div ...
0
votes
0answers
92 views
jPlayer not starting on iOS click / touchstart
Hey I have a problem with iOS not starting the Audio on my mobile site.
I understand that iOS requires a user 'Click' in order to start HTML5 - Audio & Video so I set jPlayer to start after the ...
0
votes
0answers
22 views
Prevent from multi add track with jquery/javascript
I am using jPlayer with playlist, but I get a trouble need your help:
Here is my test page: http://butkythuatso.com/testplayer/
But seem when I click "{Bubble}", track added to playlist ok but when ...
0
votes
1answer
41 views
jPlayer issue for mp3 with IE : any recommendation?
I have a django website which make possible to listen mp3 files with jPlayer.
It works ok on Chrome, Firefox and Opera. Unfortunately, it doesn't work in IE9. However, it is ok when running the site ...
0
votes
0answers
32 views
mp3 actionscript to C# and play with jplayer IE and Firefox issue
i am recording the voice of the users using the JRecorder and sending it to C# via actionscript. And i am saving the content as MP3 format.
If i try to play the file in VLC its works fine and if i ...
0
votes
2answers
53 views
jQuery - removeClass 'current' when loading JPlayer
What am I missing here? I'm trying to remove the class "jp-playlist-current" from the href upon loading the page. I don't want ANY 'current' style when this page loads. I only want the 'current' ...
1
vote
0answers
36 views
Jplayer audio not working in Linux chrome
I am using jplayer.js to play the song in my site. In windows it was working perfectly in all browsers. But in Linux system, the songs doesn't play in chrome browser.Anyone help me to sort out this ...
0
votes
0answers
46 views
Jplayer does not play ogg files in IE
I have been trying to make ogg files to play in IE10 (they play well in FF and Chrome). I was under the impression that while there is no native support in IE, Jplayer would still play ogg files via ...
0
votes
0answers
83 views
Can you put a function inside a variable?
My question arises because I have the following code that last part does not work, the part of the playlist of JPlayer not declared
(function($) {
Drupal.behaviors.MyfunctionTheme = {
...



