Martin20150405 / Pano360

Pure Java library to play 360 degree panorama video / photo (VR video) on Android. Using OpenGL ES 2.0 -安卓全景视频/图片播放器
MIT License
625 stars 170 forks source link

How to remove the orange placeholder displaying your email id from the player? #8

Closed kuwapa closed 7 years ago

kuwapa commented 7 years ago

Hey Martin,

Thanks for building this awesome library. Really glad this exists.

I'm trying to stream 360-degree youtube video in my app using your library, however, I don't wish to see the orange round icon in the center of the video which displays your email id. How can I remove that from the player?

Martin20150405 commented 7 years ago

@abhiank209 Hahahaha... I'll provide an interface to control plugins in future version. If you want to move it now, just delete all hotSpotList.add(hotSpot); like sentences. Sorry for trouble caused.

kuwapa commented 7 years ago

Cool! Thanks. There's another issue regarding the timer text; I've fixed it. I'll create a PR soon.