Forum Discussion

JSM_IT_DEV's avatar
JSM_IT_DEV
Visitor
10 years ago

Audio Streaming in SceneGraph Application

According to this page: https://sdkdocs.roku.com/display/sdkdoc ... pt+Support ... roAudioPlayer and roAudioResource cannot be used in a SceneGraph application. Is there any way to stream audio in an SceneGraph application at all? I've completed a very nice app that streams video with nice, animated navigation... but I really need to be able to stream an internet audio feed as well 😞
  • In 7.0 you will have to use the Video node and hide it or make it too small to see. An audio node, when it arrives will be a subset of the video node.

    - Joel