[FFmpeg-trac] #6615(undetermined:new): ffplay prompeg playback

FFmpeg trac at avcodec.org
Fri Aug 25 13:04:33 EEST 2017


#6615: ffplay prompeg playback
-------------------------------------+-------------------------------------
             Reporter:  cy91244      |                     Type:  task
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
  prompeg,ffplay                     |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary:
 I was trying to do a multicast RTP stream with prompeg.
 Here is the command:
 {{{
 ffmpeg -re -i original30fps.mp4 \
 -vcodec libx264 \
 -profile:v main \
 -preset faster \
 -tune zerolatency \
 -b:v 3000k \
 -g 48 -refs 1 \
 -me_method epzs -me_range 16 \
 -intra-refresh 1 \
 -f rtp_mpegts -strict -2 \
 -fec prompeg=l=10:d=10 \
 rtp://233.0.41.102:20000
 }}}

 I would like to play the stream with ffplay.
 Here is the command:
 {{{
 ffplay -fec prompeg=l=10:d=10 rtp://233.0.41.102:20000
 }}}

 it would generate the output "Option fec not found".

 The command without option prompeg or fec worked fine,
 but I doubt it only receive original RTP stream without the two fec
 stream.
 {{{
 ffplay rtp://233.0.41.102:20000
 }}}

 How can I play the prompeg stream with ffplay?
 The documentation seems does not have the example command for ffplay.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/6615>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list