daily-co / daily-python

Daily Client SDK for Python
BSD 2-Clause "Simplified" License
32 stars 5 forks source link

daily-core and webrtc-daily #13

Open pinkforest opened 2 months ago

pinkforest commented 2 months ago

It seems to miss daily-core etc. sources to build ?

aconchillo commented 2 months ago

It seems to miss daily-core etc. sources to build ?

Unfortunately, that's right. We will publish those sources at some point, but I can't say exactly when.

nickdichev commented 1 week ago

@aconchillo Any update on releasing those libraries?

At work we are using the agora c++ sdk to interface with their network through a gstreamer-like application. I am evaluating Daily since a lot of the AI solutions being discussed really align with what we are building.

I am looking to evaluate how we can push data from this application into Daily. My understanding is that we need those libraries to build a wrapper of this package without the python specific stuff (our stack is in Elixir) or access to APIs to push h264/aac into Daily. We could also handle the RTP packetization in our pipeline though.