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

Unable to get cameras to stream #8

Open
Dvalin21 opened this issue Apr 20, 2023 · 6 comments
Open

Unable to get cameras to stream #8

Dvalin21 opened this issue Apr 20, 2023 · 6 comments

Comments

@Dvalin21
Copy link

Dvalin21 commented Apr 20, 2023

Hello,

I'm using Anbiux AS8B Security cameras. 8mp, 2560x1440, FPS 10, Audio PCMA 8000 (pcm_alaw)
I have an AMD GPU which could use VAAPI for hardware acc and google coral edgetpu. What should my settings be? Really want to use this software (especially with all the AI stuff in one place) Thanks in advance.

@mehmetgoren
Copy link
Owner

Hello,

Do you have a specific reason to use VAAPI instead of the 'copy' option, which is usually the best choice in almost every scenario?

The only AI service you should be able to use with Google Coral should be the Tensorflow Object Detection service.

https://hub.docker.com/repository/docker/gokalpgoren/detect_service_tf

However, I haven't been able to test it myself since I don't have a Coral TPU, so I'm not sure if it will work.

@Dvalin21
Copy link
Author

Hello,

Do you have a specific reason to use VAAPI instead of the 'copy' option, which is usually the best choice in almost every scenario?

The only AI service you should be able to use with Google Coral should be the Tensorflow Object Detection service.

https://hub.docker.com/repository/docker/gokalpgoren/detect_service_tf

However, I haven't been able to test it myself since I don't have a Coral TPU, so I'm not sure if it will work.

Thanks, as for VAAPI, I've been able to use H265 with this enabled.

@mehmetgoren
Copy link
Owner

I assume you are running Feniks Services as a Docker container. If that is the case, I'm afraid that you won't be able to use VAAPI since AMD doesn't have a Docker container runtime like Nvidia.

On a positive note, SRS has been implementing RTMP H265(HEVC) support (you can find details here: ossrs/srs#465). I'll be working on adding this feature to Feniks since I also need it. I'll let you know when it's completed.

@Dvalin21
Copy link
Author

I assume you are running Feniks Services as a Docker container. If that is the case, I'm afraid that you won't be able to use VAAPI since AMD doesn't have a Docker container runtime like Nvidia.

On a positive note, SRS has been implementing RTMP H265(HEVC) support (you can find details here: ossrs/srs#465). I'll be working on adding this feature to Feniks since I also need it. I'll let you know when it's completed.

Thanks I appreciate the help.

@mehmetgoren
Copy link
Owner

Hi @Dvalin21
Just wanted to let you know that H.265 support has been added to Feniks. You can now stream and record your camera using the FFmpeg 'copy' option. Thought you might like to know!

@Dvalin21
Copy link
Author

Dvalin21 commented May 6, 2023

Thank you so much for letting me know!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants