This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # only tested with mp3s and mp4s. | |
| # code -stolen- taken from https://github.com/foxtacles/youtube-live-radio/blob/master/stream.sh | |
| # "VIDEO.mp4" is where your video filename goes | |
| # "MUSICFOLDER" is where your folder name goes for all your mp3s | |
| # "YOUTUBEKEY" is where your stream key goes | |
| # 960x720@30 | |
| #!/bin/bash |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # "FILENAME.mp4" is where your video filename goes | |
| # "FOLDERNAME" is where your folder name goes for all your mp3s | |
| # "STREAMKEYHLS" is where your stream key goes | |
| # | |
| # uses HLS instead of RTMP | |
| # | |
| # 960x720@30 | |
| #!/bin/bash |