MythTV
master
|
#include <chrono>
#include <QRegularExpression>
#include <QString>
#include <QStringList>
#include <QTcpSocket>
#include <QUrl>
#include <QVector>
#include "libmythbase/mythlogging.h"
#include "libmythbase/mythsocket.h"
#include "rtp/rtcpdatapacket.h"
#include "rtp/rtppacketbuffer.h"
#include "rtp/rtptsdatapacket.h"
#include "rtp/udppacketbuffer.h"
#include "satiprtcppacket.h"
#include "satiprtsp.h"
#include "satipstreamhandler.h"
Go to the source code of this file.
Macros | |
#define | LOC QString("SatIPRTSP[%1]: ").arg(m_inputId) |
-*- Mode: c++ -*- More... | |
#define | LOC2 QString("SatIPRTSP[%1](%2): ").arg(m_inputId).arg(m_requestUrl.toString()) |
#define LOC QString("SatIPRTSP[%1]: ").arg(m_inputId) |
-*- Mode: c++ -*-
Definition at line 30 of file satiprtsp.cpp.
#define LOC2 QString("SatIPRTSP[%1](%2): ").arg(m_inputId).arg(m_requestUrl.toString()) |
Definition at line 31 of file satiprtsp.cpp.