mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
rtsp: route original absolute timestamp of packets (#1300) (#4378)
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled
Some checks failed
code_lint / golangci_lint (push) Has been cancelled
code_lint / mod_tidy (push) Has been cancelled
code_lint / api_docs (push) Has been cancelled
code_test / test_64 (push) Has been cancelled
code_test / test_32 (push) Has been cancelled
code_test / test_highlevel (push) Has been cancelled
This commit is contained in:
parent
4bbedc4955
commit
8b98c02903
10 changed files with 168 additions and 60 deletions
|
|
@ -75,10 +75,10 @@ func (s *Source) Run(params defs.StaticSourceRunParams) error {
|
|||
return rres.Err
|
||||
}
|
||||
|
||||
stream = rres.Stream
|
||||
|
||||
defer s.Parent.SetNotReady(defs.PathSourceStaticSetNotReadyReq{})
|
||||
|
||||
stream = rres.Stream
|
||||
|
||||
client.StartReading()
|
||||
|
||||
return client.Wait(params.Context)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue