Page 1 of 2

Roku Ultra errors out on most content

Posted: Fri Nov 23, 2018 3:12 pm
by wat4
Was using 7.4 for the longest time without issue until I told my S/O to try her shows on the roku, most wont work at all I get either a timeout or just cant play media error. Everything works fine on the PS3/4 side of things its just the roku is always finicky about this, anyway, logs are posted below:

Re: Roku Ultra errors out on most content

Posted: Sat Nov 24, 2018 9:45 am
by Sami32
You have forgotten to set the logging level to TRACE before producing your log so sadly this one is not very useful...

Edit:
As a side note, many of your AVI, MP4 and JPEG files seem broken. Not sure if that come from incomplete torrent downloads or HDD corruption.

Edit:
Also if i cannot really see more deeply from your log, it seem related to the recent request handler refactoring that is still a work in progress.

Re: Roku Ultra errors out on most content

Posted: Sat Nov 24, 2018 2:28 pm
by wat4
how about this one

Re: Roku Ultra errors out on most content

Posted: Mon Nov 26, 2018 10:56 am
by Sami32
Hum...i don't see anything wrong related to subtitles, only some old bugs.
It seem that you only get that issue while streaming (not transcoding), so do that mean that transcoding work correctly for you?

Are you saying that you only get issue when playing media with subtitles only?
Whatever UMS version is used, you get that same issue?
Do only some formats have that issue or only AVI?
Do you get that same issue when playing your media from the #--TRANSCODE--# folder?

Re: Roku Ultra errors out on most content

Posted: Tue Nov 27, 2018 6:34 am
by wat4
It wont play at all, when I go to watch any of the content on the roku most of it errors out and doesn't even start to play at all, I don't know where the subtitles thing come from all the of the TV shows don't even play.

Are you saying that you only get issue when playing media with subtitles only?
- I dont know where this issue with subtitles came up but most file wont play and produce this error. What I have encountered is the TV shows wont play in whatever format they are encoded in, .mkv or .avi etc. Other files like actual movies play fine so I don't get it

Whatever UMS version is used, you get that same issue?
- I'm using the latest 7.6 I believe.

Do only some formats have that issue or only AVI?
- Its only TV shows that I notice the issue, they can be several file formats .avi or .mkv

Do you get that same issue when playing your media from the #--TRANSCODE--# folder?
- Tried that but same result only an error.

Re: Roku Ultra errors out on most content

Posted: Thu Nov 29, 2018 5:58 am
by Sami32
I can see that AVI have probably never worked correctly, but i'm not sure if Roku has ever been really supported or that a recent additional bug have broken the support.

Could you try with an older UMS version? 6.7.4 should be a good start IMO.
https://sourceforge.net/projects/unimed ... 0Releases/

Re: Roku Ultra errors out on most content

Posted: Thu Nov 29, 2018 5:07 pm
by wat4
In my experience the roku plays the avi movies fine, its just something with the TV shows that it doesn't like there have been a couple things I have watched that were .avi files.

Re: Roku Ultra errors out on most content

Posted: Thu Nov 29, 2018 10:05 pm
by Sami32
I was just saying that the actual UMS FFmpeg command line will fail as it do now for you, as your log clearly show.

Re: Roku Ultra errors out on most content

Posted: Sat Dec 01, 2018 12:43 am
by valib
There is a bug in the Roku-TV8.conf. At line

Code: Select all

Supported = f:mpegts    v:h264                                      a:aac-lc-lc|lpcm|mp2|mp3                m:video/mpeg         n:2
there is aac-lc-lc but must be only aac-lc. The line must be

Code: Select all

Supported = f:mpegts    v:h264                                      a:aac-lc|lpcm|mp2|mp3                m:video/mpeg         n:2
Fix it and do new test.

Re: Roku Ultra errors out on most content

Posted: Sun Dec 02, 2018 6:57 am
by wat4
I changed that line in the roku conf and no change sadly, below are the debug logs.