Livepool-io / transcoder

Livepool transcoder releases
18 stars 5 forks source link

Transcoder stopped on error #3

Open sfahadshahzad opened 3 years ago

sfahadshahzad commented 3 years ago

Hi,

I am running the transcoder on windows 10 using Nvidia Quadro K2000 and my transcoder stopped on below mentioned errors.

[tcp @ 000000000c6a1b40] Connection to tcp://104.45.20.161:8935 failed: Error number -138 occurred demuxer: Unable to open input Freeing input based on OPEN INPUT error E1023 01:52:47.555952 13600 ffmpeg.go:352] Transcoder Return : panic: runtime error: invalid memory address or nil pointer dereference [signal 0xc0000005 code=0x0 addr=0x18 pc=0xe829a6]

goroutine 850 [running]: github.com/livepeer/go-livepeer/core.resToTranscodeData(0x0, 0xc000292480, 0x5, 0x5, 0x5, 0x0, 0x0) D:/a/go-livepool/go-livepool/core/transcoder.go:147 +0x46 github.com/livepeer/go-livepeer/core.(NvidiaTranscoder).Transcode(0xc000004840, 0xc0000b6080, 0x2, 0x1, 0x1) D:/a/go-livepool/go-livepool/core/transcoder.go:81 +0x17e github.com/livepeer/go-livepeer/core.(transcoderSession).loop(0xc00032a300) D:/a/go-livepool/go-livepool/core/lb.go:180 +0x19f github.com/livepeer/go-livepeer/core.(LoadBalancingTranscoder).createSession.func2(0xc00032a300, 0xc000418880) D:/a/go-livepool/go-livepool/core/lb.go:106 +0x32 created by github.com/livepeer/go-livepeer/core.(LoadBalancingTranscoder).createSession D:/a/go-livepool/go-livepool/core/lb.go:105 +0x5ac

Regards,

Fahad