diff options
author | theuni <theuni@svn> | 2009-10-06 20:28:16 +0000 |
---|---|---|
committer | theuni <theuni@svn> | 2009-10-06 20:28:16 +0000 |
commit | fcd1de4c7abb2f697928ff117afd976490782975 (patch) | |
tree | 8ab4cbc6811256a38beed0bae24ad6a7a5c0cce7 /system/playercorefactory.xml | |
parent | a8e2048b39d2de034ff099e0f53728ce165035aa (diff) |
added: use DVDPlayer for udp input stream
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@23478 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
Diffstat (limited to 'system/playercorefactory.xml')
-rw-r--r-- | system/playercorefactory.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/playercorefactory.xml b/system/playercorefactory.xml index b81df8fe09..66784de36f 100644 --- a/system/playercorefactory.xml +++ b/system/playercorefactory.xml @@ -11,7 +11,7 @@ <rules name="system rules"> <rule name="rtv" protocols="rtv" player="DVDPlayer" /> - <rule name="hdhomerun/myth/rtmp/mms" protocols="hdhomerun|myth|cmyth|rtmp|mms|mmsh" player="DVDPlayer" /> + <rule name="hdhomerun/myth/rtmp/mms/udp" protocols="hdhomerun|myth|cmyth|rtmp|mms|mmsh|udp" player="DVDPlayer" /> <rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" /> <!-- dvdplayer can play standard rtsp streams --> |