nrahnemoon
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016
01:43 PM
RoAudioPlayer in SceneGraph XML
Hi everyone,
I'm trying to stream a live mp3 channel in my application. I'm using the scenegraph API and when I run "CreateObject('RoAudioPlayer')", it returns an "Invalid" object. Does anyone know what I should be doing here?
Thanks,
Nima
I'm trying to stream a live mp3 channel in my application. I'm using the scenegraph API and when I run "CreateObject('RoAudioPlayer')", it returns an "Invalid" object. Does anyone know what I should be doing here?
Thanks,
Nima
3 REPLIES 3

BCVatOVG
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016
01:52 PM
Re: RoAudioPlayer in SceneGraph XML
Can we get a bit more information? How/where are you truing to run "CreateObject('RoAudioPlayer')"?
Can you post some code examples, or better yet a zip of a sample application?
Can you post some code examples, or better yet a zip of a sample application?

TheEndless
Channel Surfer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-03-2016
01:58 PM
Re: RoAudioPlayer in SceneGraph XML
I don't think you can user roAudioPlayer within a SceneGraph application. You should instead use an Audio node.
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
nrahnemoon
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2016
01:35 AM
Re: RoAudioPlayer in SceneGraph XML
TheEndless, THANK YOU!!! That's exactly what I've been looking for. It never occurred to me to check the "Control Nodes" tab. :roll: