[Live-devel] Boolean Groupsock::deleteIfNoMembers;

2014-02-07 Thread Thomas Göllner
ce(FramedSource* inputSource) { Medium::close(inputSource); if (fInputGroupsock->members().IsEmpty() && fInputGroupsock->deleteIfNoMembers) { delete fInputGroupsock; fInputGroupsock = NULL; } }

[Live-devel] Boolean Groupsock::deleteIfNoMembers;

2014-02-06 Thread Thomas Göllner
Hi all, I'm wondering why there is a "Boolean Groupsock::deleteIfNoMembers;" when it is never used... I think for operations on limited hardware it is a good idea to delete the groupsock when it is no longer needed instead of keeping it alive in case it would be used in future.

Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-30 Thread Thomas Göllner
I've got it. The objects afterGettingFrame() function copys the parameters. That's, what I forgot. So I did not tell the next Filter in queue, that there is any data - because of frameSize. I'll try now to insert the tables as I mentioned and report the resu

Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-27 Thread Thomas Göllner
I've got it. The objects afterGettingFrame() function copys the parameters. That's, what I forgot. So I did not tell the next Filter in queue, that there is any data - because of frameSize. I'll try now to insert the tables as I mentioned and report the result. Best regards,

Re: [Live-devel] Adding some DVB Tables to a Stream

2014-01-27 Thread Thomas Göllner
int for me how the data is carried from RTP/UDP Source to the filter and especially from the filter to... to what - the Sink I guess ;-) ? Best regards, Thomas Göllner ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

[Live-devel] Adding some DVB Tables to a Stream

2014-01-26 Thread Thomas Göllner
Hi, I want to add some DVB tables (e.g. SDT, NIT) to a stream that I'm streaming over LIVE555 RTSPServer. Can someone tell me where the best point for this injection is? I'm receiving a TS via RTPSource or UDPSource.^ Best regards, Thomas ___ live-de

Re: [Live-devel] derived RTSPServer class - get RTSPClientSession by SessionId

2014-01-02 Thread Thomas Göllner
> It's unusual for a "DESCRIBE" request to contain a "Session:" header. I > think it's allowed in the protocol, but our RTSP client implementation does > not support it. (So, if you wanted to do this, for your client(s) you'd > either need someone else's RTSP client implementation, or else hac

[Live-devel] derived RTSPServer class - get RTSPClientSession by SessionId

2014-01-01 Thread Thomas Göllner
o the description will confuse the "normal" clients. To clarify what I mean and what I've done so far, I post a shortend version of the SourceCode to myRTSPServer-class. Please tell me how I can access fClientSessions Hashtable which is declared as private. Or am I supposed to do this