Subtitles on XBOX with UMS 1.5.0

For help and support with Universal Media Server
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Post Reply
tmchardy
Posts: 2
Joined: Mon Sep 17, 2012 8:51 am

Subtitles on XBOX with UMS 1.5.0

Post by tmchardy »

I just installed UMS 1.5.0 on Ubuntu 12.04 (headless server). Videos were working, except when I added .srt files. After finding out that I had not installed mencoder (silly mistake), I no longer get disconnected from the server when trying to play videos with external subtitles, but now the debug log just spams each time I try and eventually I get a message on the xbox that there was an error.

In the debug log I get:
DEBUG 2012-09-16 14:13:26.715 [Thread-26] [wmav2 @ 0x7f355355a4c0]output buffer size is too small
DEBUG 2012-09-16 14:13:26.717 [Thread-26] [wmav2 @ 0x7f355355a4c0]output buffer size is too small
.... Hundreds of the above "output buffer size is too small" error messages.
DEBUG 2012-09-16 14:13:26.718 [Buffered IO End Checker] Stopping Unix process 10152: mencoder-5
DEBUG 2012-09-16 14:13:26.718 [Buffered IO End Checker] Stopping Unix process 10147: mkfifo-6
DEBUG 2012-09-16 14:13:26.720 [Thread-29] Error consuming stream of spawned process: Stream closed
DEBUG 2012-09-16 14:13:26.720 [Thread-26] Error consuming stream of spawned process: Stream Closed

And that's it. These videos work perfectly fine if I remove the .srt file, and I have tried with .mp4, .mkv, and .avi.

I'm not exactly a linux guru, and don't really know where to start digging from here. I also noticed on startup I get the following debug lines on the console ouput:

14:21:17.359 [main] DEBUG o.a.c.c.ConfigurationUtils - ConfigurationUtils.locate(): base is null, name is /server/ums/UMS.conf
14:21:17.362 [main] DEBUG o.a.c.c.DefaultFileSystem - Could not locate file /server/ums/UMS.conf at null: no protocol: /server/ums/UMS.conf
14:21:17.362 [main] DEBUG o.a.c.c.ConfigurationUtils - Loading configuration from the absolute path /server/ums/UMS.conf

But as it's loading the correct configuration (proper directories are showing and such, and I can play all media except ones with subtitles) I have ignored this error.

Any help or pointing in the right direction would be appreciated. As of right now I can enjoy all videos except ones requiring subtitles.
Post Reply