C
castaway
Guest
I found a hack for restreaming live from youtube
if you don't have youtube-dl on the server install it:
Remember, you must enclose command with backticks, else will not work,
I tested this and playing for half an hour ago. But i think still needs testing.
if you don't have youtube-dl on the server install it:
Code:
wget https://yt-dl.org/downloads/latest/youtube-dl -O /usr/local/bin/youtube-dl
chmod a+rx /usr/local/bin/youtube-dl
Remember, you must enclose command with backticks, else will not work,
I tested this and playing for half an hour ago. But i think still needs testing.
Last edited by a moderator: