We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x0 pc=0x155b620]
goroutine 35 [running]: m7s.live/engine/v4/track.(*Audio).ReadRing(0x16b2a60?) :1 m7s.live/engine/v4.(*PlayContext[...]).init(...) D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:85 m7s.live/engine/v4.(*Subscriber).AddTrack(0xc00017a300, {0x183eb78?, 0x0?}) D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:133 +0x1ad m7s.live/engine/v4.(*Subscriber).OnEvent(0xc00017a300, {0x175c820?, 0x0}) D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:116 +0x132 m7s.live/plugin/record/v4.(*Recorder).OnEvent(0xc00017a300?, {0x175c820?, 0x0?}) D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/subscriber.go:42 +0x105 m7s.live/plugin/record/v4.(*MP4Recorder).OnEvent(0xc00017a300, {0x175c820?, 0x0?}) D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/mp4.go:86 +0x58 m7s.live/plugin/record/v4.(*MP4Recorder).OnEvent(0xc00017a300, {0x16d1760?, 0xc000324970?}) D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/mp4.go:154 +0x825 m7s.live/engine/v4.(*Subscriber).PlayBlock.func3(0x1841d00?) D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:184 +0x2f m7s.live/engine/v4.(*Subscriber).PlayBlock(0xc00017a300, 0x0) D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:280 +0xd95 m7s.live/engine/v4.(*Subscriber).PlayRaw(...) D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:147 m7s.live/plugin/record/v4.(*Recorder).Start(0xc00017a300) D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/subscriber.go:19 +0x25 created by m7s.live/plugin/record/v4.(*MP4Recorder).OnEvent D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/mp4.go:138 +0x9c5
The text was updated successfully, but these errors were encountered:
有拉流的日志吗
Sorry, something went wrong.
No branches or pull requests
panic: runtime error: invalid memory address or nil pointer dereference
[signal 0xc0000005 code=0x0 addr=0x0 pc=0x155b620]
goroutine 35 [running]:
m7s.live/engine/v4/track.(*Audio).ReadRing(0x16b2a60?)
:1
m7s.live/engine/v4.(*PlayContext[...]).init(...)
D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:85
m7s.live/engine/v4.(*Subscriber).AddTrack(0xc00017a300, {0x183eb78?, 0x0?})
D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:133 +0x1ad
m7s.live/engine/v4.(*Subscriber).OnEvent(0xc00017a300, {0x175c820?, 0x0})
D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:116 +0x132
m7s.live/plugin/record/v4.(*Recorder).OnEvent(0xc00017a300?, {0x175c820?, 0x0?})
D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/subscriber.go:42 +0x105
m7s.live/plugin/record/v4.(*MP4Recorder).OnEvent(0xc00017a300, {0x175c820?, 0x0?})
D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/mp4.go:86 +0x58
m7s.live/plugin/record/v4.(*MP4Recorder).OnEvent(0xc00017a300, {0x16d1760?, 0xc000324970?})
D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/mp4.go:154 +0x825
m7s.live/engine/v4.(*Subscriber).PlayBlock.func3(0x1841d00?)
D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:184 +0x2f
m7s.live/engine/v4.(*Subscriber).PlayBlock(0xc00017a300, 0x0)
D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:280 +0xd95
m7s.live/engine/v4.(*Subscriber).PlayRaw(...)
D:/GoPrj/golangDeps/pkg/mod/m7s.live/engine/[email protected]/subscriber.go:147
m7s.live/plugin/record/v4.(*Recorder).Start(0xc00017a300)
D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/subscriber.go:19 +0x25
created by m7s.live/plugin/record/v4.(*MP4Recorder).OnEvent
D:/GoPrj/golangDeps/pkg/mod/m7s.live/plugin/record/[email protected]/mp4.go:138 +0x9c5
The text was updated successfully, but these errors were encountered: