Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
5.15.14, 5.15.15, 6.5, 6.6.2, 6.7.0 RC
-
-
2024wk04FOQtforAndroid
Description
Playing a RTSP stream does not work, but results an error.
E MediaPlayerNative: error (1, -2147483648)
E MediaPlayer: Error (1,-2147483648)
To reproduce, please:
- Download the attached example project.
- Create a RTSP stream with VLC
- vlc <video_file> --sout="#rtp{sdp=rtsp://:8090/stream}"
- Enter the created stream as url in the example.
- "rtsp://<ip_address>:8090/stream"