Hi Foswha,
Sorry for inconvenience.
Yes, we can reproduce the reported issue and confirm this as a defect (ejMediaPlayer dont show the video). We have logged an issue report and fix for this issue will be included in our 2018 Volume 1 Service Pack 2 release. which is expected to be rolled out by the end of the April. We appreciate your patience until then.
To overcome this issue, please make use of our workaround solution. Please refer to the below code example.
|
[sample.html]
<style>
// to override the boostrap css hide class for showing the video
video.hide{
display: block !important;
}
</style> |
In this above code example, we have override the boostrap css (hide class in video tag) for showing the videos in ejMediaPlaye. And the provided workaround solution will work only with Chrome , FireFox and Edge browser.
Regards,
Sureshkumar