Hi, I have an RTSP stream that has both video and audio. I added the RTSP as a camera entity and used platform: FFmpeg since FFmpeg can stream both video and audio however I’m only getting video, no audio. Here is my code:
- platform: ffmpeg
name: Cam1
input: -rtsp_transport tcp -i rtsp://admin:[email protected]:554/h264Preview_01_sub
I also tried
input: rtsp://admin:[email protected]:554/h264Preview_01_sub
but still no audio.
I also tried converting an RTMP stream using VLC to RTSP and it works perfectly in any device that has VLC on my network accessing the new RTSP with audio and video, but not in HA.
Any help is greatly appreciated.