Skip to content

Commit

Permalink
修复gb无法获取通道的问题
Browse files Browse the repository at this point in the history
  • Loading branch information
langhuihui committed Mar 1, 2023
1 parent 33875ec commit b9e74c1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,11 @@ debug.go
dist/
record/
config2.yaml
config1.yaml
config1.yaml
monibuca_linux
ps
ps2
ps3
devices.json
dump
.DS_Store
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2
m7s.live/plugin/edge/v4 v4.0.4
m7s.live/plugin/fmp4/v4 v4.0.0
m7s.live/plugin/gb28181/v4 v4.2.7
m7s.live/plugin/gb28181/v4 v4.2.8
m7s.live/plugin/hdl/v4 v4.1.1
m7s.live/plugin/hls/v4 v4.1.6
m7s.live/plugin/hook/v4 v4.0.1
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -354,8 +354,8 @@ m7s.live/plugin/edge/v4 v4.0.4 h1:NvvYeAbpA1/Vg8dx5e4as/o+PbSCiSI2xoRkKOXBjhI=
m7s.live/plugin/edge/v4 v4.0.4/go.mod h1:AWeJV1Nu2UWsEdlcCATlQW+bz6Pz/3A11AZG9Z4hIc0=
m7s.live/plugin/fmp4/v4 v4.0.0 h1:ZbhkGCxxv3zVZB8+9oULBX36RXUImBxCrpyYTxaIncY=
m7s.live/plugin/fmp4/v4 v4.0.0/go.mod h1:9/DlkfpXuBtZziwARFHZogLRnT+vjXPbO5eTrbGkY+8=
m7s.live/plugin/gb28181/v4 v4.2.7 h1:kzq5CRQq4Cv9vFG6s7TUkG7A4wNXtDaa1pcSHR6afMU=
m7s.live/plugin/gb28181/v4 v4.2.7/go.mod h1:B5RDyhiuKYyQG1KCiMUGE0cP3uTbWdEgpEf8jBEuXgo=
m7s.live/plugin/gb28181/v4 v4.2.8 h1:sN0ZqjC8fB9JtfQCHv1QyDFpXRdbe8/uOZq8wRazJJE=
m7s.live/plugin/gb28181/v4 v4.2.8/go.mod h1:B5RDyhiuKYyQG1KCiMUGE0cP3uTbWdEgpEf8jBEuXgo=
m7s.live/plugin/hdl/v4 v4.1.1 h1:SKUoLaYXkOlsnNGegbtnEwnqgUjwN42G413xCAQ41O4=
m7s.live/plugin/hdl/v4 v4.1.1/go.mod h1:0IPz6x18trQf0YaGsHOmxAgdfJfVqyiYKT+OQwJ0gFQ=
m7s.live/plugin/hls/v4 v4.1.6 h1:Dwaryl3jFRvQ9xTDA2Rp1iOJrkKzn5bgLAQgR2jC2PE=
Expand Down

0 comments on commit b9e74c1

Please sign in to comment.