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:[email protected]: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' _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
