|
MythTV master
|
#include <sys/time.h>#include <unistd.h>#include <QtGlobal>#include <QRegularExpression>#include <QStringConverter>#include "libmythbase/mythconfig.h"#include "libmythbase/mythlogging.h"#include "HLSReader.h"#include "HLS/m3u.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("HLSReader[%1]: ").arg(m_inputId) |
Functions | |
| static QUrl | RelativeURI (const QString &baseString, const QString &uriString) |
| Handles relative URLs without breaking URI encoded parameters by avoiding storing the decoded URL in a QString. More... | |
| #define LOC QString("HLSReader[%1]: ").arg(m_inputId) |
Definition at line 16 of file HLSReader.cpp.
|
static |
Handles relative URLs without breaking URI encoded parameters by avoiding storing the decoded URL in a QString.
It replaces M3U::RelativeURI("", M3U::DecodedURI(your segment URL here));
Definition at line 23 of file HLSReader.cpp.
Referenced by HLSReader::ParseM3U8().