I have this type of video URL: https://devnuevo.com/media/video/demo_720.mp4 The problem is, that when I try to play this video it using ExoPlayer, the following exception is thrown. Unhandled Exception: PlatformException(VideoError, Video player had error com.google.android.exoplayer2.ExoPlaybackException: Source error, null, null)
Asked
Active
Viewed 878 times
4
-
Can you share on which platform do you run this plan? – Anmol Mishra Mar 08 '22 at 12:38
-
1have you tried with other players? That url has a security risk label because it's not really secure and the SSL signature maybe expired or not even there. – Mariano Zorrilla Mar 08 '22 at 13:44
-
@Anmol Mishra- I made an OTT media service app in flutter where I used "chewie: ^1.3.0" & "video_player: ^2.2.19" for playing video. But only play some secure links which I get from API. And I used flutter-2.8.1 to run this plan. – Md. Saiful Islam Mar 09 '22 at 04:11
-
1@MarianoZorrilla did not try yet with another player. But I used the same media player in the Native android project and the same video link work properly there. but in the flutter project, only a secure link plays properly but this type of insecure link throws this exception. Is there any solution that I can play any kind of secure or insecure video URL can play? – Md. Saiful Islam Mar 09 '22 at 04:20
-
please if you solved it, could you share the solution? – Saayeed M Daawoud Aug 26 '22 at 15:40