RTSP Camera stream with unsupported AAC mode #4183
-
QuestionI have a RTSP preview stream coming from AVOIP video encoders. The goal is to ingest the RTSP steam and view via WebRTC. When I create the stream in the yml paths: then the following log is generated. Notice the line I see from looking at other posts here that AAC is being logged as AAC-hbr in those log files. Are these devices sending invalid sdp descripters? Has anyone else seen this? Is there work around? Is there a way to proxy around this? 2025/01/20 18:45:46 INF MediaMTX v1.11.1 2025/01/20 18:45:46 DEB [RTSP] [conn [::1]:36408] [s->c] RTSP/1.0 200 OK 2025/01/20 18:45:46 DEB [RTSP] [conn [::1]:36408] [c->s] DESCRIBE rtsp://localhost:8554/original RTSP/1.0 2025/01/20 18:45:46 INF [path original] [RTSP source] started on demand 2025/01/20 18:45:46 DEB [path original] [RTSP source] [s->c] RTSP/1.0 200 OK 2025/01/20 18:45:46 DEB [path original] [RTSP source] [c->s] DESCRIBE rtsp://192.168.0.211:8554/ch0/0 RTSP/1.0 2025/01/20 18:45:46 DEB [path original] [RTSP source] [s->c] RTSP/1.0 200 OK v=0 2025/01/20 18:45:46 ERR [path original] [RTSP source] invalid SDP: media 2 is invalid: unsupported AAC mode: AAC_hbr 2025/01/20 18:45:51 DEB [path original] [RTSP source] [s->c] RTSP/1.0 200 OK |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Thanks for reporting the issue, the encoder manufacturer and the SDP, this is a bug and is fixed by bluenviron/gortsplib#688 |
Beta Was this translation helpful? Give feedback.
Thanks for reporting the issue, the encoder manufacturer and the SDP, this is a bug and is fixed by bluenviron/gortsplib#688