You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used windows 20H2 image and python 3.9 with agora python SDK.
in a simple code agora imported without any error and everything works properly
but when I dockerize my project and using windows container, no sound is playbacked and not any audio frame is saved with Audioframeobserver.
I didn't need to playback audio, just need to save audio to disk without playback.
I follow this blog (https://www.agora.io/en/blog/recording-live-streams-with-an-on-prem-recording-service-with-c-and-docker/) and run it successfully, it's saves sounds in folder correct that I need. but I'm not so familiar with cpp and prefer python.
Does anyone know a solution?
The text was updated successfully, but these errors were encountered:
I used windows 20H2 image and python 3.9 with agora python SDK.
in a simple code agora imported without any error and everything works properly
but when I dockerize my project and using windows container, no sound is playbacked and not any audio frame is saved with Audioframeobserver.
I didn't need to playback audio, just need to save audio to disk without playback.
I follow this blog (https://www.agora.io/en/blog/recording-live-streams-with-an-on-prem-recording-service-with-c-and-docker/) and run it successfully, it's saves sounds in folder correct that I need. but I'm not so familiar with cpp and prefer python.
Does anyone know a solution?
The text was updated successfully, but these errors were encountered: