From 597dc5a38822201afa0c0eac33b86d6c7a02b09d Mon Sep 17 00:00:00 2001 From: compn Date: Sun, 12 Dec 2010 17:16:59 +0000 Subject: 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 --- etc/example.conf | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'etc') diff --git a/etc/example.conf b/etc/example.conf index bdd3cb56bf..800e82be4e 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -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 -- cgit v1.2.3