mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
For #299, add dash files.
This commit is contained in:
parent
7fd221ef63
commit
5e419c66f8
17 changed files with 354 additions and 123 deletions
|
@ -260,7 +260,7 @@ private:
|
|||
string path;
|
||||
};
|
||||
|
||||
SrsHds::SrsHds(SrsSource *s)
|
||||
SrsHds::SrsHds()
|
||||
: currentSegment(NULL)
|
||||
, fragment_index(1)
|
||||
, video_sh(NULL)
|
||||
|
@ -273,7 +273,6 @@ SrsHds::SrsHds(SrsSource *s)
|
|||
|
||||
SrsHds::~SrsHds()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
int SrsHds::on_publish(SrsRequest *req)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue