|
View:
New views
2 Messages
—
Rating Filter:
Alert me
|
|
|
Extending ccRTP to support DCCP protocolHello folks,
I'm one of the developers on the DCCP on Linux. While I'm contributing for the linux kernel on this direction, I'm also working on enable well-know applications to support DCCP. I already implemented and contribute to GStreamer provinding the DCCP plugin. I'm working now on make twinkle support DCCP. Twinkle use ccRTP to transport multimedia data. I want to make ccRTP a DCCP enabled. I then studied the ccRTP code and I'd like to know suggestions of how to start. I could see that ccRTP uses commonc++, that provides UDPSocket. I than implemented the DCCPSocket on top of commonc++, but I'd like a suggestion on how to plugin the DCCPSocket in the ccRTP. I understood that you have the channel.h, where it seems the things happens, but I'd like an opinion from any developer of ccRTP project. Thank you, Leandro. _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
|
|
Re: Extending ccRTP to support DCCP protocolThere is an additional complexity in ccrtp, since it actually uses
templates to construct the functional stack. I like this idea very much, and I would be happy to take a patch in for the common c++ part for a DCCPSocket class right away. I wish someone would do something similar for RDP messaging so one can do a send/receive/reply style messaging system easily on top of udp as a generic RDP socket service :). Leandro Sales wrote: > Hello folks, > I'm one of the developers on the DCCP on Linux. While I'm > contributing for the linux kernel on this direction, I'm also working > on enable well-know applications to support DCCP. I already > implemented and contribute to GStreamer provinding the DCCP plugin. > I'm working now on make twinkle support DCCP. Twinkle use ccRTP to > transport multimedia data. I want to make ccRTP a DCCP enabled. I then > studied the ccRTP code and I'd like to know suggestions of how to > start. I could see that ccRTP uses commonc++, that provides UDPSocket. > I than implemented the DCCPSocket on top of commonc++, but I'd like a > suggestion on how to plugin the DCCPSocket in the ccRTP. I understood > that you have the channel.h, where it seems the things happens, but > I'd like an opinion from any developer of ccRTP project. > > Thank you, > Leandro. > > > _______________________________________________ > Ccrtp-devel mailing list > Ccrtp-devel@... > http://lists.gnu.org/mailman/listinfo/ccrtp-devel [dyfet.vcf] begin:vcard fn:David Sugar n:Sugar;David org:GNU Telephony email;internet:dyfet@... tel;work:+1 201 215 2609 url:http://www.gnutelephony.org version:2.1 end:vcard _______________________________________________ Ccrtp-devel mailing list Ccrtp-devel@... http://lists.gnu.org/mailman/listinfo/ccrtp-devel |
| Free embeddable forum powered by Nabble | Forum Help |