Age | Commit message (Collapse) | Author |
|
Modified Files:
HISTORY README client/device.c client/setup.c client/setup.h
po/de_DE.po po/fi_FI.po po/fr_FR.po po/it_IT.po po/ru_RU.po
|
|
is set to FTA or streamdev device. Disabled transponder check.
|
|
Yet it's not quite clear if this is really a proper fix. There have been
contradictory reports (#476).
|
|
- added vdr-1.6.0-ignore_missing_cam patch
- dropped obsolete respect_ca patch
- removed legacy code for < VDR 1.5.9 (thanks to Rolf Ahrenberg)
|
|
- changed externremux.sh's default location to VDRCONFDIR/plugins/streamdev
- added sample externremux.sh from http://www.vdr-wiki.de/
- stop providing channels after client has been disabled at runtime
- added logging of the client device's card index
- changed default suspend mode to "Always suspended"
- added "Hide Mainmenu Entry" setup option on client
|
|
- dropped unused code for remote timers/recordings on client side
- dropped unused files client/{assembler,menu,remote}.[hc]
- dropped unused files in libdvbmpeg (reported by tobi)
|
|
- dropped patches for pre VDR 1.4
|
|
sometimes send ABRT after TUNE. Clean solution wanted!
Thanks to alexw (#255)
|
|
Thanks to Petri Hintukainen.
|
|
|
|
- Add separate data socket for sections data
- Sections data can be received when there is no active live view
(-> EPG scans etc. can be executed during replay etc.)
|
|
- Try to detect data stream disconnections to
avoid 100% CPU-usage in cTSBuffer::Action()
|
|
- VDR 1.5.0 calls some device members in different order and
streamdev can't currently handle this.
- do not trust in OpenDvr/CloseDvr, instead keep count of active PIDs,
open data connection when it is needed and close it only when there
are no active PIDs
(closing data connection unsubscribes all pids at server end)
- some sanity checks on server side
Modified Files:
client/device.c client/device.h server/connectionVTP.c
|
|
- Implement virtual IsTunedToTransponder()
- Return true from Provides... functions
Modified Files:
client/device.c client/device.h
|
|
|
|
ABRT will be sent after tuning, which will destroy the LiveStreamer on the server.
|
|
- fixed destruction order on channel switch (fixes one crash that happens
occasionally when switching)
|
|
|
|
|
|
|
|
|
|
|