Skip to content

Commit

Permalink
fix camera #83
Browse files Browse the repository at this point in the history
  • Loading branch information
deepch committed Feb 10, 2022
1 parent efeaa18 commit b1d9030
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module github.com/deepch/RTSPtoWeb
go 1.16

require (
github.com/deepch/vdk v0.0.0-20220208123008-6ba34dc2bf0c
github.com/deepch/vdk v0.0.0-20220210205025-4054700600bf
github.com/gin-gonic/autotls v0.0.3
github.com/gin-gonic/gin v1.7.7
github.com/go-playground/validator/v10 v10.10.0 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ github.com/deepch/vdk v0.0.0-20220208043843-5dcd145cf875 h1:eVakNNV3dVow9FFv/M63
github.com/deepch/vdk v0.0.0-20220208043843-5dcd145cf875/go.mod h1:bZpGRyu6rdPHp17ck2/34Ae0LTBzyDQl9bkxtIK3qII=
github.com/deepch/vdk v0.0.0-20220208123008-6ba34dc2bf0c h1:ZToA0Fq+3Tv5r30Cc/qc/gO2hwUGWlUouBHg9RN4/ZA=
github.com/deepch/vdk v0.0.0-20220208123008-6ba34dc2bf0c/go.mod h1:bZpGRyu6rdPHp17ck2/34Ae0LTBzyDQl9bkxtIK3qII=
github.com/deepch/vdk v0.0.0-20220210205025-4054700600bf h1:w0GXbCCdxwXeeBXTXUJ34Bjt2O8JCcqwrGyqQmZhirM=
github.com/deepch/vdk v0.0.0-20220210205025-4054700600bf/go.mod h1:bZpGRyu6rdPHp17ck2/34Ae0LTBzyDQl9bkxtIK3qII=
github.com/fsnotify/fsnotify v1.4.7/go.mod h1:jwhsz4b93w/PPRr/qN1Yymfu8t87LnFCMoQvtojpjFo=
github.com/fsnotify/fsnotify v1.4.9/go.mod h1:znqG4EE+3YCdAaPaxE2ZRY/06pZUdp0tY4IgpuI1SZQ=
github.com/gin-contrib/sse v0.1.0 h1:Y/yl/+YNO8GZSjAhjMsSuLt29uWRFHdHYUb5lYOV9qE=
Expand Down
1 change: 0 additions & 1 deletion streamCore.go
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ func StreamServerRunStream(streamID string, channelID string, opt *ChannelST) (i
case packetRTP := <-RTSPClient.OutgoingProxyQueue:
Storage.StreamChannelCastProxy(streamID, channelID, packetRTP)
case packetAV := <-RTSPClient.OutgoingPacketQueue:

if WaitCodec {
continue
}
Expand Down

0 comments on commit b1d9030

Please sign in to comment.