Skip to content

Commit

Permalink
Update XMLConverter.py
Browse files Browse the repository at this point in the history
  • Loading branch information
moodyblue committed Jan 20, 2020
1 parent 973f0ca commit 6812a33
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion XMLConverter.py
Original file line number Diff line number Diff line change
Expand Up @@ -1180,7 +1180,8 @@ def ATTRIB_VIDEOURL(self, src, srcXML, param):
# check "Media" element and get key
if Media!=None:
# transcoder action
transcoderAction = g_ATVSettings.getSetting(self.ATV_udid, 'transcoderaction')
# transcoderAction = g_ATVSettings.getSetting(self.ATV_udid, 'transcoderaction')
transcoderAction = "Transcode"

# video format
# HTTP live stream
Expand Down

3 comments on commit 6812a33

@grockk
Copy link

@grockk grockk commented on 6812a33 Mar 17, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is the purpose of this? The aTV always transcodes even things that can directplay. Like Plex Server isn't deciding, but defaulting to transcoding.

I reverted this change in my installation and now get directplay again.

@moodyblue
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will revert. Thanks

@grockk
Copy link

@grockk grockk commented on 6812a33 Mar 25, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will revert. Thanks

Thank you!! You're doing the hard work.

Please sign in to comment.