Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
gsarath
Visitor

Whether Audio only Dash contents are supported in Roku

I am developing an application to play Audio Only Dash contents, which are not getting played in Roku devices.
 

Below mentioned are the test streams of Dash which are not getting played and I am getting the below mentioned error in console logs:
http://dash.edgesuite.net/dash264/TestCases/3a/fraunhofer/aac-lc_stereo_without_video/ElephantsDream...
 
*** Found that SS Audio only contents are getting played in the same devices:
http://players.akamai.com/dash/) to confirm that the contents are proper.
 
Log traces for the errors which are observed in telnet console:
type(msg)=roSGNodeEvent        msg.getField()=state                  msg.getData()=buffering
type(msg)=roSGNodeEvent        msg.getField()=errorCode         msg.getData()=-5
type(msg)=roSGNodeEvent        msg.getField()=errorMsg          msg.getData()=malformed data
type(msg)=roSGNodeEvent        msg.getField()=state                 msg.getData()=error
type(msg)=roSGNodeEvent        msg.getField()=state                 msg.getData()=finished
type(msg)=roSGNodeEvent        msg.getField()=errorMsg         msg.getData()=The format is not supported or the media is corrupt.
type(msg)=roSGNodeEvent        msg.getField()=state                msg.getData()=error
type(msg)=roSGNodeEvent        msg.getField()=state                msg.getData()=finished
 
Please let us know is this a known issue which is being taken care by Roku or is a new issue.
0 Kudos