How to really disable transcoding?

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
Radiorama
Posts: 3
Joined: Sun Sep 13, 2015 12:09 am

How to really disable transcoding?

Post by Radiorama »

Hello everybody,

I recently discovered UMS, and it's great! The resume playback feature is well worth the whole program.

Anyway it seems whatever I do I'm totally unable to stop UMS from transcoding. My renderer is a Sony Bravia KDL-42W828B connected via Wi-Fi. I'm trying to play a mkv file containing 1xXviD + 2xMP3 + 1xUTF-8.

I tried all of the following, to no avail.

* Typed "avi,mpg,mpeg,mkv" in the "Skip transcoding for the following extensions (comma separated)" box under Transcoding Settings.

* Added "CustomFFmpegOptions = -c copy" to the Sony-BraviaW.conf file as suggested here: viewtopic.php?t=2707 .

* Added "StreamExtensions = "avi,mpg,mpeg,mkv" to the Sony-BraviaW.conf file, both with MediaInfo = true and with MediaInfo = false.

* Replaced the "Supported" section of the conf file with what is suggested here: viewtopic.php?f=9&t=3941 , both with MediaInfo = true and with MediaInfo = false.

Is there a definite way to prevent UMS from transcoding? Did I miss something?

Thanks,
Radiorama.
User avatar
squadjot
Moderator
Posts: 652
Joined: Fri Jun 01, 2012 4:24 am

Re: How to really disable transcoding?

Post by squadjot »

Don't know if this is what you want, but you could disable all the engines in the GUI (Left side "Video Files Engines")
Klik on an engine, and then click on the cogwheel (next to up/down arrows @ bottom)

__

Another way, i guess, is to define all "supported formats" in the conf file.
Just add any/all file types. ( see DefaultRenderer.conf, or look for file types in some of the other conf files. )

Note: With last option, i guess Transcoding still might be happening if subtitles are involved. (i think thats whats happening in your case)
Radiorama
Posts: 3
Joined: Sun Sep 13, 2015 12:09 am

Re: How to really disable transcoding?

Post by Radiorama »

Not sure why my previous attempts misfired, but I got it working now.

Tracing back all the changes and doing a bit of experimenting, I found that two simple steps suffice to stop UMS from transcoding. I summarize them below for the benefit of those who may be confronting the same issue.

1)Edit Sony-BraviaW.conf changing MediaInfo to false.
2)In the "Skip transcoding for the following extensions (comma separated)" box under Transcoding Settings, type "avi,mpg,mpeg,mkv" or whatever set of file extensions you don't want transcoded.

Best,
Radiorama.
Radiorama
Posts: 3
Joined: Sun Sep 13, 2015 12:09 am

Re: How to really disable transcoding?

Post by Radiorama »

squadjot wrote:Note: With last option, i guess Transcoding still might be happening if subtitles are involved. (i think thats whats happening in your case)
You are most certainly right. At some point while playing around with supported formats in the conf file I got .avis to stream, while .mkvs with subtitles kept being transcoded.

Best,
Radiorama.
Nadahar
Posts: 1990
Joined: Tue Jun 09, 2015 5:57 pm

Re: How to really disable transcoding?

Post by Nadahar »

In the next version (6.5.2) it will be possible to disable transcoding completely by setting this in UMS.conf:

Code: Select all

disable_transcoding = true
Disabling of transcoding per extension has also been fixed.
Post Reply