|
|
| H264Stream (UsageEnvironment &env, FrameFifo &fifo, const std::string adr, unsigned short int portnum, const unsigned char ttl=255) |
| |
| | Stream (UsageEnvironment &env, FrameFifo &fifo, const std::string adr, unsigned short int portnum, const unsigned char ttl=255) |
| | Default constructor. More...
|
| |
|
virtual | ~Stream () |
| | Default destructor.
|
| |
|
void | handleFrame (Frame *f) |
| |
|
void | startPlaying () |
| |
|
|
static void | afterPlaying (void *cdata) |
| |
|
UsageEnvironment & | env |
| | Identifies the live555 event loop.
|
| |
|
FrameFifo & | fifo |
| | Frames are read from here. This reference leads all the way down to LiveThread::fifo.
|
| |
|
RTPSink * | sink |
| | Live555 class: queries frames from terminal.
|
| |
|
RTCPInstance * | rtcp |
| |
|
Groupsock * | rtpGroupsock |
| |
|
Groupsock * | rtcpGroupsock |
| |
|
unsigned char | cname [101] |
| |
|
BufferSource * | buffer_source |
| | Reserved in the child classes (depends on the payload type)
|
| |
|
FramedSource * | terminal |
| | The final sink in the live555 filterchain.
|
| |
|
Boolean | source_alive |
| | A canary variable that tells us if live555 event loop has closed the buffer_source.
|
| |
The documentation for this class was generated from the following files:
- /home/sampsa/C/valkka/include/liveserver.h
- /home/sampsa/C/valkka/src/liveserver.cpp