sipeed / MaixCDK

C/C++ development kit for Sipeed Maix ecosystem boards
https://wiki.sipeed.com/maixcdk/
Other
55 stars 14 forks source link

RTSP streaming audio alongside video #43

Open g5pw opened 1 week ago

g5pw commented 1 week ago

Hello! I'm trying to make an AI-enhanced baby monitor with my MaixCAM, however it looks like the built-in RTSP library handles only video h.264/5. Is it possible to use some other library instead of the built-in media-server and access the Camera and Audio component?

Thanks in advance!

Neutree commented 1 week ago

H265 264 is encoded by hardware, so it's faster. other libs not support hardware accelerattion.

g5pw commented 2 days ago

That's what I figured, thank you for confirming it. Would it be possible, in your opinion, to add the audio stream of the on-board microphone to the RTSP stream in MaixCDK without using external libraries?

Neutree commented 1 day ago

yes, need some work