internet radio using shoutcast on blackberry webworks - html5-audio

My question is straight forward:
How can i play a shoutcast url in a blackberry webworks app. Am targeting OS6 and above.
Thanks

Related

Why does SimpleAudioEngine behave differently on each platform, and is there a way to configure it?

I am using SimpleAudioEngine to play sound effects on my app. It works on Windows Phone 8.1 (Universal), Android, and iOS. But I noticed the following behaviour which is not consistent:
In iOS, if I am listen to music on the Apple Music app, and then I launch my game, the music is silenced.
In Android, the music from Google Play is continued to be played even after launching my app. I can also hear the sound effects from my game.
In Windows Phone the behaviour is the same as Android.
Why is it different for iOS, and is there some way this can be configured ?
I am using cocos2d-x v3.7 (C++)
On iOS, SimpleAudioEngine uses a different codebase, and the default settings in CDAudioManager are to play effects and music (only if no other music is playing). If you edit the CDAudioManager code you can change the default settings of SimpleAudioEngine, or alternatively, just use CDAudioManager on iOS.

Does iOS safari support playing cross domain audio?

I am trying to play audio after a touch on my website using audio element but the audio file is on aws cloud front. The audio is audible on Desktop Chrome but I cannot hear it on iOS Safari .
Do they permit it , if yes then is there a config file that we need to create ?
To answer your titled question: yes mobile Safari does allow to play cross domain HTML5 audio (just tested it again on my iOS7 iPad). Though there has been report it is not working well with CORS attribute.
You could try to wildcard CORS on CloudFront. Maybe this can help you.
Are you able to plug your iOS device on a Mac to use Safari debug console for iOS? If so there could be error showing up in the logs.

HTML5 video doesn't Auto-play on Android 4.4 (Nexus 5) for PhoneGap Application

My app was working with previous Android versions.But now with Android 4.4 it's not.
Understand that Android 4.4 (Nexus 5) coming with built in Chrome. I know that; Chrome on Android disabled (not allowed) Auto-play HTML5 videos.
Is there any way to play HTML5 videos automatically in Phonegap Applications? Any plugins etc?
I need to play video if user don't touch screen some time.
You might need to set setMediaPlaybackRequiresUserGesture to false just like with native apps as described here.

Integrating html5 in blackberry app

I am an android developer. I have developed an HTML5 application and I launch it through webView in android. I am new to blackberry app development. Is there anything we can use like webview to launch the html5. I am using eclipse for blackberry development also. Thanks in advance..

Blackberry webworks : support HTML5

please help me.. anyone know? is it my blackberry bold 9700 (5.0.0.469) support HTML5 for audio stream? thanks..
HTML5 is only supported from 6.0 and up, since they moved to Webkit for the browser.
BlackBerry provide a library to map certain HTML5 calls to Google Gears calls so that they can be supported by 5.0. Unfortunately, this seems to be mostly for the data persistance aspects, and not for anything too fancy.
i've tested it with a simple webworks for smartphone application on similar platform, diff phone: BB Curve 9300 (5.0.0.846) and there is NO support for the HTML5 audio tag.