Age | Commit message (Collapse) | Author |
|
we can increase priority
|
|
|
|
revision 1.99: Moved frontend_svr.c:osd_recompress_net() --> rle.c:rle_recompress_net()
revision 1.98: Decreased required available socket buffer space when sending OSD
revision 1.97: Disabled data connection IP address check (it does not work with NAT firewalls).
revision 1.94: Do not allow connections if we're not the primary device
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--> header can be resetted without providing new one
by calling SetHeader(NULL, 0, true);
|
|
|
|
(Client uses first received packet to test the connection).
- Send header (PAT/PMT) to new UDP/RTP clients
|
|
Do not change value of const string
|
|
(scheduler is not yet MPEG-TS compatible)
Removed macro that was used only once
|
|
|
|
(Thanks to alexw)
|
|
|
|
|
|
|
|
|
|
Increased timeout for reading grab result
|
|
|
|
Removed (unused) m_iUdpFlowMask.
|
|
|
|
|
|
Silenced compiler warnings
warning: ignoring return value of âssize_t
write(int, const void*, size_t)â, declared with attribute warn_unused_result
|
|
|
|
|
|
|
|
(protect against random delays in control stream)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Macro CloseDataConnection -> function
|
|
|
|
Set (larger) socket buffers for control channel to avoid OSD message overflows
|