summaryrefslogtreecommitdiff
path: root/pages/recstream.ecpp
AgeCommit message (Collapse)Author
2012-03-13Provide recording->IsPesRecording() to cFileName instances.Dieter Hametner
This fixes bug #885 (http://projects.vdr-developer.org/issues/885).
2011-03-10Added the content type header 'video/mpeg' in the recstream page.Dieter Hametner
This change was suggested by vdr-portal.de user 'hepi'. See http://www.vdr-portal.de/board/thread.php?threadid=101842
2010-06-20Reaction to a patch sent by Jan Willies for an other problem withcvs-commit-370Dieter Hametner
tntnet version string. Jan's patch resolved the immediate problem with regard to the updated version but was not backwards compatible for older tntnet version. My changes to the code adressed that problem and added an enhancement how to deal with that problem in the future.
2009-12-08Made recordings http streaming dependent on tntnet version 1.7.0 andDieter Hametner
aboove because that version only supports 'calming down' the request watchdog. Without that the tntnet request watchdog killed the whole VDR process after 600 sec. Thus recordings lasting longer than 10 minutes could not be displayed and even worse the whole VDR process terminated. That could break currently running timers.
2008-06-21Added streaming of recordings via http.Dieter Hametner
The recordings must be complete and no conversion of the stream takes place. Thus the current implementation is only usable in the local LAN.