How to show RTSP/H264 live stream in QT-App developed for iOS and Android?
Unsolved
Mobile and Embedded
-
I need to show a live video stream from an external interface in my app. The app is developed in the current QT version 5.9.
The live stream is provided as RTSP stream in a H264 container.
The target of the app is the Android platform and iOS. The UI is implemented in QML, the display of the video stream is embedded in a certain page with some other QML elements beside.
How can I achieve this goal? Is this feature provided in the Qt framework or do I need to use additional libraries? Does anyone have experience with this?
Any help is appreciated!
Thanks in advance.
Andreas -
Hello,
I Did the same using libVlc to display RTSP stream to show it on Android device.
But I am not sure this works for IOS too.