"AwesomeSauce" wrote:
On the simple video player I changed the urls line and the few under it to:
urls = ["http://192.168.1.2/Movies/TheHangover.mp4"]
qualities = ["SD"]
StreamFormat = "mp4"
title = "The Hangover"
srt = "The Hangover Movie"
The video has a resolution of 720X304 and a audio MP3 bit rate of 64kbps with 23FPS. Is something with the encoding of my movie wrong?
Yeah. First of all you are specifying MP4 when you just stated that the audio is mp3.
Officially speaking, we don't support mp3 audio - it does *usually* work with HLS live streams on the Roku2 platform only. I don't know if it works with MP4 VOD playback, and I would tend to doubt it, so try re-encoding with AAC audio, 23.97 framerate h.264 mp4 video.
- Joel