Re: [Live-devel] MPEG-4 Streaming presentation rate

2009-05-12 Thread Michael Barkowski
and testOnDemandRTSP streams things at the proper rate. How do I go about checking the file that openRTSP has created? Where do I look to find out why testOnDemandRTSP always calculates 15 fps? Many thanks, -- Michael Barkowski ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] MPEG-4 Streaming presentation rate

2009-05-08 Thread Michael Barkowski
ing the default frame rate in playCommon.cpp which is used by openRTSP. -unsigned movieFPS = 15; // default +unsigned movieFPS = 30; // default This has no effect. Any ideas? What is testOnDemandRTSP Server missing? Just the frame rate? -- Michael Barkowski _