Basic support for HTTP streaming of recordings

This commit is contained in:
Frank Schmirler
2012-12-16 13:29:15 +01:00
parent 0cf406ed3a
commit 9135cde712
9 changed files with 215 additions and 20 deletions

View File

@@ -1,6 +1,7 @@
VDR Plugin 'streamdev' Revision History
---------------------------------------
- Basic support for HTTP streaming of recordings
- Close writer when streamer is finished
- Don't abort VTP connection if filter stream is broken
- Restructured cStreamdevStreamer: Moved inbound buffer into actual subclass.