Opened 8 years ago

Closed 8 years ago

#5329 closed enhancement (needs_more_info)

Unable to play Multiple Streams with FFPLAY

Reported by: Bilal Ahmed Yaseen Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: rtsp
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

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?

Change History (3)

comment:1 by Carl Eugen Hoyos, 8 years ago

Component: ffplayundetermined
Keywords: rtsp added
Priority: importantnormal

Do you want to report a bug using FFmpeg? If yes please provide a command line that allows to reproduce the issue together with the complete, uncut console output to make this a valid ticket.
If you have questions about how to use FFmpeg, please send an email to the user mailing list.

comment:2 by Marton Balint, 8 years ago

FFplay has currently no support for playing two audio streams simultaneously.

comment:3 by Carl Eugen Hoyos, 8 years ago

Resolution: needs_more_info
Status: newclosed

Imo, this ticket needs more information: I believe it is possible to play two (and more) audio streams simultaneously with FFplay.

Note: See TracTickets for help on using tickets.