nstudio / nativescript-videoplayer

:clapper: Video Player widget for NativeScript apps
MIT License
133 stars 59 forks source link

IOS: cant play rtsp video sources on #172

Open buraksivrikaya opened 4 years ago

buraksivrikaya commented 4 years ago

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 image

franconeilglovasa commented 2 years ago

got the same issue. any solutions for this one? using nativescript 8.3.3