peerjs-python icon indicating copy to clipboard operation
peerjs-python copied to clipboard

Implementing Media Connection Handling for Call & Answer

Open mmhy2003 opened this issue 2 years ago • 3 comments

Hello, I tried your library and it works great with exchanging data between peers. But, I'm also interested in exchanging streams between peers.

I'm looking forward to seeing you implement this part.

Thanks in advance,

mmhy2003 avatar Dec 10 '21 16:12 mmhy2003

Thank you, @mmhy2003 .

Can you please share what type of problem this lib solves for you? You may also take a look at peerfetch, where the higher level abstraction for p2p HTTP is moving towards.

By streams, do you mean datachannel streams or media? Can you please elaborate.

ivelin avatar Dec 10 '21 16:12 ivelin

Thanks @ivelin for your reply.

I'm currently working on a small personal project.

Simply, I'm building an audio call application using peerjs where I want the server (In my case Python) to join as a peer between 2 clients and act as a translator and transcriber by processing audio streams.

I noticed that your library has the datachannel part from peerjs implemented but not the call & answer media streams part yet, So, I was wondering will it be available in the near future?

Thanks in advance,

mmhy2003 avatar Dec 25 '21 22:12 mmhy2003

@mmhy2003 thank you for sharing. No immediate plans for media API, but I'd be happy to review PRs. Happy Holidays!

ivelin avatar Dec 27 '21 15:12 ivelin