Closed nonecolor closed 3 years ago
Not sure if this is the TODO.
Tested it out and confirmed that this is the TODO. However, there are currently some issues. The audio format of the camera is G711A. After pushing it to SRS, although there is sound when playing the RTMP stream with VLC, the audio quality is very poor. When using the RTMP player on the webpage, there is only sharp noise, and there is no sound at all when playing with WebRTC.
TRANS_BY_GPT3
Not sure if this is the TODO.
Tested it and confirmed that this is the TODO. However, there are still some issues. The audio format of the camera is G711A. After pushing it to SRS, although there is sound when playing the RTMP stream with VLC, the audio quality is very poor. When using the RTMP player on the web, there is only sharp noise, and there is no sound at all when using WebRTC.
Currently, SRS only supports AAC.
TRANS_BY_GPT3
Fixed, please use branch feature/g711
@nonecolor May I ask why I am unable to enable audio on the web interface of Dahua/Hikvision cameras, but when I play the m3u8 file using ffplay [ ] ](url) I can see the audio information, how can I remove it? Thank you.
TRANS_BY_GPT3
The configuration file has indicated RTC playback for GB28181 streaming. Currently, only audio encoding in AAC format is supported. However, in reality, the default audio encoding for Dahua cameras' streaming is G.711, even if the camera is configured with AAC. This means that the current RTC playback only has video without sound. I would like to know if there are any plans to add support for other audio encodings besides AAC in the near future.
TRANS_BY_GPT3