diff options
author | Frank Schmirler <vdr@schmirler.de> | 2011-10-19 23:21:38 +0200 |
---|---|---|
committer | Frank Schmirler <vdr@schmirler.de> | 2011-10-20 23:37:27 +0200 |
commit | 6b633dbfa225847d8d0767c5904884d5218a845e (patch) | |
tree | b64ee0b3df0cdb5b91c4a99c4ebe2724ed681832 /HISTORY | |
parent | 615f101b9dce6ae4a2b7b02866176a413e47169f (diff) | |
download | vdr-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-- | HISTORY | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |