mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-20 02:00:05 -08:00
build(deps): bump github.com/bluenviron/gohlslib/v2 from 2.2.1 to 2.2.2 (#4763)
Bumps [github.com/bluenviron/gohlslib/v2](https://github.com/bluenviron/gohlslib) from 2.2.1 to 2.2.2. - [Commits](https://github.com/bluenviron/gohlslib/compare/v2.2.1...v2.2.2) --- updated-dependencies: - dependency-name: github.com/bluenviron/gohlslib/v2 dependency-version: 2.2.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
333c4d4c3c
commit
d0a97e47ff
13 changed files with 31 additions and 31 deletions
|
|
@ -70,7 +70,7 @@ func (s *Source) Run(params defs.StaticSourceRunParams) error {
|
|||
|
||||
func (s *Source) runReader(sconn srt.Conn) error {
|
||||
sconn.SetReadDeadline(time.Now().Add(time.Duration(s.ReadTimeout)))
|
||||
r := &mcmpegts.Reader{R: mcmpegts.NewBufferedReader(sconn)}
|
||||
r := &mcmpegts.Reader{R: sconn}
|
||||
err := r.Initialize()
|
||||
if err != nil {
|
||||
return err
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue