video - ffmpeg streaming incompatible with output codec id and incorect codec parameters -
Trying to stream with ffmpeg in a local RTMP server, my command is in this way < Pre> [flv @ 00000000003ac0c0] Tag [3] [0] [0] [0] / 0x00000003 Incompatible Output Codec ID '86016' ([0] [0] [0] [0]) and Can not write header for output file # 0 (wrong codec parameters?): Input Process at Ng had time available D data What I codec'm missing? ffmpeg build: ffmpeg-20140214 x64 window only a handful of FLV / RTMP Supports full codecs If your source does not support these formats, then you have to transcode it. Video: Audio: ffmpeg -re -i http://127.0.0.1:8902 -c Copy-F flv "rtmp: //192.168.0.101/live/livestream live = 1" < P> But this gives me some errors
Comments
Post a Comment