FTKuhnsman / go-livepeer-b79

MIT License
1 stars 0 forks source link

error running transcoder #1

Open FranckUltima opened 2 years ago

FranckUltima commented 2 years ago

livepeer in transcoder mode can't start with this error :

ERROR: encoder.c:220] Unable to open video filter : Invalid argument ERROR: transcoder.c:203] Unable to open output : Invalid argument E0407 13:30:12.168601 143909 ffmpeg.go:609] Transcoder Return : Invalid argument I0407 13:30:12.214563 143909 transcoder.go:159] Required capability "H.264" is not supported on device 0, see other error messages for details WARNING: decoder.c:249] Nvidia decoder not found; defaulting to software No such filter: 'scale_cuda' ERROR: filter.c:107] Unable to parse video filters desc : Invalid argument ERROR: encoder.c:220] Unable to open video filter : Invalid argument ERROR: transcoder.c:203] Unable to open output : Invalid argument

restarting transcoder with the official livepeer release fix the problem.

Ubuntu 20.04 LTS with GTX 1080TI

FTKuhnsman commented 2 years ago

For some reason (unknown to me) you cannot run a transcoder using the modified livepeer executable. So you need to run a standalone orchestrator with the b79 version, then run standalone Ts using the official livepeer executable.