Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question]: S340 camera - audio streaming support and audioCodec not being returned #589

Open
fschiro opened this issue Jan 21, 2025 · 0 comments
Labels
question Further information is requested

Comments

@fschiro
Copy link

fschiro commented Jan 21, 2025

I'm trying to get audio working with the S340 camera using eufy-security-ws. Looking at the code in session.ts, I can see audio support is implemented with a 650ms timeout waiting for audio frames and handlers for CMD_AUDIO_FRAME. However, when starting a stream, the metadata I receive only contains video information:

{
  videoCodec: 'H265',
  videoFPS: 15,
  videoHeight: 1616,
  videoWidth: 2880
}

There's no audioCodec field returned. Is there something specific needed to enable audio streaming for the S340? Or is there a known issue with audio support for this camera model?

@fschiro fschiro added the question Further information is requested label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant