SINTAK FFMPEG LIVE FACEBOOK
Agar tidak lupa saja, buat catatan aja, berikut ini contoh sintak command ffmpeg buat live streaming IPTV ke Facebook LIVE, langsung saja yaaa
Sintak : ffmpeg -i <sumber iptv> -threads 1 -c:v libx264 -profile:v baseline -b:v 350K -s 1280x720 -f flv -c:a aac -ac 1 -strict -2 -b:a 56k "rtmps://live-api-s.facebook.com:443/rtmp/<streaming Key FB>"
Contoh isian :
<sumber iptv> : http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI4)/index.m3u8
<streaming Key FB> : FB-3248579252027408-0-Abwzg64fGdx0Z4hm
Menjadi seperti ini : ffmpeg -i "http://ott.tvri.co.id/Content/HLS/Live/Channel(TVRI4)/index.m3u8" -threads 1 -c:v libx264 -profile:v baseline -b:v 350K -s 1280x720 -f flv -c:a aac -ac 1 -strict -2 -b:a 56k "rtmps://live-api-s.facebook.com:443/rtmp/FB-3248579252027408-0-Abwzg64fGdx0Z4hm"
Semoga bermanfaat
Hasilnya seperti dibawah ini :
Previous article
Next article
0 Response to "SINTAK FFMPEG LIVE FACEBOOK"
Posting Komentar