Age | Commit message (Collapse) | Author |
|
|
|
Xine_Control_Result(): fail immediately if no clients
|
|
|
|
Added Sync()
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
--> 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)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|