14
Aug
Requirement: Youtube channel Youtube stream key Node Steps to get youtube stream key 1) Go to youtube and click on Go Live as shown in the image below: 2) Copy the stream key. We need to use this in our project. Steps to create a node project. 1) Create a folder and open it in terminal. Run the following commands. npm init npm install --save @ffmpeg-installer/ffmpeg 2) Open the code in an editor. Create a file...
Read More