[Solved] DTS-support for UMS in Linux

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
Fenzor
Posts: 20
Joined: Fri Apr 12, 2013 5:03 am
Location: Trondheim, Norway

[Solved] DTS-support for UMS in Linux

Post by Fenzor »

I'm having an issue with DTS support with Linux. (Using 'Ubuntu Server 13.10')
This problem does not appear in Windows.
I have tested this issue with the latest version of UMS. (3.4.0)

Can someone either confirm this, or come with an solution? :)

An earlier post i made, conserning the same issue: (More in-depth)
viewtopic.php?f=12&t=1213
Last edited by Fenzor on Thu Apr 10, 2014 4:53 am, edited 1 time in total.
Fenzor
Posts: 20
Joined: Fri Apr 12, 2013 5:03 am
Location: Trondheim, Norway

Re: DTS-support for UMS in Linux

Post by Fenzor »

I know there is low activity on this forum and that perhaps most people use Windows anyway...

But does anyone even use DTS on their UMS setup in an linux-environment?
If so, make a short reply down under...


Unless no-one uses DTS and/or no-one will confirm whether it works in linux or not.
I would say that DTS is unsupported until further notice. :)
But I can't say as one person whether this is true or not. I need confirmation. ;)
User avatar
Optimus_prime
Posts: 678
Joined: Fri Jun 01, 2012 6:39 pm
Location: Sydney, Australia

Re: DTS-support for UMS in Linux

Post by Optimus_prime »

I would try and help but right now i don't have access to my setup at home (DTS capable receiver etc..), and trust me i would get a linux box up just to help out. I can't believe no one else in the UMS community can answer this............
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
Fenzor
Posts: 20
Joined: Fri Apr 12, 2013 5:03 am
Location: Trondheim, Norway

Re: DTS-support for UMS in Linux

Post by Fenzor »

THANKS for answering, and for trying to help! :D

I'm not sure what's the deal about no-one else answering is, but the Linux-side of UMS-community seems rather small.
That in combination with DTS-support maybe being for specially interested only might be an contributing factor. :P

I am an student in Computer Science, but I lack the time to debug by myself.
Especially when i'm not fluent in the project's source-code...

But from what i have seen there seems to be a problem with piping the encoded data (from MEncoder and such) to the buffer-files.
That's the only part of the transcoding process i've seen that uses specialized Windows/Linux-implementations. (In encoding of DTS-audio context)
The trail of code has lead me to "PipeIPCProcess.java" and associated classes, but there my efforts have ended. :(

Edit: Added debug.log file...
Attachments
debug.zip
debug.log file
(33.26 KiB) Downloaded 419 times
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: DTS-support for UMS in Linux

Post by DeFlanko »

Just another reason for me to wipe my server out and load Hyper-V :D
User avatar
Optimus_prime
Posts: 678
Joined: Fri Jun 01, 2012 6:39 pm
Location: Sydney, Australia

Re: DTS-support for UMS in Linux

Post by Optimus_prime »

I would also check out VMWare V-Sphere (which i think was ESX-i) as it has better support for OS'es than Hyper-V. I only use it as i was running those machines on Server 2008 R2, i'd swap back to VMWare in a heartbeat.
How Ask For Support
Remember, Debug Log's Can/Will Help and Explain your issues, we're not mind reader's but here to help
OS's I Use And Can Assist With: Windows 7/8, Mac OS-X 10.8 & 10.9
Mac OS-X Java 7 Builds Mac OS-X Java 7 Forum
User avatar
DeFlanko
Posts: 724
Joined: Thu Jun 21, 2012 3:43 am
Location: San Pedro, CA
Contact:

Re: DTS-support for UMS in Linux

Post by DeFlanko »

at least with hyper V it comes with server 2008r2...

VMware you need a licence...
Fenzor
Posts: 20
Joined: Fri Apr 12, 2013 5:03 am
Location: Trondheim, Norway

Re: DTS-support for UMS in Linux

Post by Fenzor »

After some testing I've got it working. :D

Firstly, tsMuxeR, issued with UMS, is not supported by 64-bit Ubuntu out of the box.
You've got to install 32-bit libraries like:
- lib32z1
- lib32ncurses5
- lib32bz2-1.0

After that I had to install "libgtk2.0-0:i386" with all dependencies to get my "libfreetype.so.6 cannot open shared object file"-issue to go away. ;)

Now DTS-support should be back. :D
Post Reply