summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorFrank Schmirler <vdr@schmirler.de>2011-10-19 23:21:38 +0200
committerFrank Schmirler <vdr@schmirler.de>2011-10-20 23:37:27 +0200
commit6b633dbfa225847d8d0767c5904884d5218a845e (patch)
treeb64ee0b3df0cdb5b91c4a99c4ebe2724ed681832 /HISTORY
parent615f101b9dce6ae4a2b7b02866176a413e47169f (diff)
downloadvdr-plugin-streamdev-6b633dbfa225847d8d0767c5904884d5218a845e.tar.gz
vdr-plugin-streamdev-6b633dbfa225847d8d0767c5904884d5218a845e.tar.bz2
the icy-name HTTP header sent with radio streams makes VLC pick the wrong
demuxer. Send icy-name only for ES audio streams (fixes #746)
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY2
1 files changed, 2 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index 803bf54..715be4d 100644
--- a/HISTORY
+++ b/HISTORY
@@ -1,6 +1,8 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
+- the icy-name HTTP header sent with radio streams makes VLC pick the wrong
+ demuxer. Send icy-name only for ES audio streams.
- fixed regression of "live TV must be switched in VDR main thread" change:
deadlock in IGMP streaming server when switching live TV.
- streamdev-client returns true in its AvoidRecording() method introduced