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
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
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
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
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