1
0
Fork 0
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:
winlin 2015-01-27 16:25:46 +08:00
parent 51aecb8fde
commit 52b62918d9
5 changed files with 394 additions and 9 deletions

View file

@ -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);