Roverr / rtsp-stream

Out of box solution for RTSP - HLS live stream transcoding. Makes RTSP easy to play in browsers.
MIT License
712 stars 167 forks source link

Audio and Video Streams are separate? #47

Open MACscr opened 4 years ago

MACscr commented 4 years ago

My camera for some reason provides an h264 for video and an .aac stream for audio. Any way to get a final web stream that has both audio and video?

Roverr commented 4 years ago

Hi @MACscr ,

Thanks for opening this issue!

What do you mean by having 2 separate streams for audio and video? As much as I know most cameras send both data using RTSP. That's why FFMPEG has an option for audio. How does your camera communicate this data?

MACscr commented 4 years ago

It sends one stream for video .h264 (no audio) and one stream for audio .aac. Super annoying.

On Jul 20, 2020, at 8:06 AM, Imre Racz notifications@github.com wrote:

Hi @MACscr ,

Thanks for opening this issue!

What do you mean by having 2 separate streams for audio and video? As much as I know most cameras send both data using RTSP. That's why FFMPEG has an option for audio. How does your camera communicate this data?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.