Skip to content

Commit

Permalink
11.3 playback fix
Browse files Browse the repository at this point in the history
  • Loading branch information
salphonso committed Mar 2, 2016
1 parent 4343d81 commit b3269e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Contents/Code/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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
)

Expand Down

0 comments on commit b3269e2

Please sign in to comment.