-
Notifications
You must be signed in to change notification settings - Fork 276
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
Double Friends Stream #69
Comments
Hi! Yes this is working. These HTML files are tests for a self-to-self call. This shows the SDK is working successfully. |
If you want to test two devices, use this URL: https://stephenlb.github.io/webrtc-sdk/ |
@stephenlb I've successfully tested two computers, many browsers and even mobile. Thank you for the link. I don't understand how to cancel the double video feed. Where in webrtc-v2.js can I look for better understand the v2.js inner workings. |
May you screenshot the double video feed? I think it may just be the
application doing this rather than the SDK.
…On Mon, Jun 24, 2019 at 6:40 PM pdxbenjamin ***@***.***> wrote:
@stephenlb <https://github.com/stephenlb> I've successfully tested two
computers, many browsers and even mobile. Thank you for the link. I don't
understand how to cancel the double video feed. Where in webrtc-v2.js can I
look for better understand the v2.js inner workings.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#69?email_source=notifications&email_token=AAALBHTNQX55J4C6D2EVD4TP4FZPRA5CNFSM4H2HTFQ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYOWJAA#issuecomment-505242752>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAALBHQSLO7UC4GCHSI4RQDP4FZPRANCNFSM4H2HTFQQ>
.
--
Stephen Blum - CTO
https://www.linkedin.com/in/stephenlb/
|
This is a fresh download of the repo. Using the multicall.html as a starting point, I changed the pubnub keys to my own. I have not made any other changes to webrtc-v2.js or the .html file. I've shown in my screen shot in chrome dev tools the 'friends' stream shows twice. Thank you. |
I'm not sure why, again i'm not 100% on the inner workings of the webrtc-v2.js. This simple change of adding more than the default, audio:true and video:true to the mediaconf has removed the double video. v2.js
... multicall.js
I was adding in Xirsys and doing a little bit of styling with css to make the mobile look a bit better. I wanted to add a bit of default sizing to the video feeds and added some constraints to the multicall.html media config and bamo, no more double friends feed. Weird eh. @stephenlb |
With no changes or fancy business. A Downloaded copy of the repo .zip displays two 'friend' video views?
I tried a Multicall.html and dial.html in the tutorials folder and they both have double / multiple friend video views when connected?
I'm not saying, it is not working, it's double working?! Is that how it is suppose to be? @stephenlb
I've tested with two browsers on my one pc, pc to mobile, pc to pc. All Google Chrome.
The text was updated successfully, but these errors were encountered: