[FFmpeg-trac] #5329(ffplay:new): Unable to play Multiple Streams with FFPLAY

FFmpeg trac at avcodec.org
Fri Mar 11 14:51:16 CET 2016


#5329: Unable to play Multiple Streams with FFPLAY
-------------------------------------+-------------------------------------
             Reporter:               |                     Type:
  bilalahmed54                       |  enhancement
               Status:  new          |                 Priority:  important
            Component:  ffplay       |                  Version:
             Keywords:               |  unspecified
             Blocking:               |               Blocked By:
Analyzed by developer:  0            |  Reproduced by developer:  0
-------------------------------------+-------------------------------------
 I am trying to play live stream coming from the server with RTSP URL. A
 sample RTSP URL is given below:


 {{{
 rtsp://username:password@machine_ip/42331536059e9f21
 }}}


 Actually, this stream is the call between two participants (caller &
 called). But when I play this URL with FFPLAY, I get just one
 stream(called) while I should get both streams (caller and called). I am
 using the following command:

 {{{

 ffplay rtsp://username:password@machine_ip/42331536059e9f21
 }}}

 Does FFPLAY supports playing multiple audio streams at the same time? Do I
 need to specify some parameters in the command above?

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


More information about the FFmpeg-trac mailing list