cordova-music-controls-plugin
cordova-music-controls-plugin copied to clipboard
iOS iPhone Emulator i see streaming url
Hi,
I'm using your plugin with HTML audio and shoutcast stream, only on iPhone when i go in the lock screen i see the shoutcast url on to under nothing that seems a progress bar but is empty since i don't have a duration
can i hide the streaming url? i try to fill all the values in the example with a string but it doesn't seem to make any difference
hide the progress bar would be great if possible
Hello, for my project I use this : https://github.com/apache/cordova-plugin-media
It work like a charm ;)
do you thing could be about provision profile permission? i used default ones
Hello, I just had the same problem using html5
EX: <audio title="YOUR_TITLE">
Hope it helps ;-)
Same here, but this seems to be a bigger problem: When using HTML5 audio tag / object in ios the controls seem to inherit the meta-data form the HTML tag. And it overrides any settings made. even the cover in my case.
I can confrim that the cordova-media plugin dos not have these problems
the webview seems to overwrite the meta data you set with the URL every time.
If you use the cordova media plugin all works as expected.
Test on a real device, the emulator can be hit or miss with lock screen and control center testing.
I can confirm that the emulator is hit or miss a lot. My team spent half a day "fixing" an issue that only occurred on an emulator.