1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

for #293, support http ts stream. 2.0.101

This commit is contained in:
winlin 2015-01-22 18:32:10 +08:00
parent dfe385d0c9
commit 2a05783d5c
7 changed files with 419 additions and 375 deletions

View file

@ -31,6 +31,8 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
#include <string>
class SrsTsCache;
class SrsTSMuxer;
class SrsFileWriter;
class SrsFileReader;
class SrsAvcAacCodec;
@ -46,6 +48,8 @@ private:
private:
SrsAvcAacCodec* codec;
SrsCodecSample* sample;
SrsTsCache* cache;
SrsTSMuxer* muxer;
public:
SrsTsEncoder();
virtual ~SrsTsEncoder();