deepch / RTSPtoWeb

RTSP Stream to WebBrowser
MIT License
1.17k stars 284 forks source link

panic: runtime error: slice bounds out of range [52:48] #393

Open xsxs89757 opened 8 months ago

xsxs89757 commented 8 months ago

panic: runtime error: slice bounds out of range [52:48]

goroutine 40 [running]: github.com/deepch/vdk/format/rtspv2.(RTSPClient).RTPDemuxer(0xc0004c8000, 0xc000486030?) /Users/wanglei/go/pkg/mod/github.com/deepch/vdk@v0.0.20/format/rtspv2/client.go:614 +0x1fe9 github.com/deepch/vdk/format/rtspv2.(RTSPClient).startStream(0xc0004c8000) /Users/wanglei/go/pkg/mod/github.com/deepch/vdk@v0.0.20/format/rtspv2/client.go:311 +0x54d created by github.com/deepch/vdk/format/rtspv2.Dial /Users/wanglei/go/pkg/mod/github.com/deepch/vdk@v0.0.20/format/rtspv2/client.go:240 +0xaaa exit status 2

wike2019 commented 6 months ago

我也遇到了