summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorcompn <compn@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-12-12 17:16:59 +0000
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-12-16 06:22:19 +0200
commit597dc5a38822201afa0c0eac33b86d6c7a02b09d (patch)
tree502030dad8ff267fcb7bbbde37b4522510da832e /etc
parent21367beef13fadd296edd97ba86240431492f409 (diff)
downloadmpv-597dc5a38822201afa0c0eac33b86d6c7a02b09d.tar.bz2
mpv-597dc5a38822201afa0c0eac33b86d6c7a02b09d.tar.xz
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
Diffstat (limited to 'etc')
-rw-r--r--etc/example.conf16
1 files changed, 16 insertions, 0 deletions
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