Skip to content

Commit

Permalink
update mediamtx to allow for empty streamkey defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
MutsiMutsi committed Apr 23, 2024
1 parent a2bbd00 commit 81127e6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -121,4 +121,4 @@ replace github.com/pion/webrtc/v3 => github.com/aler9/webrtc/v3 v3.0.0-202311122

replace github.com/bluenviron/gohlslib => github.com/mutsimutsi/gohlslib v1.0.0

replace github.com/bluenviron/mediamtx => github.com/mutsimutsi/mediamtx v1.0.1
replace github.com/bluenviron/mediamtx => github.com/mutsimutsi/mediamtx v1.0.2
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,8 @@ github.com/modern-go/reflect2 v1.0.2 h1:xBagoLtFs94CBntxluKeaWgTMpvLxC4ur3nMaC9G
github.com/modern-go/reflect2 v1.0.2/go.mod h1:yWuevngMOJpCy52FWWMvUC8ws7m/LJsjYzDa0/r8luk=
github.com/mutsimutsi/gohlslib v1.0.0 h1:oaHlPg+/UqEd4O3lcaDbbMNO6DknA1g79mPuPYzkqSY=
github.com/mutsimutsi/gohlslib v1.0.0/go.mod h1:vDjQK7IjxswmCDZ3BiqOvSgPaG6nit+ArB2oHIYYlmQ=
github.com/mutsimutsi/mediamtx v1.0.1 h1:vlAOweeqW2ac7hROnw9n16TCoffurNyAKLcQ6OVZSq8=
github.com/mutsimutsi/mediamtx v1.0.1/go.mod h1:bTOjDi/jwN/0yukwyx44iIiPGbso19XIM8vNM88nC1Y=
github.com/mutsimutsi/mediamtx v1.0.2 h1:4K0WehWYQgLNlK2FyNeDSSnMfYQIRzQKsi+tYvvfijg=
github.com/mutsimutsi/mediamtx v1.0.2/go.mod h1:bTOjDi/jwN/0yukwyx44iIiPGbso19XIM8vNM88nC1Y=
github.com/nknorg/consequential v0.0.0-20190823093205-a45aff4a218a/go.mod h1:H7XeI/XOPpWVmqM+ScT75RLMn7jWnlZDwHRahSxNxo0=
github.com/nknorg/go-nat v1.0.1 h1:4dFK0oDyqkIE0it03Y4pMgBQpl1Y0mrYHEp+j/nZ910=
github.com/nknorg/go-nat v1.0.1/go.mod h1:dblX1Ac2j08rTUGs5CKCAfjHGN5eDFhbeqt2rccSP3Y=
Expand Down

0 comments on commit 81127e6

Please sign in to comment.