-
Notifications
You must be signed in to change notification settings - Fork 37
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Video Streaming issue within iFrame #93
Comments
Hi there, Are there any errors or strange output in logcat? |
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 ***@***.***> 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
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZBY7Y2VPR4OTVECDQAZX3RHA5FZANCNFSM4LGB25AQ>
.
|
I did a quick Google and found this: NativeScript/NativeScript#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. |
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 ***@***.***> wrote:
I did a quick Google and found this: NativeScript/NativeScript#5089
<NativeScript/NativeScript#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
<#93 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHZBY765K2UZ7XXLRELB2DLRHA5PDANCNFSM4LGB25AQ>
.
|
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. |
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
The text was updated successfully, but these errors were encountered: