1 Answer
- Newest
- Most votes
- Most comments
1
Hello.
Do not only the code but also the program dependencies match the local ones?
For example, this time I'm using FastAPI, so I think it's Python, but do you have the version of Python and do you have all the necessary modules installed?
Also, this may not be very relevant, but are there any insufficient specs for EC2?
t2.micro is a small instance type, so it uses less memory and CPU.
https://aws.amazon.com/ec2/instance-types/?nc1=h_ls
Relevant content
asked 2 years ago
asked 2 years ago

All dependencies are installed in both local and hosted one but we are facing problem while recording audio all other features are properly working we have tested on m5.micro faced same problem
All dependencies are installed in both local and hosted one but we are facing problem while recording audio all other features are properly working we have tested on m5.micro faced same problem
Have you installed devices such as "Advanced Linux Sound Architecture" on EC2? If the OS is Linux, I think that something like "Advanced Linux Sound Architecture" would be required to handle audio.