mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
for #340, refine ts prefix code.
This commit is contained in:
parent
10da182853
commit
5969f72354
5 changed files with 22 additions and 5 deletions
|
@ -208,7 +208,7 @@ public:
|
|||
/**
|
||||
* when publish, update the config for muxer.
|
||||
*/
|
||||
virtual int update_config(SrsRequest* r, std::string _entry_prefix, std::string path, int fragment, int window);
|
||||
virtual int update_config(SrsRequest* r, std::string hls_entry_prefix, std::string path, int fragment, int window);
|
||||
/**
|
||||
* open a new segment(a new ts file),
|
||||
* @param segment_start_dts use to calc the segment duration,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue