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
./ffmpeg -i udp://224.0.1.5:5005 -c:v libx264 -preset ultrafast -c:a aac -b:a 128k -f flv rtmp://192.168.1.10:1935/remote/dMzcjMp7SSaS9seOqP8BGNJumbnhfPRlcxao94xfQ8WQhRQI 持续从 udp://224.0.1.5:5005 接收视频流 。 6分钟以后报这个 ::: WARN[2022-08-17T07:20:03Z] avc end sequence WARN[2022-08-17T07:37:02Z] hls SendPacket panic: runtime error: invalid memory address or nil pointer dereference panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x28e0e0]
goroutine 47 [running]: github.com/gwuhaolin/livego/protocol/httpflv.(*FLVWriter).SendPacket(0xca22a0) C:/Users/13349/Desktop/livego-0.0.15/protocol/httpflv/writer.go:151 +0x204 github.com/gwuhaolin/livego/protocol/httpflv.NewFLVWriter.func1() C:/Users/13349/Desktop/livego-0.0.15/protocol/httpflv/writer.go:55 +0x20 created by github.com/gwuhaolin/livego/protocol/httpflv.NewFLVWriter in goroutine 45 C:/Users/13349/Desktop/livego-0.0.15/protocol/httpflv/writer.go:54 +0x440 推流完全失败,,得重新启动 livego才可以正常使用 ?????
The text was updated successfully, but these errors were encountered:
No branches or pull requests
./ffmpeg -i udp://224.0.1.5:5005 -c:v libx264 -preset ultrafast -c:a aac -b:a 128k -f flv rtmp://192.168.1.10:1935/remote/dMzcjMp7SSaS9seOqP8BGNJumbnhfPRlcxao94xfQ8WQhRQI 持续从 udp://224.0.1.5:5005 接收视频流 。 6分钟以后报这个 ::: WARN[2022-08-17T07:20:03Z] avc end sequence WARN[2022-08-17T07:37:02Z] hls SendPacket panic: runtime error: invalid memory address or nil pointer dereference
panic: runtime error: invalid memory address or nil pointer dereference
[signal SIGSEGV: segmentation violation code=0x1 addr=0x10 pc=0x28e0e0]
goroutine 47 [running]:
github.com/gwuhaolin/livego/protocol/httpflv.(*FLVWriter).SendPacket(0xca22a0)
C:/Users/13349/Desktop/livego-0.0.15/protocol/httpflv/writer.go:151 +0x204
github.com/gwuhaolin/livego/protocol/httpflv.NewFLVWriter.func1()
C:/Users/13349/Desktop/livego-0.0.15/protocol/httpflv/writer.go:55 +0x20
created by github.com/gwuhaolin/livego/protocol/httpflv.NewFLVWriter in goroutine 45
C:/Users/13349/Desktop/livego-0.0.15/protocol/httpflv/writer.go:54 +0x440
推流完全失败,,得重新启动 livego才可以正常使用 ?????
The text was updated successfully, but these errors were encountered: