Yash-Garg / Streamer

Android TV Focused Application for playing RTSP streams written in Jetpack Compose
https://yashgarg.dev/g/streamer
MIT License
5 stars 1 forks source link

RTSP Stream Error #2

Closed KISHORE-KUMAR-S closed 4 months ago

KISHORE-KUMAR-S commented 8 months ago

Shows error toast message when rtsp streams are added.

Yash-Garg commented 7 months ago

@KISHORE-KUMAR-S is it the same after toggling the Force RTP TCP connection too?

Can you provide an example of what all did you put in the config?

KISHORE-KUMAR-S commented 7 months ago

rtsp://username:password@ipaddress/channel/01

Yash-Garg commented 4 months ago

@KISHORE-KUMAR-S make sure to not put the / before channel in path, since it already considers it by default.

https://github.com/Yash-Garg/Streamer/blob/b1133c9eb966568383d2fc1820bf401891e3e3ff/android/src/main/java/dev/yashgarg/streamer/data/models/StreamConfig.kt#L23-L28