Updating transcoding settings

Issue #484 resolved
Former user created an issue

I've got an error when updating "transcoding" by REST PUT.

I think when you deactivate transcoding, you don't need other settings.

So this should works: {{{ #!xml <transcoding> <transcodingEnabled>false</transcodingEnabled> </transcoding> }}}

But there is an error about invalid "transcodingFolderLocation". This test is useless when transcoding is off...

Meanwhile i have to use this "ugly workaround" :

{{{ #!xml <transcoding> <transcodingFolderLocation>d:\</transcodingFolderLocation> <transcodingEnabled>false</transcodingEnabled> </transcoding> }}}

Could you change the tests order in TranscodingServerResource.save() ?

Comments (3)

  1. Log in to comment