Re: [Live-devel] Event Triggerring

2011-07-23 Thread Ross Finlayson
And I would like to ask if it is possible to detect when the client connects to the server. Of course. This is what a server does. Actually I want to implement 2 features: 1. To start playing the file when the first client connects. In order to do that I think to catch somehow the event of t

Re: [Live-devel] Event Triggerring

2011-07-23 Thread Sergey G. Kosov
ion to this question. Thanks in Advance, Sergey. -Original Message- From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Friday, July 22, 2011 2:12 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Li

Re: [Live-devel] Event Triggerring

2011-07-21 Thread Ross Finlayson
I thought in the direction of creating a trigger with EventTriggerId myTrigger = env->taskScheduler().createEventTrigger(myProc); To launch my routine within the playing process, but as I understand, I cannot call env->taskScheduler().triggerEvent(myTrigger); within the Event Loop. Yes, of c

[Live-devel] Event Triggerring

2011-07-21 Thread Sergey G. Kosov
Hi, I use the "testH264VideoStreamer" application and VLC media player on localhost to transmit AVC flow. I want to intervene in the transmission process in order to have a possibility to access and change the video stream on the fly. But after the command: env->taskScheduler().doEventLoop(); //