mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
edge support play and ingest origin stream. change to 0.9.77
This commit is contained in:
parent
acba4cfdc6
commit
2bcaeccc51
17 changed files with 406 additions and 59 deletions
|
@ -1470,10 +1470,10 @@ void SrsHls::hls_mux()
|
|||
{
|
||||
// reportable
|
||||
if (pithy_print->can_print()) {
|
||||
srs_trace("-> time=%"PRId64"", pithy_print->get_age());
|
||||
srs_trace("-> time=%"PRId64"", pithy_print->age());
|
||||
}
|
||||
|
||||
pithy_print->elapse(sample->cts);
|
||||
pithy_print->elapse();
|
||||
}
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue