Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IOS: cant play rtsp video sources on #172

Open
buraksivrikaya opened this issue Jul 27, 2020 · 1 comment
Open

IOS: cant play rtsp video sources on #172

buraksivrikaya opened this issue Jul 27, 2020 · 1 comment

Comments

@buraksivrikaya
Copy link

buraksivrikaya commented Jul 27, 2020

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants