Search found 11 matches

Go to advanced search

by vocm88
27 Sep 2011 05:54
Forum: VLC stream-output (sout)
Topic: RTSP Frame Delay
Replies: 9
Views: 4145

Re: RTSP Frame Delay

On further investigation, could the delay have anything to do with the video_output.c code, regarding when a frame is scheduled to be displayed?
by vocm88
22 Sep 2011 09:43
Forum: VLC stream-output (sout)
Topic: RTSP Frame Delay
Replies: 9
Views: 4145

Re: RTSP Frame Delay

Hi Sebastien, Thanks for the response! I am investigating h264.c and packetizer_Helper.h and have placed debug messages to show up in VLC logs when I connect to video. My findings show that the function packetizer_Packetize is called most of the times twice in a row. Is packetization done on a per f...
by vocm88
22 Sep 2011 04:42
Forum: VLC stream-output (sout)
Topic: RTSP Frame Delay
Replies: 9
Views: 4145

Re: RTSP Frame Delay

Hi guys, I have been away from my project for a while, but I have returned. I didn't have much success with the multi-threaded decoding (using latest ffmpeg and vlc). However, I want to touch up on what Remi said. The hardware encoder manufacturer provides an active X demo which shows decoded video....
by vocm88
26 Jul 2011 00:57
Forum: VLC stream-output (sout)
Topic: RTSP Frame Delay
Replies: 9
Views: 4145

Re: RTSP Frame Delay

Hi guys,

I've decided to investigate compiling the latest release of ffmpeg with multi-threading along with vlc 1.2.0 in order to see if the multi-threaded decoding alleviates my problem. I will post results up here when I get them.

Cheers,
Voc.
by vocm88
19 Jul 2011 01:49
Forum: VLC stream-output (sout)
Topic: RTSP Frame Delay
Replies: 9
Views: 4145

Re: RTSP Frame Delay

Hi guys, Thanks a lot for the replies! Can I clarify a couple of things: the buffer is always at least as long as the packetization time Is it correct to say the above means that there is always an inherent lag from reality to encoder (packetization time during encoding)? Also, can there be any othe...
by vocm88
18 Jul 2011 10:04
Forum: VLC stream-output (sout)
Topic: RTSP Frame Delay
Replies: 9
Views: 4145

RTSP Frame Delay

Hi forum! I am using VLC for a project where I receive an RTSP stream from a network video encoder connected to a video camera. There is a delay from reality and what shows on the video feed, which I am aware can be configured using the RTSP caching value. (I have read the numerous posts on this for...
by vocm88
12 May 2011 03:05
Forum: VLC stream-output (sout)
Topic: RTSP Stream Freezing
Replies: 3
Views: 11301

Re: RTSP Stream Freezing

After some further investigation, I've noted two things: 1. Audio continues when video freezes. More importantly... 2. When set at 25 [fps] I have the RTSP caching set at 48 [ms] so as to minimise the video delay (and this works fine). However, I change the RTSP cache dynamically with frame rate. Fo...
by vocm88
11 May 2011 01:35
Forum: VLC stream-output (sout)
Topic: RTSP Stream Freezing
Replies: 3
Views: 11301

RTSP Stream Freezing

Hi forum! I am using VLC (ver 1.1.9) to connect to video streaming from a camera connected to a network IP device/encoder. When the encoder is configured to encode video at 25 [fps], I can successfully connect to the video using VLC and it works fantastically. However if I configure the encoder to d...
by vocm88
10 May 2011 03:15
Forum: VLC stream-output (sout)
Topic: Prevent Audio Bitstream in RTSP Stream
Replies: 4
Views: 1263

Re: Prevent Audio Bitstream in RTSP Stream

Hi Sebastien, I did as you suggested, and sure enough two connections are still established. I also managed to get my hands on a different IP network camera which I configured to only display video, and I see only one bit stream in NetLimiter, which has a bit rate matching the video bit rate set on ...
by vocm88
05 May 2011 09:22
Forum: VLC stream-output (sout)
Topic: Prevent Audio Bitstream in RTSP Stream
Replies: 4
Views: 1263

Re: Prevent Audio Bitstream in RTSP Stream

Hi Sebastien, thanks for the quick reply! To my knowledge, I have disabled audio from the network camera. If I connect through the browser interface provided by the manufacturers when the network is local, I get only the video bitstream in NetLimiter. I guess that's because it's not using RTSP proto...
by vocm88
05 May 2011 08:57
Forum: VLC stream-output (sout)
Topic: Prevent Audio Bitstream in RTSP Stream
Replies: 4
Views: 1263

Prevent Audio Bitstream in RTSP Stream

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 Wir...

Go to advanced search