jplayer / jPlayer

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

Player not always working with Android #378

Open erralb opened 7 years ago

erralb commented 7 years ago

Hi,

One of my customer is receiving a lot of feedback of the player not playing audio in Android. It seems that sometimes it is with the native Android browser, sometimes with Chrome.

I cannot reproduce the bug on my end, I tried with different versions of Android and different browsers... for me everything is working fine... So I was wondering if there's any known bug about this.

Since I cannot reproduce it on my end, I'm having a hard time understanding what's going on... so I thought maybe someone here could put me on track.

Here is the code I am using to instantiate the player :

` //player

$("#jquery_jplayer_1").jPlayer({ ready: function () { $(this).jPlayer("setMedia", { title: "LSD1", m4a: "http://lsd1.stream.ideocast.fr:8001/LSD1.aac", }) .jPlayer("play") ; }, cssSelectorAncestor: "#jp_container_1", swfPath: "/js", supplied: "m4a", useStateClassSkin: true, autoBlur: false, autostart: true, smoothPlayBar: true, keyEnabled: true, remainingDuration: true, errorAlerts: true, toggleDuration: true }); `

frequeradio commented 7 years ago

It happens to some of my users too and i still don't know why, but with some .mp3 radio stream. I can't give you help, just saying you are not alone