Revision 0b392805
| b/src/gst/engine/remoteConfig.cpp | ||
|---|---|---|
| 140 | 140 |
/// FIXME: everytime a receiver starts, it should ask sender for caps, then the sender can |
| 141 | 141 |
/// send them. |
| 142 | 142 |
if (asio::tcpSendBuffer(context->remoteHost_, context->capsPort(), context->msgId_, context->message_)) |
| 143 |
{
|
|
| 144 | 143 |
LOG_INFO("Caps sent successfully");
|
| 145 |
return FALSE; |
|
| 146 |
} |
|
| 147 | 144 |
return TRUE; // try again later, in case we have a new receiver |
| 148 | 145 |
} |
| 149 | 146 |
|
Also available in: Unified diff