What Will I Learn?
- How to stream on Youtube with FFmpeg
Requirements
- FFmpeg
Difficulty
- Basic
Description
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
Video Tutorial
Curriculum
None
Posted on Utopian.io - Rewarding Open Source Contributors