Closed ronlinet closed 5 years ago
The app default video format is set to YoutTube :
<MediaResourceFormat>YouTubeVideo</MediaResourceFormat>
Would it be sufficient to change the media tags to get this working with different media providers? Ex:
<MediaResourceFormat>Vimeo</MediaResourceFormat> <MediaResourceFormat>DailyMotion</MediaResourceFormat>
So it can be done by overriding the https://github.com/roughike/inKino/blob/development/mobile/lib/ui/events/event_poster.dart#L90 . Not the most elegant approach but it does the trick.
The app default video format is set to YoutTube :
<MediaResourceFormat>YouTubeVideo</MediaResourceFormat>
Would it be sufficient to change the media tags to get this working with different media providers? Ex: