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
> 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.
>
>
> 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
> 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
> 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
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.
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
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
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
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
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
11 matches
Mail list logo