Re: [Live-devel] live555 bitrate

2009-05-26 Thread Ross Finlayson
The rate at which data is sent through a "RTPSink" is determined *entirely* by the value of "fPresentationTime" that is set for each chunk of data that is fed to the "RTPSink". If you are seeing a different data rate at the receiving end, it might be because of network packet loss. -- Ross F

[Live-devel] RTSPClient as MediaSource for Live555 Media Server

2009-05-26 Thread Thomas Drewermann
Hi, first of all thanks for your wonderful library with so many features! I'm currently faced to a problem caused by VLC. The current VLC implementation does not support RTP over TCP to pass Client-Sided NAT environments. I've tried several Proxy-Servers to pass the incoming UDP-traffic to t

Re: [Live-devel] Memory leaks, only creatNew But no delete

2009-05-26 Thread Ross Finlayson
I searched all files of live555, found nowhere to delete the pointer of BasicTaskScheduler instance, include playcommon.c . I don't know whether I should delete it myself. But the destructor of class "BasicUsageEnvironment" is declared in protected field and cannot accessed by "delete". Should I

[Live-devel] live555 bitrate

2009-05-26 Thread joeflin
Hi, I am using live555 to stream 264 video over the net. >From VLC, it shows that the bitrate of the received stream is, say, from 1386 >kb/s to 2123 kb/s, even I set the bitrate actually to 5000 kb/s. If I dump the frames to a local file before stream it, then VLC can display this file OK at