[Live-devel] rtcp is working wrong

2009-06-16 Thread Armando Ko
Hello all, i have implemented a streaming server (rtp and rtcp) and i have sometimes problem with rtcp. At system start up, sometimes rtcp don´t working and sometimes it´s working very fine. i made some statistic for 10 start up phases 2 times are wrong. I want to debung but i don´t know how

[Live-devel] jpeg streaming max. size

2008-11-05 Thread Armando Ko
Hallo, i´am using the live555 for jpeg streaming and it´s great.Thanks at all. my question is about the maximun jpeg size i can stream if i´don´t compress the file ? i´m trying with the 227kb jpeg and the dispayling quality is wrong (the client show the file which the gray balk at the end of fi

[Live-devel] RTCP and Live555 performance

2008-06-04 Thread Armando Ko
Hi, I´m using the live555 to stream one image per seconde (reading from the files) and in the incomingHandler form the RTCPInstance i´m getting more client rtcp-app infos and i´m writting them in xml files every 5 secondes. The problem is after starting my application, the process performance i

[Live-devel] Live555 jpeg streaming (1 pic per sec)

2008-05-29 Thread Armando Ko
Hi, How can i use the live555 to stream one jpeg per 1 second. I had tried this with a thread and this thread wait 1 sec everytime but in Wireshark i see that the jpegs are sending every 4 sec. Which parameters in the Live555 and how can i  set  it for realizing  that? thank you Armando _

[Live-devel] How to read rtcp-app packets

2008-04-23 Thread Armando Ko
Hello,   Please can somebody tell me which functions of the RTCP.hh and how  can i use it for reading or receiving the rtcp - app packets sending from a live555 server to a client ?   The server send the app packet to me (client).   Thank in advance. Ko._

[Live-devel] RE : Re: Initialization of the Live555 for 2 streamings

2007-11-14 Thread Armando Ko
Hi Ross, Thank you it´s working very well. Armando Ross Finlayson <[EMAIL PROTECTED]> a écrit : >Hallo, > >is possible to initialize the live555 for doing 2 streams ? Yes. Create the source and sink objects for each stream, call "sink->startPlaying(...)" for each stream, then call "scheduler.

[Live-devel] Initialization of the Live555 for 2 streamings

2007-11-13 Thread Armando Ko
Hallo, is possible to initialize the live555 for doing 2 streams ? For example one for mpeg streaming at the port 1234 and the second stream for jpeg at the second port 5678 and the two streams are working with the same multicast adress. The idea is to use 2 channels for streaming 1 server a

[Live-devel] implement the RTCP APP Packet

2007-07-02 Thread Armando Ko
hi, How can i expand the Live555 to implement the rtcp app packet. Please i need some details for a new user of the live555. Can the app packet replace the bye packet ? thank you Armand - Ne gardez plus qu'une seule adresse mail ! Copiez vos mail

[Live-devel] Using the live555 to implement RTCP

2007-06-28 Thread Armando Ko
Dear all, my idea is to make 2 separates applikation one for RTP streamingserver (rtp.exe) for JPEG streaming and the second application ist for RTCP (rtcp.exe). For do this i would write the SSRC from rtp.exe in a file and read it from this file with rtcp.exe. the connection point of both appl