diff options
author | gimli <ebsi4711@gmail.com> | 2012-08-12 14:14:27 +0200 |
---|---|---|
committer | gimli <ebsi4711@gmail.com> | 2012-08-12 14:14:27 +0200 |
commit | d11a167c4f0a77b712db6173c9a05f9072917e78 (patch) | |
tree | 1afee6258ba5e51c8d67ac0bf26bfb124956528d | |
parent | 8db1a702cb916d6d1a5ee75f17cdaa7bca8db92e (diff) |
[rbp] fixed do not force dvdplayer for rtmp streams
-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 6e475ef0f5..f199946bb9 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/udp" protocols="hdhomerun|myth|cmyth|rtmp|mms|mmsh|udp" player="DVDPlayer" /> + <rule name="hdhomerun/myth/mms/udp" protocols="hdhomerun|myth|cmyth|mms|mmsh|udp" player="DVDPlayer" /> <rule name="lastfm/shout" protocols="lastfm|shout" player="PAPlayer" /> <!-- dvdplayer can play standard rtsp streams --> |