[Live-devel] Implement a real time app using live555

2013-11-25 Thread Foad SaeidiNik
Hi , I want to implement a real time application which server streams it's music to clients , and clients should play this stream exactly simultaneously.After a lot of search , I found live555 for my purpose.After some experience with it , I finally figured out that I can use from testMP3Streamer a

Re: [Live-devel] Server socket not closed after TCP request from client

2013-11-25 Thread Warren Young
On 11/25/2013 13:54, Bruno Abreu wrote: What we've noticed is that after the TEARDOWN from each client we can see a socket left in CLOSE_WAIT state. That means the client sent FIN, the server stack sent ACK, and nothing else happened. Because TCP is bidirectional, the server is allowed to c

[Live-devel] Server socket not closed after TCP request from client

2013-11-25 Thread Bruno Abreu
Hello Ross, while trying to replicate a problem that occasionally arises with a small set of streaming servers, we detected something that might be an issue with LIVE555. Those servers are behind a firewall which blocks UDP packets (not under our control). So the clients request data via TCP, not

Re: [Live-devel] Sony SNC-RZ50N RTSP stream stopping

2013-11-25 Thread Umar Qureshey
Yes, the firmware version is the latest for that model. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RFC 2435 compliance

2013-11-25 Thread Alexandr Němec
> This same question (I think) came up last January.  Here is the answer that I > gave at that time:   Thanks for your quick reply. Sorry, I googled through the archives, but did not find this one. The "zigzag" idea is the correct answer, as this order is required for the JPEG DQT segment. So Li

Re: [Live-devel] RFC 2435 compliance

2013-11-25 Thread Ross Finlayson
This same question (I think) came up last January. Here is the answer that I gave at that time: http://lists.live555.com/pipermail/live-devel/2013-January/016400.html Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel m

[Live-devel] RFC 2435 compliance

2013-11-25 Thread Alexandr Němec
Dear Ross,   we came across an interesting issue with JPEG video (transmitted via RTP) not being decoded correctly. We tracked down this issue to the fact, that live555 seems to use different default JPEG quantizer tables (luma and chroma - see JPEGVideoRTPSource.cpp line 271, latest source code