MythTV
master
|
#include <vector>
#include <QHostAddress>
#include <QUdpSocket>
#include <QString>
#include <QMutex>
#include <QMap>
#include <QNetworkAccessManager>
#include "channelutil.h"
#include "streamhandler.h"
Go to the source code of this file.
Classes | |
class | IPTVStreamHandlerReadHelper |
class | IPTVStreamHandlerWriteHelper |
class | IPTVStreamHandler |
Variables | |
static constexpr size_t | IPTV_SOCKET_COUNT { 3 } |
static constexpr std::chrono::milliseconds | RTCP_TIMER { 10s } |
|
staticconstexpr |
Definition at line 19 of file iptvstreamhandler.h.
Referenced by IPTVStreamHandler::run().
|
staticconstexpr |
Definition at line 20 of file iptvstreamhandler.h.
Referenced by IPTVStreamHandlerWriteHelper::SendRTCPReport(), and IPTVStreamHandlerWriteHelper::StartRTCPRR().