Valkka
1.6.1
OpenSource Video Management
|
Sending a stream without rtsp negotiation (i.e. More...
#include <livethread.h>
Public Member Functions | |
SDPOutbound (UsageEnvironment &env, FrameFifo &fifo, LiveOutboundContext &ctx) | |
void | reinit () |
Reset session and subsessions. | |
void | handleFrame (Frame *f) |
Setup session and subsessions, writes payload. | |
Public Member Functions inherited from Outbound | |
Outbound (UsageEnvironment &env, FrameFifo &fifo, LiveOutboundContext &ctx) | |
Default constructor. | |
virtual | ~Outbound () |
Default virtual destructor. | |
Public Attributes | |
std::vector< Stream * > | streams |
SubStreams of the outgoing streams (typically two, e.g. video and sound) | |
Public Attributes inherited from Outbound | |
LiveOutboundContext & | ctx |
Identifies the connection type, stream address, etc. See LiveOutboundContext. | |
UsageEnvironment & | env |
Identifies the live555 event loop. | |
FrameFifo & | fifo |
Outgoing fFrames are being read and finally recycled here. | |
Additional Inherited Members | |
Protected Attributes inherited from Outbound | |
bool | setup_ok |
bool | at_setup |
Flags used by Outbound::handleFrame. | |
Sending a stream without rtsp negotiation (i.e.
without rtsp server) to certain ports
env | See Outbound::env |
fifo | See Outbound::fifo |
ctx | See Outbound::ctx |