Viewing profile — gopikrishnan
gopikrishnan
HN member- Joined
- Sat, Oct 12, 2013, 5:27 PM UTC
- HN karma
- 13
- Public activity
- 8 items
- HN profile
- View on Hacker News ↗
About gopikrishnan
http://cocoahead.tumblr.com/
https://twitter.com/gopitude
Recent public activity
-
comment
Comment #31303367
MUSIC Tribe | Bangalore, India | Onsite | Full-time | iOS, Android, C++ We are MUSIC Tribe, a musical company empowering people through our brands - Midas, Klark Teknik, Lab Gruppe…
-
comment
Comment #30928829
MUSIC Tribe | Bangalore, India | Onsite | Full-time | iOS, Android, C++ We are MUSIC Tribe, a musical company empowering people through our brands - Midas, Klark Teknik, Lab Gruppe…
-
comment
Comment #23468553
check this out: https://peer.school/ webRTC classroom app, open-sourced.
-
comment
Comment #23437865
its pretty much easy and it doesnt require any third party libs. check the demo https://webrtc.github.io/samples/src/content/peerconnection/... code: https://github.com/webrtc/samp…
-
comment
Comment #23437833
I use {reactJS,socket.io,simple-peer,nodeJS}. you can skip the reactjs. There are a lot of tutorials available for video chat apps using webrtc+socket.io. https://appr.tc/ is open-…
-
comment
Comment #23436597
I'm not sure why originally it was set, independent. But, it helped me to play around munging SDP.
-
comment
Comment #23436529
There are native libraries available for both iOS and Android. I didn't want end-user to install any. Just to click the invitation link and start chatting.
-
comment
Comment #23436264
I'm using webRTC for a video chat project that I'm developing now. I had a hard time making it work on iOS browsers and ended up supporting iOS Safari alone. Though all iOS browser…