Wizcorp / cordova-plugin-wizviewmanager

PhoneGap plugin for creating/showing/hiding/messaging/animating additional views outside of the main window.
MIT License
57 stars 37 forks source link

Video Streaming issue within iFrame #93

Open ghost opened 4 years ago

ghost commented 4 years ago

Hi Team,

I am loading a webpage with wizViewManager plugin which has an iFrame and with in iFrame we have media player to stream videos. We are not able to stream Videos (audio works but video turns black) and full screen toggle of media player is disabled in Android but everything works fine in iOS. The webPage works fine in Android if I load same page in other browser (Chrome) .

Please advise if we need to change in wizViewManager for video streaming to work.

Thanks in advance for your help

aogilvie commented 4 years ago

Hi there,

Are there any errors or strange output in logcat?

ghost commented 4 years ago

Hi, I don’t see any errors in the chrome debugging or android studio logcat

On Wed, Mar 11, 2020 at 9:46 PM Ally notifications@github.com wrote:

Hi there,

Are there any errors or strange output in logcat?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Wizcorp/cordova-plugin-wizviewmanager/issues/93#issuecomment-597965238, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHZBY7Y2VPR4OTVECDQAZX3RHA5FZANCNFSM4LGB25AQ .

aogilvie commented 4 years ago

I did a quick Google and found this: https://github.com/NativeScript/NativeScript/issues/5089

is your video from YouTube? If so, this is likely an Android or YouTube issues not with wizViewManager.

wizViewManager has no restrictions on audiod/video, it is a regular WebView.

ghost commented 4 years ago

No it’s not from youtube, it’s from one of our client and we have no control over it

On Wed, Mar 11, 2020 at 9:48 PM Ally notifications@github.com wrote:

I did a quick Google and found this: NativeScript/NativeScript#5089 https://github.com/NativeScript/NativeScript/issues/5089

is your video from YouTube? If so, this is likely an Android or YouTube issues not with wizViewManager.

wizViewManager has no restrictions on audiod/video, it is a regular WebView.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/Wizcorp/cordova-plugin-wizviewmanager/issues/93#issuecomment-597965786, or unsubscribe https://github.com/notifications/unsubscribe-auth/AHZBY765K2UZ7XXLRELB2DLRHA5PDANCNFSM4LGB25AQ .

aogilvie commented 4 years ago

Unfortunately I do not have an answer for you. I am just Googling stuff just as you are.

Try https://stackoverflow.com/a/17148460/2206385 ?

wizViewManager is open source so feel free to modify the code base in your app.

If you find a bug or issues with wizViewManager directly let us know or send a PR.

I'm out of ideas i'm afraid... sorry.