[Live-devel] Help in understanding LiveMedia Library

2008-06-01 Thread Manzoor Ahmed
Hey everyone, I am working on a project in which i want to stream videos over LAN. I have understood the working by creating a working prototype of the model. In the prototype i have used some existing directshow filters like the Morgan RTP filter and Lead H.264 codecs filters. I have embedded t

[Live-devel] live555 , pthread, shared library and C/C++

2008-06-01 Thread gather bzbz
1. I have a program that creates pthreads p1,p2,p3,p4 (pure C codes). It works well. Meaning p1,p2,p3,p4 all do their own jobs indepently and correctly. 2. Then I want to add the 5th pthread with live555+wis-streamer. I modify the wis-streamer code so I can compiled it as a shared lib (say live5

Re: [Live-devel] Take input from a live source instead of from a file

2008-06-01 Thread Ross Finlayson
Please DO NOT send the same question to the mailing list more than once! -- 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-devel

[Live-devel] Take input from a live source instead of from a file

2008-06-01 Thread liang0124
Hello: I am just beginning to use live library.There are not much instance using live library except testprogs. I get the image datas from a camera and I have compressed it with MPEG4 format.Now,The data is stored in the buffers malloced in the programme.So I need to stream live video and trasm

Re: [Live-devel] Take input from a live source instead of from a file

2008-06-01 Thread Ross Finlayson
But the most "test*Streamer" in the test programs read data from a file,How can I modify it so take input from the live source instead of from a file? Please read the FAQ! -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel m

[Live-devel] Take input from a live source instead of from a file

2008-06-01 Thread liang0124
Hello: I am just beginning to use live library.There are not much instance using live library except testprogs. I get the image datas from a camera and I have compressed it with MPEG4 format.Now,The data is stored in the buffers malloced in the programme.So I need to stream live video and tras