aboutsummaryrefslogtreecommitdiff
path: root/system/playercorefactory.xml
diff options
context:
space:
mode:
authorLars Op den Kamp <lars@opdenkamp.eu>2011-01-04 00:59:39 +0100
committerLars Op den Kamp <lars@opdenkamp.eu>2011-01-04 12:20:17 +0100
commitc76ddb4279f393dc449d37855a7b56a0e2d31d0b (patch)
treec2f53608f6e10d87c55c2504f89bce3450ad2090 /system/playercorefactory.xml
parentb4c142f63b1d3e1401bce484814981c63b4b5408 (diff)
pvr: play radio channels with dvdplayer instead of paplayer. fixes stuttering while playing radio streams.
Diffstat (limited to 'system/playercorefactory.xml')
-rw-r--r--system/playercorefactory.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/system/playercorefactory.xml b/system/playercorefactory.xml
index 66784de36f..6fc8c2085b 100644
--- a/system/playercorefactory.xml
+++ b/system/playercorefactory.xml
@@ -33,5 +33,8 @@
<!-- Pass these to dvdplayer as we do not know if they are audio or video -->
<rule name="nsv" filetypes="nsv" player="DVDPlayer" />
+
+ <!-- pvr radio channels should be played by dvdplayer because they need buffering -->
+ <rule name="radio" filetypes="pvr" filename=".*/radio/.*" player="DVDPlayer" />
</rules>
</playercorefactory>