mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #250, decode the PAT of PSI ts packet.
This commit is contained in:
parent
51aecb8fde
commit
52b62918d9
5 changed files with 394 additions and 9 deletions
|
@ -34,6 +34,7 @@ class sockaddr_in;
|
|||
#include <string>
|
||||
|
||||
class SrsStream;
|
||||
class SrsTsContext;
|
||||
class SrsConfDirective;
|
||||
|
||||
#ifdef SRS_AUTO_STREAM_CASTER
|
||||
|
@ -45,6 +46,7 @@ class SrsMpegtsOverUdp
|
|||
{
|
||||
private:
|
||||
SrsStream* stream;
|
||||
SrsTsContext* context;
|
||||
std::string output;
|
||||
public:
|
||||
SrsMpegtsOverUdp(SrsConfDirective* c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue