Page 1 of 1
add SCTP module to vlc protocol
Posted: 13 Dec 2008 23:19
by lotfi
hi
i'm working on the sctp protocols (
http://www.sctp.org/ ) and i would like to implement this protocol in vlc because it suit real time and streaming application.
can somebody help me?
Re: add SCTP module to vlc protocol
Posted: 15 Dec 2008 00:44
by Jean-Baptiste Kempf
What do you need to know ?
Re: add SCTP module to vlc protocol
Posted: 16 Dec 2008 20:08
by lotfi
HI
I'm meaning how to make vlc work with (as same as UDP, HTTP,RTP).and i've choosen this protocol because it suit real-time application
Re: add SCTP module to vlc protocol
Posted: 16 Dec 2008 23:22
by Jean-Baptiste Kempf
You have to code an access module in VLC.
Re: add SCTP module to vlc protocol
Posted: 17 Dec 2008 13:50
by lotfi
Salut
je veux savoir qu'est ce qu'un module access
merci
Re: add SCTP module to vlc protocol
Posted: 21 Dec 2008 01:50
by insular
Hi there, I am also interested in doing this (and just PM'd lofti). Is there not already support for SCTP? A search of the wiki shows there is some support for it? with:
--sout-rtp-proto={dccp,sctp,tcp,udp,udplite}
Transport protocol
This selects which transport protocol to use for RTP.
http://wiki.videolan.org/VLC_command-line_help
I'll have a look through the documentation about coding an access module for SCTP. I will be looking at SCTP with MDVC over the next year as part of my research. Look forward to possibly working on an implementation for SCTP in VLC!
Re: add SCTP module to vlc protocol
Posted: 22 Dec 2008 00:49
by lotfi
hi there
i think that if we have lksctp (linux kernel for sctp) and sctplib (sctp libririe for c/c++) we can add this access module and we have these support but the problem is how to do integrate sctp in vlc as well as udp or rtp...
Re: add SCTP module to vlc protocol
Posted: 29 Dec 2008 19:46
by ivoire
You need to do an access module, have a look to modules/access/ directory for some examples.
Re: add SCTP module to vlc protocol
Posted: 16 Jan 2009 20:30
by lotfi
hi ivoire
what about the network directory?