Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 9, 2018. It is now read-only.

Commit

Permalink
Updated DirecTV HR renderer (by SubJunk)
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarsokolov committed Jun 24, 2012
1 parent e3af78c commit 761550d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions src/main/external-resources/renderers/DirecTVHR.conf
Expand Up @@ -17,13 +17,15 @@ RendererIcon=directvhr.png
# DirecTV has been observed using the following user agents: # DirecTV has been observed using the following user agents:
# #
# User-Agent: Linux/2.6.18-lttng-0.6.41, UPnP/1.0 DIRECTV JHUPnP/1.0 DLNADOC/1.00 DIRECTV VIIV devices INTEL_NMPR/2.1 # User-Agent: Linux/2.6.18-lttng-0.6.41, UPnP/1.0 DIRECTV JHUPnP/1.0 DLNADOC/1.00 DIRECTV VIIV devices INTEL_NMPR/2.1
# User-Agent: # User-Agent: Linux/2.6.18.5, UPnP/1.0 DIRECTV JHUPnP/1.0 DLNADOC/1.00 DIRECTV VIIV devices INTEL_NMPR/2.1
# User-Agent: Linux/2.6.31-2.6, UPnP/1.0 DIRECTV JHUPnP/1.0 DLNADOC/1.00 DIRECTV VIIV devices INTEL_NMPR/2.1
# User-Agent: Linux/2.6.31-2.6, UPnP/1.0 DIRECTV JHUPnP/1.0
# #
# Combined regular expression of working user agents # Combined regular expression of working user agents
UserAgentSearch=DirecTV UserAgentSearch=DIRECTV


# UserAgentAdditionalHeaders: additional HTTP header for better detection # UserAgentAdditionalHeaders: additional HTTP header for better detection
UserAgentAdditionalHeader=INTEL_NMPR UserAgentAdditionalHeader=DLNADOC/1.00 DIRECTV VIIV devices INTEL_NMPR/2.1
UserAgentAdditionalHeaderSearch= UserAgentAdditionalHeaderSearch=


#Basic capabilities #Basic capabilities
Expand All @@ -35,7 +37,7 @@ Image=true
# DLNA settings # DLNA settings


# Use the DLNA feature seek by time and not by range # Use the DLNA feature seek by time and not by range
SeekByTime=false SeekByTime=true


# Serve different flavors of localization in the DLNA parameters (PAL/NTSC, NA/EU/JP) # Serve different flavors of localization in the DLNA parameters (PAL/NTSC, NA/EU/JP)
# to allow every worldwide renderer to see the files. # to allow every worldwide renderer to see the files.
Expand All @@ -48,7 +50,7 @@ SeekByTime=false
# Transcode codecs for video and audio engines # Transcode codecs for video and audio engines
# currently supported: MPEGAC3, MPEGTSAC3 or WMV for video, PCM or MP3 for audio # currently supported: MPEGAC3, MPEGTSAC3 or WMV for video, PCM or MP3 for audio
TranscodeVideo=MPEGAC3 TranscodeVideo=MPEGAC3
TranscodeAudio=WAV TranscodeAudio=MP3


# Use default DVD buffer size: false = greater bitrate and faster encoding, # Use default DVD buffer size: false = greater bitrate and faster encoding,
# but can generate incompatible videos, depends of your media renderer # but can generate incompatible videos, depends of your media renderer
Expand Down Expand Up @@ -86,7 +88,7 @@ TranscodeFastStart=true
# this parameter isn't used) # this parameter isn't used)
# 100000000000: 100Gb, if you want to be sure that the media file is not cut # 100000000000: 100Gb, if you want to be sure that the media file is not cut
# before the end # before the end
TranscodedVideoFileSize=-1 TranscodedVideoFileSize=0


#---------------------------------------------------------------------------- #----------------------------------------------------------------------------
# Misc Settings # Misc Settings
Expand Down Expand Up @@ -197,7 +199,7 @@ MediaInfo=true
# gives: # gives:


# [Supported video formats]: # [Supported video formats]:
##Supported = f:mpegps v:mpeg2 a:mpa n:2 m:video/mpeg #Supported = f:mpegps v:mpeg2 a:mpa n:2 m:video/mpeg
#Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 n:2 m:video/x-divx #Supported = f:avi|divx v:mp4|divx|mjpeg a:mp3|lpcm|mpa|ac3 n:2 m:video/x-divx
#Supported = f:mov m:video/quicktime #Supported = f:mov m:video/quicktime
#Supported = f:mp4 v:mp4|h264 a:ac3|aac n:2 m:video/mp4 #Supported = f:mp4 v:mp4|h264 a:ac3|aac n:2 m:video/mp4
Expand Down

0 comments on commit 761550d

Please sign in to comment.