We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
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.
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.
The text was updated successfully, but these errors were encountered:
I didn't have a source that supports OPUS out of the box. Unify cameras support it via RTSP protocol.
Sorry, something went wrong.
I can give you access to my camera stream if you want.
AlexxIT
No branches or pull requests
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:
When I play in VLC with:
Everything works ok. I can hear audio just fine.
But when I play with:
There is no audio. In fact, the AAC track is included, but it's muted.
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.
The text was updated successfully, but these errors were encountered: