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> 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

[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:

  • H.263
  • Screen Video
  • Odi 2 VP6
  • AVC (H.264)

    Audio:

    • PCM
    • ADPCM
    • MP3
    • Speaks

Comments

Popular posts from this blog

c - Mpirun hangs when mpi send and recieve is put in a loop -

python - Apply coupon to a customer's subscription based on non-stripe related actions on the site -

java - Unable to get JDBC connection in Spring application to MySQL -