From 5727c58ecece2fef497247d83a45871299841aa4 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 8 Feb 2008 18:33:39 +0000 Subject: example for setting WMP user-agent string, helps when playlists and media (streamed via mms) use the same URL (what an ugly case of user-agent misuse!) git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25961 b3059339-0415-0410-9bf9-f77b7e298cf2 --- etc/example.conf | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'etc') diff --git a/etc/example.conf b/etc/example.conf index 97519e0b71..cb3e29030e 100644 --- a/etc/example.conf +++ b/etc/example.conf @@ -87,6 +87,10 @@ # other settings # ################## +# Pretend to be Window Media Player. +# Fixes playback when playlist and media file use the same URL. +#user-agent=NSPlayer/4.1.0.3856 + # Drop frames to preserve audio/video sync. #framedrop = yes -- cgit v1.2.3