Set id and password correctly to Android RTSP module
authorChanhee Lee <ch2102.lee@samsung.com>
Wed, 11 Jan 2023 04:19:13 +0000 (13:19 +0900)
committerChanhee Lee <ch2102.lee@samsung.com>
Thu, 9 Mar 2023 02:18:37 +0000 (11:18 +0900)
commitc34a4a354620cf1dd59433f8b5cdba438dbffe87
tree74baed0c340b15649c1ed8f898df0b3f344bca8b
parent9c2a664da616a24663186a752cbcb73bc8dd6b9c
Set id and password correctly to Android RTSP module

[Problem] Credential information is not set properly in an Android
          RTSP module.
[Solution] Set id and password obtained from MQTT discovery to
           the module.
android/aitt/src/main/java/com/samsung/android/aitt/stream/RTSPStream.java
android/modules/rtsp/src/main/java/com/samsung/android/modules/rtsp/RTSPClient.java