From b3269e20d33679f50ca11f4b74236c85c4742371 Mon Sep 17 00:00:00 2001 From: Scott Alphonso Date: Wed, 2 Mar 2016 15:34:16 -0600 Subject: [PATCH] 11.3 playback fix --- Contents/Code/__init__.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Contents/Code/__init__.py b/Contents/Code/__init__.py index 6e02de5..3277f2a 100644 --- a/Contents/Code/__init__.py +++ b/Contents/Code/__init__.py @@ -27,7 +27,7 @@ SERVERWMC_IP = Prefs['serverwmc_ip'] SERVERWMC_PORT = Prefs['serverwmc_port'] SERVERWMC_ADDR = (SERVERWMC_IP, int(SERVERWMC_PORT)) -VERSION = '0.11.2' +VERSION = '0.11.3' MACHINENAME = socket.gethostname() IDSTREAMINT = 0 GETSTREAMINFO = 'IncludeStreamInfo' @@ -640,6 +640,7 @@ def CreateVCO(url, title, summary, duration, icon='', container=False): bitrate = bitrate, video_codec = "mpeg2video", audio_codec = "AC3", + audio_channels = 6, optimized_for_streaming = True )