Something like the following code does not work:

".\ffplay.exe" -f lavfi "movie=rtsp://LOGIN:PASS@IP-ADDRES:PORT/channel=11[a];movie=rtsp://LOGIN:PASS@IP-ADDRES:PORT/channel=1[b];[a][b]hstack" 

Wherein

  ".\ffplay.exe" "rtsp://LOGIN:PASS@IP-ADDRES:PORT/channel=1" 

works great
What am I doing wrong?
The first error looks like this:

  Invalid chars '@IP-ADDRES' at the end of expression 'PASS@IP-ADDRES' 
  • Case for colons, replaced them with% 3A. Now Failed to avformat_open_input 'rtsp' . How can I output multiple rtsp streams via ffplay? Obviously, this way the screen did not work. Reverse slash is also not suitable, as well as the ^ sign. - Vasily Pupkin

0