>
> I'm writing to ask how I can get the RTP packages in order
> to store them in a database.
> I'm looking forward to hearing from you soon.
>
I know from the mail list archive that if using UDP as the transport protocol,
to get the RTP packages, the change below will do the job:
if (strcmp(fProtocolName, "UDP") == 0) {
on line 656 of "MediaSession.cpp" to
if (True) {
How can I implement this for the TCP protocol? Do I have to write a
"BasicTCPSource" class like the BasicUDPSource class and insert the code for
using this class in the live555 code?
I'm looking forward to hearing from you soon.
Yours,
Robert
*************************************************
Robert Pletscher
mobile: +86-136-2111 5464
mail to: [email protected]
_______________________________________________
live-devel mailing list
[email protected]
http://lists.live555.com/mailman/listinfo/live-devel