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