ce(FramedSource* inputSource) {
Medium::close(inputSource);
if (fInputGroupsock->members().IsEmpty() &&
fInputGroupsock->deleteIfNoMembers) {
delete fInputGroupsock;
fInputGroupsock = NULL;
}
}
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.
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
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,
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
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
> 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
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