|
MythTV master
|
#include <chrono>#include <thread>#include "hlsstreamhandler.h"#include "libmythbase/mythlogging.h"#include "recorders/HLS/HLSReader.h"Go to the source code of this file.
Macros | |
| #define | LOC QString("HLSSH[%1](%2): ").arg(m_inputId).arg(m_device) |
| -*- Mode: c++ -*- HLSStreamHandler Copyright (c) 2013 Bubblestuff Pty Ltd based on IPTVStreamHandler Distributed as part of MythTV under GPL v2 and later. More... | |
Variables | |
| static constexpr qint64 | TS_SIZE { 188 } |
| static constexpr qint64 | BUFFER_SIZE { 2048 * TS_SIZE } |
| #define LOC QString("HLSSH[%1](%2): ").arg(m_inputId).arg(m_device) |
-*- Mode: c++ -*- HLSStreamHandler Copyright (c) 2013 Bubblestuff Pty Ltd based on IPTVStreamHandler Distributed as part of MythTV under GPL v2 and later.
Definition at line 16 of file hlsstreamhandler.cpp.
|
staticconstexpr |
Definition at line 20 of file hlsstreamhandler.cpp.
Referenced by HLSStreamHandler::HLSStreamHandler(), ArchiveRemoteAVFormatContext::Open(), RemoteAVFormatContext::Open(), and HLSStreamHandler::run().
|
staticconstexpr |
Definition at line 19 of file hlsstreamhandler.cpp.
Referenced by check_stream_type(), do_scan(), find_pids_pos(), init_replex(), replex_fill_buffers(), replex_tsp(), write_ac3_ts(), write_audio_ts(), write_ts_patpmt(), and write_video_ts().