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)
This commit is contained in:
Frank Schmirler
2011-10-19 23:21:38 +02:00
parent 615f101b9d
commit 6b633dbfa2
2 changed files with 12 additions and 2 deletions

View File

@@ -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