BeamlakAschalew / flixquest

Open-source Android app made with Flutter with functionality of watching movies and tv series for free.
https://flixquest.beamlak.dev/
GNU General Public License v3.0
236 stars 20 forks source link

[FR] UPnP / DLNA streaming, Chromecast, etc. #40

Open jtrv opened 1 year ago

jtrv commented 1 year ago

It would be great to implement UPnP / DLNA streaming since it is a common and open standard, Chromecast is great for more compatibility but other projects I've seen have noted that it can be harder to implement.

The easiest way to achieve this would probably be to add functionality to share a stream URL to another app such as yaaac, bubbleUPnP, web video caster, xcast, etc.

Alternatively it might be better to add the functionality internally so we can do things like queueing the next episode, handling subtitles, or negating the need to leave the app, etc. These things may not be worth the additional effort though.

BeamlakAschalew commented 1 year ago

I will try to implement Chromecast in the next update. I don't know about the other things you suggested but I'll look into it. Thank you for the suggestion!