Hello, I couldn't manage to play rtsp stream on ios v.13.2. (also checked 12.4) however, it works fine with android api v29. Do I need any permission or extra code for ios?
-tns 6.5.0
I tried the link (rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov) in vlc player, it works well, it also works in android too. http source works on both ios and android.
not working ios rtsp src <VideoPlayer debug="true" ref="player" src="rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov" :autoplay="true" width="100%" height="280" />
Hello, I couldn't manage to play rtsp stream on ios v.13.2. (also checked 12.4) however, it works fine with android api v29. Do I need any permission or extra code for ios? -tns 6.5.0
I tried the link (rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov) in vlc player, it works well, it also works in android too. http source works on both ios and android.
not working ios rtsp src
<VideoPlayer debug="true" ref="player" src="rtsp://wowzaec2demo.streamlock.net/vod/mp4:BigBuckBunny_115k.mov" :autoplay="true" width="100%" height="280" />
working ios http source
<VideoPlayer debug=true ref="player" src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" :autoplay="true" width="100%" height="280" />
the video on top is rtsp, bottom one is http