Welcome!

Welcome to the Official BlackBerry Support Community Forums. This is your resource to discuss support topics with your peers, and learn from each other. New to the forum? Please visit the ‘Getting Started’ link below.
inside custom component

Cascades Development

Reply
Regular Contributor
marcossit
Posts: 82
Registered: ‎07-19-2012
My Carrier: Movistar-Venezuela

Help, Podcast streaming List

I'm trying to create a Podcast reader via Streaming, pus

 

https://github.com/blackberry/Cascades-Samples/tree/master/nowplaying

example I worked with one of the podcast this

 

Link: http://www.poderato .com/file_send/mp3.mp3? mp3 = 14624l8039l116175.mp3

 

But my question is how do I create a list with the 12 Podcast there and play one by one independent.

Download my App for BB10 http://appworld.blackberry.com/webstore/content/134103/
Please use plain text.
Trusted Contributor
kunal_one
Posts: 121
Registered: ‎12-23-2012
My Carrier: wifi

Re: Help, Podcast streaming List

You can use MediaPlayer API.

 

MediaPlayer has api to change current playing source. setSourceUrl (const QUrl &url)

 

And when playback is complete playbackCompleted () signal is emitter.

 

Based on this API you can do what you need.

Please use plain text.
Regular Contributor
marcossit
Posts: 82
Registered: ‎07-19-2012
My Carrier: Movistar-Venezuela

Re: Help, Podcast streaming List

not quite understand you can help me with an example?

Download my App for BB10 http://appworld.blackberry.com/webstore/content/134103/
Please use plain text.