简体   繁体   中英

How to Play Multiple Streams with FFPLAY at the Same Time using RTSP Url

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

Am I missing some parameters along with this command to fetch all streams.

It's actually the limitation of FFPLAY that it doesn't support multiple streams at the same time.

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

Here is the reference of this answer.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM