DEV Community

Discussion on: Side Project Sunday! What do you have going on?

Collapse
 
aamchora profile image
Hemendra Khatik

Working on developing an open-source hassel-free audio/video SDK to help developers save time and money.

SDK will consist following features

  • Audio streaming.
  • Video streaming.
  • Screen sharing.
  • Live chats.
Collapse
 
meatboy profile image
Meat Boy

First three sounds like FFMPEG :) On what abstraction level are you operating?

Collapse
 
fjones profile image
FJones

It does, and a replacement for ffmpeg is sorely needed! Would love to hear more.

Thread Thread
 
jzombie profile image
jzombie

It's interesting to note that Chromium uses ffmpeg internally for media transcoding in its web browser (WebRTC & related).

Someone said, "yeah, but you can't access it." Ironically, a few weeks later, his Electron app wouldn't install because of a "ffmpeg.dll not found" error.

Collapse
 
jzombie profile image
jzombie

I am interested in this.

I made a project called speaker.app which uses a peer-in-the-middle as a type of WebRTC proxy virtual server so that connected participants don't have to rely on mesh networks.

It doesn't get a lot of usage but my main goals were:

  • High quality, stereo audio
  • High quality screenshares
  • Not take anything too seriously
Collapse
 
ben profile image
Ben Halpern

Ambitious! Very exciting.

Collapse
 
aamchora profile image
Hemendra Khatik

Thanks ben:)