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
|
@ -309,6 +309,10 @@ public:
|
|||
virtual bool is_segment_absolutely_overflow();
|
||||
public:
|
||||
virtual int update_acodec(SrsCodecAudio ac);
|
||||
/**
|
||||
* whether current hls muxer is pure audio mode.
|
||||
*/
|
||||
virtual bool pure_audio();
|
||||
virtual int flush_audio(SrsTsCache* cache);
|
||||
virtual int flush_video(SrsTsCache* cache);
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue