example.conf: add some profile information and user-agent examples

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32709 b3059339-0415-0410-9bf9-f77b7e298cf2

add realplayer user-agent

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32712 b3059339-0415-0410-9bf9-f77b7e298cf2

add winamp useragent example

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32713 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
compn 2010-12-12 17:16:59 +00:00 committed by Uoti Urpala
parent 21367beef1
commit 597dc5a388
1 changed files with 16 additions and 0 deletions

View File

@ -10,6 +10,9 @@
#
# See the CONFIGURATION FILES section in the man page
# for a detailed description of the syntax.
#
# Profiles should be at the bottom of the config file to ensure you dont
# put default options under profiles accidentally.
##################
@ -19,6 +22,11 @@
# Specify vdpau codecs when using -vo vdpau.
#[vo.vdpau]
#vc=ffmpeg12vdpau,ffwmv3vdpau,ffvc1vdpau,ffh264vdpau,ffodivxvdpau,
# Most video filters do not work with vdpau.
#vf-clr=yes
# Make sure options under vo.vdpau profile are counted when vdpau is not used
#[default]
# Specify default video driver (see -vo help for a list).
#vo=xv
@ -102,6 +110,14 @@
# Fixes playback for apple.com/trailers redirects
#user-agent="QuickTime"
# Pretend to be Realplayer SP
# Fixes playback for some video streaming sites
#user-agent=RMA/1.0
# Pretend to be Winamp
# Fixes playback of some NSV streams
#user-agent="Winamp NSV Player/5.12 (ultravox/2.0)"
# Drop frames to preserve audio/video sync.
#framedrop = yes