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

Transcoding OPUS to AAC yields a muted audio track #1505

Open
felipecrs opened this issue Dec 11, 2024 · 2 comments
Open

Transcoding OPUS to AAC yields a muted audio track #1505

felipecrs opened this issue Dec 11, 2024 · 2 comments
Assignees
Labels
question Further information is requested

Comments

@felipecrs
Copy link
Contributor

I flashed Thingino in one of my cameras, and this firmware is capable of sending audio in OPUS format, which is great.

My go2rtc config is like the following:

streams:
  my_cam:
    - rtsp://thingino:[email protected]/ch1
    - ffmpeg:my_cam#audio=aac

When I play in VLC with:

rtsp://go2rtc:8554/my_cam?video&audio=opus

Everything works ok. I can hear audio just fine.

image

But when I play with:

rtsp://go2rtc:8554/my_cam?video&audio=aac

There is no audio. In fact, the AAC track is included, but it's muted.

image

I wonder, have you ever tried transcoding OPUS to AAC? Maybe I'm not alone.

PS: I don't see any error in my logs.

@AlexxIT AlexxIT added the question Further information is requested label Dec 11, 2024
@AlexxIT
Copy link
Owner

AlexxIT commented Dec 11, 2024

I didn't have a source that supports OPUS out of the box. Unify cameras support it via RTSP protocol.

@felipecrs
Copy link
Contributor Author

I can give you access to my camera stream if you want.

@AlexxIT AlexxIT self-assigned this Dec 12, 2024
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

2 participants