MistServer
2.5.3-Pro-19-gf5e75b1 ( Generic_64)
|
#include <mist/defines.h>
#include <mist/auth.h>
#include <mist/base64.h>
#include <mist/stream.h>
#include "output_rtsp.h"
Namespaces | |
Mist | |
Recording to file. | |
Functions | |
void | Mist::sendTCP (void *socket, char *data, unsigned int len, unsigned int channel) |
Function used to send RTP packets over TCP. More... | |
void | Mist::sendUDP (void *socket, char *data, unsigned int len, unsigned int channel) |
Function used to send RTP packets over UDP. More... | |