Adarsh Singh
Adarsh Singh

Reputation: 153

Flutter Video_player not playing rtsp stream

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?

Upvotes: 0

Views: 1553

Answers (1)

cpelfron
cpelfron

Reputation: 21

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.

Upvotes: 2

Related Questions