mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
replace the placeholder of ts url in m3u8 (#2549)
This commit is contained in:
parent
b874d9c9ba
commit
93cd025e2a
2 changed files with 19 additions and 6 deletions
|
@ -57,6 +57,8 @@ public:
|
|||
virtual ~SrsHlsSegment();
|
||||
public:
|
||||
void config_cipher(unsigned char* key,unsigned char* iv);
|
||||
// replace the placeholder
|
||||
virtual srs_error_t rename();
|
||||
};
|
||||
|
||||
// The hls async call: on_hls
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue