With ffmpeg you can broadcast live without the need for video card. I showed this in this tutorial. Code Template : ffmpeg -i "YOUR M3U8 LINK" -map 0:0 -acodec copy -vcodec copy -f flv rtmp://a.rtmp.youtube.com/live2/YOUR STREAM KEY
None