MythTV
master
|
#include <chrono>
#include <QRegularExpression>
#include <QString>
#include <QStringList>
#include <QTcpSocket>
#include <QUrl>
#include <QVector>
#include "satiprtsp.h"
#include "mythlogging.h"
#include "mythsocket.h"
#include "rtppacketbuffer.h"
#include "udppacketbuffer.h"
#include "rtptsdatapacket.h"
#include "satipstreamhandler.h"
#include "rtcpdatapacket.h"
#include "satiprtcppacket.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("SatIPRTSP[%1]: ").arg(m_streamHandler->m_inputId) |
-*- Mode: c++ -*- More... | |
#define | LOC2 QString("SatIPRTSP[%1](%2): ").arg(m_streamHandler->m_inputId).arg(m_requestUrl.toString()) |
#define | LOC_RH QString("SatIPRTSP[%1]: ").arg(m_parent->m_streamHandler->m_inputId) |
#define | LOC_RTCP QString("SatIPRTCP[%1]: ").arg(m_parent->m_streamHandler->m_inputId) |
#define | LOC_WH QString("SatIPRTSP[%1]: ").arg(m_streamHandler->m_inputId) |
Functions | |
static uint | SetUDPReceiveBufferSize (QUdpSocket *socket, uint rcvbuffersize) |
#define LOC QString("SatIPRTSP[%1]: ").arg(m_streamHandler->m_inputId) |
-*- Mode: c++ -*-
Definition at line 25 of file satiprtsp.cpp.
#define LOC2 QString("SatIPRTSP[%1](%2): ").arg(m_streamHandler->m_inputId).arg(m_requestUrl.toString()) |
Definition at line 26 of file satiprtsp.cpp.
#define LOC_RH QString("SatIPRTSP[%1]: ").arg(m_parent->m_streamHandler->m_inputId) |
Definition at line 419 of file satiprtsp.cpp.
#define LOC_RTCP QString("SatIPRTCP[%1]: ").arg(m_parent->m_streamHandler->m_inputId) |
Definition at line 458 of file satiprtsp.cpp.
#define LOC_WH QString("SatIPRTSP[%1]: ").arg(m_streamHandler->m_inputId) |
Definition at line 533 of file satiprtsp.cpp.
Definition at line 626 of file satiprtsp.cpp.
Referenced by SatIPRTSP::SatIPRTSP().