|
Valkka
0.17.0
OpenSource Video Management
|
Sending a stream using the on-demand rtsp server. More...
#include <livethread.h>


Public Member Functions | |
| RTSPOutbound (UsageEnvironment &env, RTSPServer &server, 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 | |
| ServerMediaSession * | media_session |
| std::vector< ValkkaServerMediaSubsession * > | media_subsessions |
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. | |
Protected Attributes | |
| RTSPServer & | server |
| Reference to the RTSPServer instance. | |
Protected Attributes inherited from Outbound | |
| bool | setup_ok |
| bool | at_setup |
| Flags used by Outbound::handleFrame. | |
Sending a stream using the on-demand rtsp server.
| env | See Outbound::env |
| fifo | See Outbound::fifo |
| ctx | See Outbound::ctx |
1.8.13