Prevent Audio Bitstream in RTSP Stream
Posted: 05 May 2011 08:57
Hi all!
I'm fairly new to vlc and rtsp streaming so I apologise if I'm overlooking something obvious.
I have a network IP camera streaming H264 encoded video with NO AUDIO. When I connect using VLC (version 1.1.9) and the appropriate RTSP mrl I receive video (which is fantastic).
However, when I WireShark or NetLimiter, I see that there are two subsessions established. One of the subsessions is for the video which has a bit rate matching the set bit rate on the network ip device, and I assume the other is audio
with a fairly constant bit rate of 65 [kbits/s]. VLC media information states that PCMU audio codec is being used with a sample rate of 8000, and I'm guessing each sample is 8 bytes which roughly makes up 65 [kbits/s]. I don't want to be decoding audio when I connect to RTSP stream.
Is there a way to:
- disable the audio stream, OR
- prevent connection to the audio port OR
- ensure a zero bit rate?
I have searched the VLC forums and haven't been able to find a similar post.
Any help would be greatly appreciated,
Voc
I'm fairly new to vlc and rtsp streaming so I apologise if I'm overlooking something obvious.
I have a network IP camera streaming H264 encoded video with NO AUDIO. When I connect using VLC (version 1.1.9) and the appropriate RTSP mrl I receive video (which is fantastic).
However, when I WireShark or NetLimiter, I see that there are two subsessions established. One of the subsessions is for the video which has a bit rate matching the set bit rate on the network ip device, and I assume the other is audio
with a fairly constant bit rate of 65 [kbits/s]. VLC media information states that PCMU audio codec is being used with a sample rate of 8000, and I'm guessing each sample is 8 bytes which roughly makes up 65 [kbits/s]. I don't want to be decoding audio when I connect to RTSP stream.
Is there a way to:
- disable the audio stream, OR
- prevent connection to the audio port OR
- ensure a zero bit rate?
I have searched the VLC forums and haven't been able to find a similar post.
Any help would be greatly appreciated,
Voc