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:
dependabot[bot] 2025-07-21 09:55:10 +02:00 committed by GitHub
parent 333c4d4c3c
commit d0a97e47ff
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
13 changed files with 31 additions and 31 deletions

View file

@ -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