Notice: The Monaca & Onsen UI Community Forum is shutting down.
For Onsen UI bug reports, feature requests and questions, please use the Onsen UI GitHub issues page. For help with Monaca, please contact Monaca Support Team.
Thank you to all our community for your contributions to the forum. We look forward to hearing from you in the new communication channels.
Playing video in the top of the page
-
Hello,
I’m using cordova-plugin-streaming-media-master plugin i my application to stream a URL, is it possible to play the stream in the top of the page like this picture:
-
@Ahmed-Elshorbagy According to their docs, they say it is only fullscreen:
This plugin allows you to stream audio and video in a fullscreen, native player on iOS and Android.
To do what you want, you would probably have to use the HTML5 video tag or find another plugin.
-
I will look for another plugin because html video tags does not play all stream files.
Thank you