summaryrefslogtreecommitdiff
path: root/server
AgeCommit message (Collapse)Author
2017-09-30fixed compilation for VDR 2.3.7 (thanks to Jasmin J)HEADmasterFrank Schmirler
2016-03-21Streamdev-server compatibility with VDR 2.3.1 (fixes #2249)Frank Schmirler
2015-10-04use cReceiver::SetPriority(...) in VDR 2.1.4+Frank Schmirler
2014-12-23Added Polish translation (closes #2038)Frank Schmirler
2014-12-22Converted suspend.dat into proper PES format (closes #2034)Frank Schmirler
2014-11-07Added service call returning the number of clients (closes #1967)Frank Schmirler
2014-11-07Added SVDRP commands to list and disconnect clients (closes #1860)Frank Schmirler
2014-10-24fixed recplayer issues with large TS files (>4GB)Frank Schmirler
2014-09-08Show old VDR PES recordings in HTTP menu only if PES mode is selectedFrank Schmirler
2014-09-07Implemented remuxing of recordings (closes #1892)Frank Schmirler
2014-09-07Implemented remuxing when replaying recordingsFrank Schmirler
2014-08-31Make ChannelChange retune only if CA IDs changed (closes #1767)Frank Schmirler
2014-08-10Moved remux from livestreamer to streamerFrank Schmirler
2014-08-09Implemented VDR 2.1.4 cStatus::ChannelChange(...)Frank Schmirler
2014-08-09Call detach only if receiver is attachedFrank Schmirler
2014-06-23Try changing to other device when receiver got detachedFrank Schmirler
2014-06-23In TSPIDS mode, create and attach receiver with empty pid list to occupy deviceFrank Schmirler
2014-06-23No need for Detach/Attach in SwitchDevice as it is only called when detached.Frank Schmirler
2014-06-23Setting streamer to NULL if TUNE fails should not be necessaryFrank Schmirler
2014-06-23Fixed initialization of m_StreamTypeFrank Schmirler
2014-06-22Dropped unused function and parameter.Frank Schmirler
2014-06-07Revised class responsibilities: Moved live TV related functions to livestreamerFrank Schmirler
2014-05-18Moved streamer from each individual connection class to cServerConnectionFrank Schmirler
2014-05-18Configurable buffer for live TVFrank Schmirler
2013-11-25Updated Slovak translation (closes #1626)Frank Schmirler
2013-11-25Updated Finnish translation (thanks to Rolf Ahrenberg)Frank Schmirler
2013-11-17Disabled PS remuxer which is said to produce anything but PSFrank Schmirler
2013-11-02Added option to suspend live TV when the server starts (closes #1296)Frank Schmirler
2013-11-01Set device occupied when streamdev switches away LiveTV on the server, toFrank Schmirler
reduce the risk that the VDR main loop immediately switches back, resulting in a black screen on the client (reported by hummel99)
2013-10-20Fixed HTTP menu destructionFrank Schmirler
2013-10-20API change of VDR 2.1.2Frank Schmirler
2013-10-02Added HTTP "Server" headerFrank Schmirler
2013-10-01Ignore dummy file extensions (.ts, .vob, .vdr) when parsing HTTP URIsFrank Schmirler
2013-10-01Redesigned pos= parameter patch for streaming recordings and added missingFrank Schmirler
bits like HEAD and resume.# support
2013-09-27Select start position for replaying a recording by parameter pos=Frank Schmirler
Based on offset_5.diff from hivdr@vdrportal with the following modifications: - indenting - replaced isyslog with Dprintf - left out HTTP header "Server:" for the moment
2013-07-16Start cSuspendCtl hidden or it will prevent idle shutdown.Frank Schmirler
As long as a cControl is not hidden, cControl::Control() will return a value and LastInteract is updated in the VDR main loop.
2013-07-16Fixed recordings menu inode numbers: ino_t is a long long on some systemsFrank Schmirler
2013-03-19Updated Slovak translation (closes #1293)Frank Schmirler
2013-02-27Adapted Makefiles to VDR 1.7.36+ (thanks to macmenot). Old makefiles haveFrank Schmirler
been renamed to Makefile-1.7.33 (fixes #1199)
2013-02-03Added simple recordings menu in HTTP serverFrank Schmirler
2013-02-03Restructured menuHTTP classesFrank Schmirler
2013-02-02Added RSS format for HTTP menusFrank Schmirler
2013-02-02Recordings can now also be selected by struct stat "st_dev:st_ino.rec"Frank Schmirler
2013-02-01API change of 1.7.28: missed one affected line leading to crashed in VTPFrank Schmirler
(refs #1226)
2012-12-16Basic support for HTTP streaming of recordingsFrank Schmirler
2012-12-16Added #include <string>Frank Schmirler
2012-12-16Close writer when streamer is finishedFrank Schmirler
2012-12-16Don't abort VTP connection if filter stream is brokenFrank Schmirler
2012-12-16Use std::map at() is not available in old libs. Use find()Frank Schmirler
2012-12-16Restructured cStreamdevStreamer: Moved inbound buffer into actual subclass.Frank Schmirler