У вашего броузера проблема в совместимости с HTML5
Install FFmpeg.
sudo apt-get install ffmpeg
Note: The apt-add-repository command may not be installed in some cases. To install it run sudo apt-get install software-properties-common.
We gave the world permission to execute ffmpeg with:
sudo chmod -R 755 /usr/bin/ffmpeg
Broadcast youtube and facebook at the same time
rtmp {
server {
listen 1935;
chunk_size 4096;
application live {
live on;
record off;
exec /usr/bin/ffmpeg -i rtmp://localhost/live -c copy -f flv rtmp://localhost/recoded;
}
application recoded {
live on;
record off;
push rtmp://live-api.facebook.com:80/rtmp/YOURRTMPKEYHERE;
push rtmp://us-central.restream.io/live/YOURRTMPKEYHERE;
}
}
}
Para transmitir a Facebook al mismo Tiempo desde un vídeo de youtube