media-kit / media-kit

A cross-platform video player & audio player for Flutter & Dart.
https://github.com/media-kit/media-kit
MIT License
893 stars 126 forks source link

RTMP Links Stream Active or Not #784

Open Beladras opened 3 weeks ago

Beladras commented 3 weeks ago

I want to video application with 10 RTMP links, but I need to determine active or passive streaming links, will check in periodically. Are there any parameters for this?

abdelaziz-mahdy commented 3 weeks ago

if the option is found in https://mpv.io/manual/master/#properties then it does exist and you can use it using setProperty if it doesnt then i think you should make a custom code to check the links and do the needed tasks on them