Re: [Live-devel] Help with the testMPEG1or2VideoStreamer

2007-07-02 Thread Joan Manuel Zabala
ok, Russell. thank you very much by the clarifying one now. I have a problem with my programs client and server, because the side server supposedly is transmitting the packages of video to the network by a port RTP () and the client is not receiving anything. in addition I am working of loca

Re: [Live-devel] Help with the testMPEG1or2VideoStreamer

2007-06-26 Thread Russell Brennan
If I understand your question correctly, you are simply asking if packets are sent when startPlaying() is called. I believe the answer is no, doEventLoop() calls a function called SingleStep() in a while loop. Each time SingleStep() is executed, a packet is sent. That's as deep as I understand i