mirror of
https://projects.vdr-developer.org/git/vdr-plugin-streamdev.git
synced 2023-10-10 19:16:51 +02:00
518886b08b
- regonize PUSI flag in TS packets (bullet-proof section start+end indicator) - Use own TS buffer to read directly from socket, no need for ring buffer anymore - Re-activate all active filters after re-connection to server - Simplify thread start/stop/running detection to current VDR style - Update "filter closed by VDR" detection (datagram sockets return different errno's than pipes) - Deliver data to first matching and active filter (do not drop data if first matching filter has been closed, there is quite likely new filter for it) - Add disconnect detection to avoid 100% CPU usage in cTSBuffer::Action() Modified Files: client/filter.c client/filter.h |
||
---|---|---|
.. | ||
assembler.c | ||
assembler.h | ||
device.c | ||
device.h | ||
filter.c | ||
filter.h | ||
menu.c | ||
menu.h | ||
remote.c | ||
remote.h | ||
setup.c | ||
setup.h | ||
socket.c | ||
socket.h |