m4a m4v

I’ve gotten the impression from the Forum and from the Component guide that the roku can play M4A’s & M4V’s. Should audioplayer.streamformat be set to mp4 or aac or ? to do this properly?

  • Joel

M4V video files should have streamFormat = “mp4”
M4A audio files should have streamFormat = “aac”

Awesome. Thanks!

  • Joel

m4a can use streamFormat=“mp4” as well… “aac” is not actually a recognized streamFormat, so defaults to “mp4” which works.

–Kevin