Valkka  1.6.1
OpenSource Video Management
Public Member Functions | Public Attributes | List of all members
SDPOutbound Class Reference

Sending a stream without rtsp negotiation (i.e. More...

#include <livethread.h>

Inheritance diagram for SDPOutbound:
Inheritance graph
[legend]
Collaboration diagram for SDPOutbound:
Collaboration graph
[legend]

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
LiveOutboundContextctx
 Identifies the connection type, stream address, etc. See LiveOutboundContext.
 
UsageEnvironment & env
 Identifies the live555 event loop.
 
FrameFifofifo
 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.
 

Detailed Description

Sending a stream without rtsp negotiation (i.e.

without rtsp server) to certain ports

Parameters
envSee Outbound::env
fifoSee Outbound::fifo
ctxSee Outbound::ctx

The documentation for this class was generated from the following files: