Android Question Video rtsp with credentials Example

Jerez

Active Member
Licensed User
Longtime User
Last edited:

hzytsoft

Member
Licensed User
Longtime User
B4X:
Dim link As String = "rtsp://210.56.50.141/video81"
Dim ii As Intent
ii.Initialize(ii.ACTION_VIEW, link)
ii.SetType("video/*")
StartActivity(ii)
Activity.Finish

u can use this code
its fine work
but i know u means can paly rtsp video by myself app not Intent just like me wanna

i think warp vlc.so can done it well
 
Upvote 0
Top