Re: [Live-devel] H.264 presentation time

2007-10-19 Thread Ross Finlayson
From reading the past mailing-list archive, I get the idea that in my h.264 framer I have to only set "fPresentationTime" and "fDurationInMicroseconds" properly, and then the H264VideoRTPSink will take care of setting the RTP timestamp correctly. Is my understanding correct ? Yes. However, i

[Live-devel] H.264 presentation time

2007-10-19 Thread Raymond Tam
Hi, I've implemented my H.264 framer but my streaming video doesn't look right on the VLC client, it looks jittery and the picture breaks up. >From reading the past mailing-list archive, I get the idea that in my h.264 framer I have to only set "fPresentationTime" and "fDurationInMicroseco

Re: [Live-devel] FramedFilter::~FramedFilter()

2007-10-19 Thread Ross Finlayson
In FramedFilter.cpp FramedFilter::~FramedFilter() fInputSource is not set to NULL after Medium::close(fInputSource); Any reason? There's no need to do this. This is the class's destructor; the object is about to be destroyed anyway. -- Ross Finlayson Live Networks, Inc. http://www.live555.c

[Live-devel] FramedFilter::~FramedFilter()

2007-10-19 Thread xcsmith
In FramedFilter.cpp FramedFilter::~FramedFilter() fInputSource is not set to NULL after Medium::close(fInputSource); Any reason? Thx. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] Playing streams received with -r option

2007-10-19 Thread Ross Finlayson
>I tried to play the stream using openRTSP as receiving instrument >and now I'm a bit puzzled about this. >I tried the following: >$ openRTSP -r -p 5000 rtsp://172.16.200.54/ & >$ vlc --demux=m4v udp://@:5000 > >Video source is AXIS IP camera. >I see video but it looks awfully blurred. > >Funny tha

[Live-devel] Playing streams received with -r option

2007-10-19 Thread Alexey Maksimov
Hi, I tried to play the stream using openRTSP as receiving instrument and now I'm a bit puzzled about this. I tried the following: $ openRTSP -r -p 5000 rtsp://172.16.200.54/ & $ vlc --demux=m4v udp://@:5000 Video source is AXIS IP camera. I see video but it looks awfully blurred. Funny that if