Skip to content

Commit

Permalink
🐛 FIX: gb拉流信令拼接错误
Browse files Browse the repository at this point in the history
  • Loading branch information
langhuihui committed Sep 16, 2022
1 parent 0fd608a commit ca2f695
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 @@ -5,7 +5,7 @@ go 1.18
require (
m7s.live/engine/v4 v4.6.9
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2
m7s.live/plugin/gb28181/v4 v4.0.4
m7s.live/plugin/gb28181/v4 v4.0.5
m7s.live/plugin/hdl/v4 v4.0.0
m7s.live/plugin/hls/v4 v4.0.0
m7s.live/plugin/hook/v4 v4.0.0-20220510140048-d4f76fd1c415
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -506,8 +506,8 @@ m7s.live/engine/v4 v4.6.9 h1:mBqz150cABKm+AHfs4zHJ5YbvAP/p/BAzsc3kpjnOKY=
m7s.live/engine/v4 v4.6.9/go.mod h1:uzpGiVnIcuoXehpvqOj9iTVxnyf7RZQZ/Ikiwyjs01E=
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2 h1:0QWJvozTHy7m+G/lOIGiejQ9okFIDjwzVsgXe6ZaJg8=
m7s.live/plugin/debug/v4 v4.0.0-20220506113031-34f3a736ceb2/go.mod h1:A/C1ViacCOK7EPeeCfiwlUrC2TUtRdEqzrR0Yd9b1KQ=
m7s.live/plugin/gb28181/v4 v4.0.4 h1:xb196JITRy0OkeqLQIcLdRbn88ZmuuH+uFwgQ2cM1QA=
m7s.live/plugin/gb28181/v4 v4.0.4/go.mod h1:Tn34m/YLi7hLteNBbeRmFkwxy4Y/mmd9okdKMvdbmkY=
m7s.live/plugin/gb28181/v4 v4.0.5 h1:DSFDMesJL8vAEUCR4/ys/YYkIxKZ7owokZcClNO9+zs=
m7s.live/plugin/gb28181/v4 v4.0.5/go.mod h1:Tn34m/YLi7hLteNBbeRmFkwxy4Y/mmd9okdKMvdbmkY=
m7s.live/plugin/hdl/v4 v4.0.0 h1:w0eYl9dDTwGXTeJ0/hK392hDUQxCYJ4Jw3M0xWCLJHM=
m7s.live/plugin/hdl/v4 v4.0.0/go.mod h1:oYox1NW5lUlwWNuAqqmgY7csuP8Hyd8TlIGuF7DoxIk=
m7s.live/plugin/hls/v4 v4.0.0 h1:UspPoDWoAOgpimqsdLL6cm43PUA6PmhundwBlNziIiU=
Expand Down

0 comments on commit ca2f695

Please sign in to comment.