ossrs / oryx

Oryx(SRS Stack) is an all-in-one, out-of-the-box, and open-source video solution for creating online video services, including live streaming and WebRTC, on the cloud or through self-hosting.
https://ossrs.io/oryx
MIT License
519 stars 111 forks source link

No Audio from RTSP Stream #190

Open tommy-sch opened 4 months ago

tommy-sch commented 4 months ago

Describe the bug Adding an RTSP Stream with audio as a Camera in Oryx to stream to Oryx. But Audio is not delivered.

Version v5.14.19

To Reproduce Steps to reproduce the behavior:

  1. Go to Scenarios
  2. Click on Camera
  3. Add RTSP Stream from IP Camera with Audio
  4. Add Server & StreamKey

Expected behavior Audio is not available in live

Screenshots I used the same RTSP stream in VLC and RTSP.me and audio was clearly available

winlinvip commented 3 months ago

We use FFmpeg to pull RTSP streams. This issue generally occurs when FFmpeg is unable to recognize your camera's stream, requiring specific debugging.

TRANS_BY_GPT4