[Live-devel] Fwd: Doubts Regarding Running Test*Streamer.cpp

2010-06-16 Thread Waazim Reza
Hello, I am Waazim Reza, a Master's student from Florida Atlantic University. I had few doubts regarding using LiveMedia Sever and the sample applications. I am running a windows machine with visual studio 2005 on it. After a few attempts, I am able to successfully build and compile the code. Howe

Re: [Live-devel] liveMedia and CMake

2010-06-16 Thread Ross Finlayson
Making a visual studio project for live555 was very easy. I'll post mine to this list (or wherever appropriate) after I clean it up and make it suitable for distribution along with the standard live555 checkout. Feel free. However, we will not be distributing a "Visual Studio Project" on our w

Re: [Live-devel] liveMedia and CMake

2010-06-16 Thread Joshua Migdal
You can use makefiles just fine in windows. nmake -f . But with that said, I prefer to use Visual Studio projects instead of makefiles for my build environment. Making a visual studio project for live555 was very easy. I'll post mine to this list (or wherever appropriate) after I clean it up and m

Re: [Live-devel] liveMedia and CMake

2010-06-16 Thread Ross Finlayson
Are there any ideological objections against CMake? No. The only problem I have with using "CMake" (or something like it) is that it would impose a small burden (i.e., having to download and install a new utility) on most developers who use this software (those who develop for Unix/Posix/Lin

Re: [Live-devel] Live streaming mpeg1or2

2010-06-16 Thread Ross Finlayson
Great, thanks for the info. My program now sets the fPresentationTime with gettimeofday. I am now using openRTSP instead of VLC and I have looked at the output file and that tells me that I am sending too many frames. Basically, the output looks like I am sending about 100 frames per 1 frame th

[Live-devel] liveMedia and CMake

2010-06-16 Thread Yuri Timenkov
Hi all, There was a mail about 4 years ago (in 2006) with patch adding support for CMake build system to liveMedia, but there was no any reaction. Are there any ideological objections against CMake? The main advantage (for me :) ) of using CMake for liveMedia is excellent windows support

Re: [Live-devel] Live streaming mpeg1or2

2010-06-16 Thread Dillon Lee
Great, thanks for the info. My program now sets the fPresentationTime with gettimeofday. I am now using openRTSP instead of VLC and I have looked at the output file and that tells me that I am sending too many frames. Basically, the output looks like I am sending about 100 frames per 1 frame tha

Re: [Live-devel] (no subject)

2010-06-16 Thread Ross Finlayson
My basic question is whether it is sufficient to test if openRTSP can connect to my IP-camera to be able to say that Live555 supports my device and I can go on working with it. Yes, with the caveat that "openRTSP" does not care about the "presentation times" of each received frame. Therefore,

[Live-devel] (no subject)

2010-06-16 Thread Oeljeklaus, Malte (Extern)
Hello list members, I'm currently working on a coding project for a device similar to an IP-camera which streams via rtsp using an MPEG-4 codec. I'm trying to set up a testing environment on my local PC for that I don't have the hardware available all the time. To do so, I've been experimenting