Re: [Live-devel] continuous streaming of m4e media file

2011-03-08 Thread Ross Finlayson
But if I have multiple files which are constantly growing in size OK, I think I misunderstood your question. I originally thought you were talking about reading from multiple files as if they were concatenated together into a single file. That's what "ByteStreamMultiFileSource" is for. I

Re: [Live-devel] continuous streaming of m4e media file

2011-03-08 Thread Sumeet Kumar - ERS, HCL Tech
Hi Ross, My initial problem was that I had to stream a file, which is continuously growing in size. To solve this problem, I had used the redirection operator (testMPEG4VideoStreamer < test.m4e) and changed "inputFileName" (in "testMPEG4VideoStreamer.cpp") to "stdin". But if I have multiple file

Re: [Live-devel] continuous streaming of m4e media file

2011-03-08 Thread Ross Finlayson
In that case do I need to use the redirection operator ("<") No, the redirection operator names a single file. If you decide to use "ByteStreamMultiFileSource" - which names several files - then you don't use this (or "stdin") at all. -- Ross Finlayson Live Networks, Inc. http://www.live555

Re: [Live-devel] continuous streaming of m4e media file

2011-03-08 Thread Sumeet Kumar - ERS, HCL Tech
Hi Ross, In that case do I need to use the redirection operator ("<"). Or should I run the exe, without using the redirection operator. Also I assume that I need to change the "inputFileName" variable to "stdin". Regards, Sumeet Kumar ::DISCLAIMER:: -

Re: [Live-devel] Mpeg2 stream

2011-03-08 Thread Ross Finlayson
Mpeg2 encoded stream Mpeg2 instead of H.264. Which stream server? Is this a MPEG-2 Program Stream, a MPEG-2 Transport Stream, a MPEG-2 Video Elementary Stream, or a MPEG-2 Audio Elementary Stream? (live555 works?) Yes. The details depend upon the type of stream (see above). -- Ross F

[Live-devel] Mpeg2 stream

2011-03-08 Thread Kaan Turkyilmaz
Mpeg2 encoded stream Mpeg2 instead of H.264. Which stream server? (live555 works?) Thanks for your help, -- Kaan ___ live-devel mailing list live-devel@lists.live555.com h

Re: [Live-devel] continuous streaming of m4e media file

2011-03-08 Thread Ross Finlayson
I need another suggestion from you. I have multiple files which needs to be streamed sequentially. So how do I redirect these multiple files instead of only a single file (as suggested by you - "testMPEG4VideoStreamer < test.m4e", will stream only a single file). Yes, you can use the "ByteStr

Re: [Live-devel] Compilation Problem

2011-03-08 Thread Ross Finlayson
am a newbie using this wonderful library. i tried to edit few programs and recomplied them, then i got these errors H264VideoStreamFramer.hh: No such file or directory. few others headers were missing i checked all files some of the headers were missing . You must not have downloaded/unpack

[Live-devel] Compilation Problem

2011-03-08 Thread ajay kashyap
hi, am a newbie using this wonderful library. i tried to edit few programs and recomplied them, then i got these errors H264VideoStreamFramer.hh: No such file or directory. few others headers were missing i checked all files some of the headers were missing . __

Re: [Live-devel] continuous streaming of m4e media file

2011-03-08 Thread Sumeet Kumar - ERS, HCL Tech
Hi, Thanks a lot for your suggestions. It works great. I need another suggestion from you. I have multiple files which needs to be streamed sequentially. So how do I redirect these multiple files instead of only a single file (as suggested by you - "testMPEG4VideoStreamer < test.m4e", will strea

[Live-devel] compile warning

2011-03-08 Thread 44072429
compile warning D:\DEVELOP\DEVELOP\OPENSOURCE\LIVE555\GROUPSOCK\INCLUDE\NetCommon.h(40) : warning C4005: 'EAGAIN' : macro redefinition C:\Program Files\Microsoft Visual Studio\VC98\INCLUDE\errno.h(83) : see previous definition of 'EAGAIN'___