Добавить
Уведомления

| DIRECTO | League of Legends LAN | a Manquear |

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

12+
16 просмотров
год назад
12+
16 просмотров
год назад

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

, чтобы оставлять комментарии