moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 102 forks source link

Add an image on top of playing video #40

Open asadwaheed1 opened 7 years ago

asadwaheed1 commented 7 years ago

How can i show overlay image on top of playing video which is playing full screen. I would also like to know how can i change size of player because currently it only plays fullscreen

moust commented 7 years ago

It's not possible without modifying the code of the plugin.

Saqib92 commented 4 years ago

Any update on this? how to show overlay image + buttons on VideoPlayer?

riadapsis commented 4 years ago

Use HTML5 video instead of this plugin. You can do customize yourself.

Saqib92 commented 4 years ago

HTML5 Video don't supports RTSP link for live streaming.