[FFmpeg-user] Transcode TVheadend stream (mpegts )

hans gerte hansoggerte at gmail.com
Tue Jul 17 10:59:08 EEST 2018


Hi, i have a TVheadend server with dvb tuners in, the streams work without
any problem on LAN, but when viewing the channels on-the-fly it drops
because of my internet connection.
and there trying to build a secondary ffmpeg server for transcoding. but i
cant get it to work,

Heres what im trying.:

ffmpeg -f mpegts -i
http://username:password@192.168.0.14:4445/stream/channelid/9 -deinterlace
-vcodec libx264 -vb 1000k -acodec libfacc -ar 48000 -ab 48k -f flv rtmp://
192.168.0.58:1935/test

Input is the tvheadend server, rtmp is the ffmpeg server where the input
will be restream from


it then gives these error:
Unknown encoder 'libfacc'


More information about the ffmpeg-user mailing list