Re: [Live-devel] TaskScheduler::DoEventLoop() question.

2007-08-14 Thread Russell Brennan
Read the archives, I outlined how to do this some time ago. Dario maljur wrote: Hi. I’m using MFC to display streamed media. And I have to implement step by step execution, But DoEventLoop() just takes control. Is there something in live555 I can use instead DoEventLoop Wi

Re: [Live-devel] how to restarting the server rtsp ?

2007-07-17 Thread Russell Brennan
Not sure about your case because you weren't very descriptive, but when this happened to me, my file pointer was stale.  It was some strange scope issue in my case.  Are you modifying any code? cheung bonheur wrote: Hello,   I create a thread in which i launch the server rtsp.

Re: [Live-devel] Need help on Buffer pointer

2007-07-07 Thread Russell Brennan
See my previous posts in the archives. sivareddy kallam wrote: Hi, I am using live555 to get MPEG2 Transport Streams. I need help regarding the Buffer pointer. while i am receiveing MPEG2 Transport Stream, I am issuing playMediaSubsession & used Filesink to save on to file. I need the Buffer

Re: [Live-devel] MPEG2TransportStreamRTPSource and testMPEG2TSreceiver: not quite right...

2007-07-06 Thread Russell Brennan
he errors reported. Hope that helps. Cheers Shishir ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel -- Russell Brennan [EMAIL PROTECTED] (708) 699-7314 _

Re: [Live-devel] MPEG2TransportStreamRTPSource and testMPEG2TSreceiver: not quite right...

2007-07-06 Thread Russell Brennan
On 7/5/07, Ross Finlayson <[EMAIL PROTECTED]> wrote: Do you have a specific reason to not use openRTSP to receive transport streams? testMPEG2TransportStreamer has an optional RTSP server in it. I think instead of making MPEG2TransportStreamRTPSource, you should set up the chain like this: S

[Live-devel] MPEG2TransportStreamRTPSource and testMPEG2TSreceiver: not quite right...

2007-07-05 Thread Russell Brennan
PSource" I used "MPEG1or2VideoRTPSource" as a template, but use "rtpPayloadFormat = 33" as the format type. This is where I get lost... I don't know what sBit, bBit, or eBit should be and if they should differ in my new class, or if I need to change anything else for

Re: [Live-devel] Live stream frequently getting stuck

2007-06-28 Thread Russell Brennan
h video though are different. Should I attempt to modify presentation time? Kindly advice on how I can avoid the problem of the live stream frequently getting stuck. Thanks, Kartik ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555

Re: [Live-devel] Help with the testMPEG1or2VideoStreamer

2007-06-26 Thread Russell Brennan
por minuto. http://es.voice.yahoo.com<http://us.rd.yahoo.com/mail/es/tagline/messenger/*http://es.voice.yahoo.com/> ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel -- Russell Brennan

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-25 Thread Russell Brennan
y() and compute() HAD to be withing setupRTP() or else I would get a bad file descriptor error from select()... this probably has something to do with scope, but I will not investigate this further. Performace seems to be good, this uses minimal cpu cycles on my machine. If anyone has a better alternativ

Re: [Live-devel] calling SingleStep()

2007-06-25 Thread Russell Brennan
As an update, I decided for simplicity to just make this function public instead of protected. On 6/25/07, Russell Brennan <[EMAIL PROTECTED]> wrote: I'm trying to bypass doEventLoop() and call SingleStep() in my own while loop, but after going through a tangle of code trying to fig

[Live-devel] calling SingleStep()

2007-06-25 Thread Russell Brennan
ble) { if (watchVariable == NULL && *watchVariable == 0) SingleStep(); } Is there a better way to do this? If not, this might something worth adding to make the library more flexible. -- Russell Brennan [EMAIL PROTECTED] (708) 699-7314 ___ live-devel maili

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-22 Thread Russell Brennan
dio.) -- 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 -- Russell Brennan [EMAIL PROTECTED] (708) 699-7314 ___ live-devel mailing

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-21 Thread Russell Brennan
d so on. However, I am getting the error BasicTaskScheduler::SingleStep(): select() fails: Bad file descriptor Does anything look awry offhand? I would have like to have just passed createNew my pipe file descriptor, but I had to convert to the FILE struct to fit the createNew prototype. Thanks! Russel

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-20 Thread Russell Brennan
Well, I have been experimenting with piping and I can get file descriptors for pipes using the pipe() call, but it seems that I need a FILE sctruct rather than a file descriptor. Any ideas how to convert one to the other? Russell On 6/20/07, Russell Brennan <[EMAIL PROTECTED]> wrote:

Re: [Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-20 Thread Russell Brennan
m (including Linux). If instead you're running Windows, then I don't know what you'd do (although I think Windows has 'named pipes').) -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list li

[Live-devel] Buffered MPEG2-TS to RTP how-to

2007-06-19 Thread Russell Brennan
ent. Assuming that I get acknowledgement each time my buffer is ready to be sent out, can I simply call SingleStep() each time I have data to send? I hope I was clear enough... Thanks in advance! -- Russell Brennan ___ live-devel mailing list live-de