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:
parent
2239e9f1fd
commit
ba6736839b
3 changed files with 234 additions and 80 deletions
|
@ -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();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue