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

support hls ingest, fix the bugs.

This commit is contained in:
winlin 2015-04-20 18:31:45 +08:00
parent 2239e9f1fd
commit ba6736839b
3 changed files with 234 additions and 80 deletions

View file

@ -309,6 +309,13 @@ public:
* @return the stream number for audio/video; otherwise, -1.
*/
virtual int stream_number();
public:
/**
* detach the ts message,
* for user maybe need to parse the message by queue.
* @remark we always use the payload of original message.
*/
virtual SrsTsMessage* detach();
};
/**