0

I am trying to play the rtsp in my flutter app using this plugin video_player but this is showing Player Exception how to play rtsp only using this video player?

Adarsh Singh
  • 93
  • 2
  • 11

1 Answers1

2

Have you tried flutter_vlc_player for better rtsp support?

https://pub.dev/packages/flutter_vlc_player

I had a combo of rtmp, rtsp, http mp4 clips and http motion jpeg and flutter_vlc_player handles them. I think video_player just doesn't do everything.

cpelfron
  • 21
  • 3