Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 892 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 892 Bytes

bmdStreamingScripts

Scripts for streaming from a Blackmagic DeckLink card to YouTube Live

These are some scripts I use for streaming to YouTube with a Blackmagic DeckLink SDI capture card. They have been tested with Ubuntu Server 13.10. Many thanks to lu-zero for his bmdtools and to revmischa for his build-video-server gist.

After installing Ubuntu, edit /etc/ld.so.conf by adding /usr/local/lib at the end and run 'sudo ldconfig'. Then install the necessary software by running installScript.sh and copy encodeScript.sh to the bmdtools directory.

Usage

From the bmdtools directory: ./encodeScript.sh youtube-stream-name

Please let me know if these are useful for you or if there's anything I should change. Thanks!