Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread Ross Finlayson
I am relatively new using the live555 libraries and sorry if my questions are too trivial. I read the FAQ especially the question which says how to modify test*Streamer application to read from a live audio or video. No, I meant: Read the FAQ entry about threads. If you want to use mul

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread Yedidia Amit
, December 03, 2008 5:35 PM To: [EMAIL PROTECTED] Subject: Re: [Live-devel] problems with New FramedSource creation Dear Ross, I am relatively new using the live555 libraries and sorry if my questions are too trivial. I read the FAQ especially the

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread anand meher
Dear Ross, I am relatively new using the live555 libraries and sorry if my questions are too trivial. I read the FAQ especially the question which says how to modify test*Streamer application to read from a live audio or video. I wanted to modify testMPEG2TransportStreamer so that it can read

Re: [Live-devel] problems with New FramedSource creation

2008-12-03 Thread Ross Finlayson
I am developing software which is a multithreaded program and one thread requires the transport stream packets to be streamed from my data structures. I should also take care of mutual exclusion to the access of the data structure Read the FAQ! -- Ross Finlayson Live Ne

[Live-devel] problems with New FramedSource creation

2008-12-03 Thread anand meher
Hi everyone, I am developing software which is a multithreaded program and one thread requires the transport stream packets to be streamed from my data structures. I should also take care of mutual exclusion to the access of the data structure .I have created a new Device Source