[Live-devel] how to get the RTP packages
Robert Pletscher
robert_pletscher at yahoo.com
Sun Jan 17 21:45:32 PST 2010
>
> 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: Robert_Pletscher at yahoo.com
More information about the live-devel
mailing list