Youtube-live / start.sh
Snapspark's picture
Create start.sh
57c4b9e verified
Raw
History Blame Contribute Delete
130 Bytes
#!/bin/bash
ffmpeg -re \
-stream_loop -1 \
-i ns400.mp4 \
-i voice.mp3 \
-c:v libx264 \
-c:a aac \
-f flv \
YOUR_YOUTUBE_RTMP_URL