Re: [Live-devel] Support stream ".mov" file using mediaServer

2010-10-11 Thread Ross Finlayson
Does live555MediaServer support steaming MOV(QuickTimeFile) container format? No. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-dev

Re: [Live-devel] Error of the server running in Linux

2010-10-11 Thread Ross Finlayson
Hello i have solved the problem in linux by applying the variable #define READ_FROM_FILES_SYNCHRONOUSLY 1, as by default for windows, within the class ByteStreamFileSource. Can anyone guess why from the last update in my code, i need this modification in order to run properly the server? Because

[Live-devel] Support stream ".mov" file using mediaServer

2010-10-11 Thread town angel
Does live555MediaServer support steaming MOV(QuickTimeFile) container format? I am wondering how to implement it in live555 library? Can anyone give me a guild to what function i need to implement ? I'm reading sourcecode of DarwinStreamServer to investigate how Darwin packet MOV to rtp. Thank

Re: [Live-devel] live-devel Digest, Vol 84, Issue 4

2010-10-11 Thread Eyal Shveky
Hi Guy Thank you for your fast response. It's not easy to search the archive for the correct "Visual Studio 2008 solution". Can you please direct me to the right month or alternately send me a zip of the solution. Thanks Eyal Shveky Eyal Software Engineer at Aeronautics E-Mail: e

Re: [Live-devel] Error of the server running in Linux

2010-10-11 Thread Ivan Alen Fernandez
Hello i have solved the problem in linux by applying the variable #define READ_FROM_FILES_SYNCHRONOUSLY 1, as by default for windows, within the class ByteStreamFileSource. Can anyone guess why from the last update in my code, i need this modification in order to run properly the server? Does it da