Merge pull request #829 from croneter/fix-transcoding
Fix transcoding not working
This commit is contained in:
commit
86c6e44ad6
1 changed files with 1 additions and 1 deletions
|
@ -1439,7 +1439,7 @@ class API(object):
|
|||
# Path/key to VIDEO item of xml PMS response is needed, not part
|
||||
path = self.item.get('key')
|
||||
transcode_path = app.CONN.server + \
|
||||
'/video/:/transcode/universal/start.m3u8?'
|
||||
'/video/:/transcode/universal/start.m3u8'
|
||||
args = {
|
||||
'audioBoost': utils.settings('audioBoost'),
|
||||
'autoAdjustQuality': 0,
|
||||
|
|
Loading…
Reference in a new issue