fluttercommunity / chewie

The video player for Flutter with a heart of gold
MIT License
1.94k stars 1.01k forks source link

Please support RTSP! #566

Open riskiadi opened 3 years ago

riskiadi commented 3 years ago

Can we make this library support RTSP Stream protocol? :(

1394225561 commented 2 years ago

Can we make this library support RTSP Stream protocol? :(

Can we make this library support RTSP Stream protocol? :(

Do you know any good libraries that support RTSP protocol

biswajitkgp commented 1 year ago

There is a similar question in this repository

https://github.com/fluttercommunity/chewie/issues/156

One of the comments took me to this:

https://pub.dev/packages/video_player#supported-formats

image

From here I went to https://exoplayer.dev/supported-formats.html

And Exoplayer supports RTSP.

image

Therefore Chewie must be supporting RTSP although there is no documentation for the same.