Re: [Live-devel] StreamReplicator bug deactivating a replica?

2012-04-30 Thread Ross Finlayson
Thanks for the report. Yes, there is a bug in that code, although it wasn't quite what you thought. Try replacing those two "for" loops with the following: for (StreamReplica* r1 = fReplicasAwaitingCurrentFrame; r1 != NULL;) { if (r1 == replicaBeingDeactivated) { if (r1 == fRe

Re: [Live-devel] RTP/raw UDP stream joining after stream starts

2012-04-30 Thread Ross Finlayson
> Ross, would you please look at this MP2TS file for us? > > http://etr-usa.com/live555/novideo.ts > > It always streams successfully via RTSP over raw UDP from mediaServer, but > shows no video when streamed from testMPEG2TransportStreamer if the sender > starts before the receiver. > >

Re: [Live-devel] Cygwin doesn't include xlocale.h

2012-04-30 Thread Ross Finlayson
> Live555 2012.04.27 builds if you add "-DXLOCALE_NOT_USED" to config.cygwin. OK, I'll do this in the next release of the software. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http

Re: [Live-devel] LIVE555 RTMP

2012-04-30 Thread Ross Finlayson
> Is RTMP going to be supported in the future for stream creation and > acquisition? No. 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

Re: [Live-devel] PATCH: raw UDP mode for testMPEG2TransportStreamer

2012-04-30 Thread Ross Finlayson
> Attached is a quick hack on testMPEG2TransportStreamer.cpp to give it a > compile-time mode for raw UDP streaming instead of RTP. > > Perhaps it would be useful to include this in the next version. No, because streaming over raw UDP is a bad idea, and I don't want to further encourage its use

[Live-devel] LIVE555 RTMP

2012-04-30 Thread John Virga
Is RTMP going to be supported in the future for stream creation and acquisition? Thanks! ~ - ~ - ~ - ~ - ~ - ~ - ~ John J. Virga Advanced Services Engineer ~ - ~ - ~ - ~ - ~ - ~ - ~ ___ live-devel mailing list live-devel@lists.live555.com http://lists.

[Live-devel] 100% CPU in tcpReadHandler in extream case.

2012-04-30 Thread Jeff Shanab
From: Jeff Shanab Sent: Monday, April 30, 2012 9:15 AM To: live-devel@lists.live555.com. Subject: 100% CPU in tcpReadHandler in extream case. I have read thru the archives and found mention of this issue before but also that it had definitely been fixed in 2010.03.14. I am running 2012.2.29 li

[Live-devel] Cygwin doesn't include xlocale.h

2012-04-30 Thread Warren Young
Live555 2012.04.27 builds if you add "-DXLOCALE_NOT_USED" to config.cygwin. ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] StreamReplicator bug deactivating a replica?

2012-04-30 Thread Bruno Abreu
Hello Ross and everyone I never got to thank you for fixing the race condition in H264VideoFileServerMediaSubsession and MPEG4VideoFileServerMediaSubsession (release 2011.06.14) so, thank you very much for that one. I believe I came across another bug. We are running an application in which w

[Live-devel] RTP/raw UDP stream joining after stream starts

2012-04-30 Thread Warren Young
Ross, would you please look at this MP2TS file for us? http://etr-usa.com/live555/novideo.ts It always streams successfully via RTSP over raw UDP from mediaServer, but shows no video when streamed from testMPEG2TransportStreamer if the sender starts before the receiver. This doesn't

[Live-devel] PATCH: raw UDP mode for testMPEG2TransportStreamer

2012-04-30 Thread Warren Young
Attached is a quick hack on testMPEG2TransportStreamer.cpp to give it a compile-time mode for raw UDP streaming instead of RTP. Perhaps it would be useful to include this in the next version. --- testMPEG2TransportStreamer.cpp.orig 2012-04-30 12:03:15.0 -0600 +++ testMPEG2TransportStream