01-29-2013 03:44 PM
Is there any tutorial to introduce Audio streaming from a URL like the previous Blackberry document did on BB10?
http://supportforums.blackberry.com/t5/Java-Develo
Or did anyone already migrate this Java version audio streaming to BB10? I am appreciated with your hint.
Thank you
01-29-2013 03:52 PM
I've not seen a complete sample but this one shows how to use multimedia renderer:
https://github.com/blackberry/NDK-Samples/tree/mas
And this page has the details on live streaming:
01-29-2013 03:59 PM
Thank you for your helpful documents. I will look through it.