ffplay playing rtsp media stream error Server returned 400 Bad request

The reason for the problem:

Play directly with the command line: ffplay rtsp://XXXXXXXXXXX An error similar to the title will appear.

==============================

Solution:

Modify the playback command: ffplay -i -rtsp_transport tcp “rtsp://XXXXXXXXXXXXXX”

Use the upload command to solve the problem, and the personal test is effective

Guess you like

Origin blog.csdn.net/BersonKing/article/details/104557153