mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #512, write audio frame by frame for video+audio hls.
This commit is contained in:
parent
e08beba89e
commit
3683f06e4d
6 changed files with 36 additions and 44 deletions
|
|
@ -1586,6 +1586,11 @@ public:
|
|||
* close the writer.
|
||||
*/
|
||||
virtual void close();
|
||||
public:
|
||||
/**
|
||||
* get the video codec of ts muxer.
|
||||
*/
|
||||
virtual SrsCodecVideo video_codec();
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue