Hacker Newsnew | past | comments | ask | show | jobs | submit | gopikrishnan's commentslogin

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 Gruppen, Lake, Tannoy, Turbosound, TC Electronic, TC Helicon, Behringer, Bugera, Coolaudio and Auratone.

We are setting up a software division in Bangalore (India) to develop apps that interact with our hardware products. Our team size is now ~25 members and we are rapidly expanding. We are hiring for junior, mid, and senior developer positions. If you have 1-8yrs of experience in any of the following tech, feel free to apply.

Tech Stack: Swift for iOS, Kotlin for Android, and C++ (JUCE framework) for cross-platform desktop apps.

you can find the Job Descriptions here: https://musictribe.voyse.io/jobs?keywords=BENGALURU

https://www.linkedin.com/company/musictribe

I work on iPad Apps here. For further clarifications or to send your resume/CV, my email: [email protected]


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 Gruppen, Lake, Tannoy, Turbosound, TC Electronic, TC Helicon, Behringer, Bugera, Coolaudio and Auratone.

We are setting up a software division in Bangalore (India) to develop apps that interact with our hardware products. Our team size is now ~25 members and we are rapidly expanding. We are hiring for junior, mid and senior developer positions. If you have 1-8yrs of experience in any of the following tech, feel free to apply.

Tech Stack : Swift for iOS, Kotlin for Android, and C++ (JUCE framework) for cross platform desktop apps.

you can find the Job Descriptions here : https://musictribe.voyse.io/jobs?keywords=BENGALURU

https://www.linkedin.com/company/musictribe

I work on iPad Apps here. For further clarifications or to send your resume/CV, my email: [email protected]


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/samples/tree/gh-pages/src/content/...


I'm not sure why originally it was set, independent. But, it helped me to play around munging SDP.


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 browsers use the same WebKit, Apple still reserves a few things only for Safari I guess (maybe H264/VP8 video codec related stuff?!).

It may take some time for webRTC (or Apple) to get there, to webRTC become a solid option for p2p video communications.

If anyone wants to quickly try webRTC, check this demo https://appr.tc/ out, you know, with multiple browsers/tabs.

ps: I used "simple-peer" library and it's quite good for beginners.


getUserMedia isn't supported by third-party browsers on iOS yet, see note 3:

https://caniuse.com/#feat=stream

The Judiciary Committee asked Apple about this last summer, see question 6:

https://docs.house.gov/meetings/JU/JU05/20190716/109793/HHRG...

I think it's close to landing though, need to revisit.


Sort of a tangent, but the committee asking Apple why they don’t support a specific web API is such a stark contrast from that senate panel with Zuckerberg. The Judiciary Committee seems so much more technically informed.


WebRTC mildly competes with their proprietary FaceTime URLs that, along with iMessage, "encourages" people to keep coming back into their stores. They could make it work exactly like the implementations on Windows and Linux (and the other macOS web browsers that are "required" to use WebKit) if they desired. You can still use an SDK though --as long as they allow you publish it to users.


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.


I am developing a video chat + screen share for a school. I am looking for similar browser based application "Click to Start" without installing an app or downloading anything.


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-sourced but not actively maintained.


check this out: https://peer.school/

webRTC classroom app, open-sourced.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: