Michael Powers

Results 21 comments of Michael Powers
trafficstars

It doesn't seem like there are many images in the star folder so you likely need to find another set with 1000+ images (my guess)

I was able to get dcgan operating successfully at 128x128 by adding the convolutional layers described above and then running with ngf 128 and ndf 32. When I attempted to...

I'm having the same issue. From desktop to mobile device the two streams on desktop display correctly, the receiver video on mobile does not display.

Because Safari seems to have an issue with the addTrack calls in WebRTC you have to change the peerConnection event listener to add the stream instead. To go further it...

I can't do that as I've heavily modified the original solution code for my purposes. I should make a pull request and submit the changes. Its a quick change though....

Are you running local or did you deploy this to firebase. I double checked the code lines above and they are correct in my version of app.js. Just make sure...

I had this problem in FirebaseRTC and the solution was to check for Safari and then add the stream instead of using addTrack. It seems that iOS Safari doest like...

You have to connect each participant to each other participant through multiple connections I believe. Its a major change in design from the current example. You also have to be...

I was able to get 1:1 working consistently which is live on twisty.io. I plan to release the code as a Github On Sat, Dec 5, 2020 at 11:27 AM...

Silly question but does your PC have a camera and microphone? Also, is this in IE or another browser?