I was looking for some help with my ffmpeg configuration
The video stream works fine but don’t hear audio within hassio it looks like the sound is blocked bij hassio if I use VLC or onvif device manager or even ispy they all support video and audio with rtsp stream
If I try to open the audio stream with hassio rtsp://user:[email protected]:88/audio the screen keeps loading and no audio ( VLC etc works fine)
If i inspect the cam feed with chrome I see muted (see image below) I guess that is no good.
Hi, I have the same problem with a generic IP Cam : works great for streaming with ffmpeg or rtsp, but in both case I can never get the audio in hassio.
A look at the commits from that PR suggest AAC, AC3, and MP3. I’m not too familiar with that part of the codebase though, so take that with a grain of salt.
You’re trying to add an audio stream do as a camera entity, which I imagine won’t work. What are you trying to do with the audio stream? If you’re trying to send it to a speaker or chromecast, you should just use that rtsp URL as your content URL. So a service call to media_player would look like:
entity_id: media_player.my_chromecast
service: media_player.play_media
data:
media_content_type: music
media_content_id: "rtsp://192.168.100.42/ch0_2.aac"