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

Commit

Permalink
renderer profile for VideoWeb TV
Browse files Browse the repository at this point in the history
  • Loading branch information
ikarsokolov committed May 12, 2013
1 parent 61b270a commit da13840
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions src/main/external-resources/renderers/VideoWebTV.conf
@@ -0,0 +1,47 @@
#----------------------------------------------------------------------------
# Profile for VideoWeb TV.
# See PS3.conf for a description of all possible configuration options.
#

RendererName=VideoWeb TV
RendererIcon=videowebtv.png

# <dlna:X_DLNADOC>DMR-1.50</dlna:X_DLNADOC>
# <deviceType>urn:schemas-upnp-org:device:MediaRenderer:1</deviceType>
# <friendlyName>VideoWeb (*)</friendlyName>
# <manufacturer>VideoWEB GmbH</manufacturer>
# <manufacturerURL>http://videoweb.de/</manufacturerURL>
# <modelDescription>IPI Media Renderer</modelDescription>
# <modelName>NFLC SDK v1.5</modelName>
# <modelNumber>1.0</modelNumber>
# <modelURL>http://www.access-company.com/</modelURL>
# <UDN>uuid:14107d56-8e9d-115c-a29c-*</UDN>
# User-Agent: Linux/2.6.34, UPnP/1.0, Portable SDK for UPnP devices/1.6.6

UserAgentAdditionalHeader=friendlyName.dlna.org
UserAgentAdditionalHeaderSearch=VideoWeb
Video=true
Audio=true
Image=true
SeekByTime=false
TranscodeVideo=MPEGPSAC3
TranscodeAudio=WAV
DefaultVBVBufSize=false
MuxH264ToMpegTS=false
MuxDTSToMpeg=true
WrapDTSIntoPCM=false
MuxLPCMToMpeg=false
MaxVideoBitrateMbps=0
MaxVideoWidth=0
MaxVideoHeight=0
TranscodeExtensions=flv
StreamExtensions=avi,xvid,divx,avc,mpg,mpeg,mkv,264,ts,tp,m2t,m2ts,wmv,mp3,wav,pcm,lpcm,wma,aac,flac,mka,aif,aiff,ogg,dts

# Show the duration of a DVD Title in the overview
ShowDVDTitleDuration=true
# CBR bitrate. Needed for byteseek to timeseek convertion. 0 = disabled.
CBRVideoBitrate=15000
# Number of seconds to rewind every time we do a byteseek to timeseek conversion.
# If the conversion isn't 100% accurate so a little rewind can be nice
ByteToTimeseekRewindSeconds=0

0 comments on commit da13840

Please sign in to comment.