How to VLC receive RTP stream ?

This forum is about all development around libVLC.
csj561
New Cone
New Cone
Posts: 5
Joined: 19 Nov 2012 10:26

How to VLC receive RTP stream ?

Postby csj561 » 23 Nov 2012 04:12

I readed VLC source code ,but I don't understand vlc how to receive RTP stream.
I did a test and marked on modules/access/rtp.c.Then ,I find that this module didn't loaded when play.
So I want to know which module used receiving RTP stream?

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: How to VLC receive RTP stream ?

Postby Rémi Denis-Courmont » 23 Nov 2012 10:34

Depending on the case, VLC might use liblive555 to receive RTP/RTCP.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

csj561
New Cone
New Cone
Posts: 5
Joined: 19 Nov 2012 10:26

Re: How to VLC receive RTP stream ?

Postby csj561 » 26 Nov 2012 02:54

Depending on the case, VLC might use liblive555 to receive RTP/RTCP.
Thank u.I think so.
But I want to use modules/access/rtp.c this module to receive RTP stream,because I can't modify liblive555' code and I need SRTP in RTP.What should I do?Disable live555 when configure?

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: How to VLC receive RTP stream ?

Postby Rémi Denis-Courmont » 26 Nov 2012 08:26

You should use the native input then, obviously.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded

csj561
New Cone
New Cone
Posts: 5
Joined: 19 Nov 2012 10:26

Re: How to VLC receive RTP stream ?

Postby csj561 » 26 Nov 2012 08:46

You should use the native input then, obviously.
en,I need vlc support SRTP protocol or need a player which support SRTP protocol .The native VLC don't sorpport it,although VLC has SRTP module,but the module will not be ran when play.
Do you have any ideas ?

ubootme
New Cone
New Cone
Posts: 2
Joined: 05 Nov 2010 03:27

Re: How to VLC receive RTP stream ?

Postby ubootme » 29 Jan 2013 03:00

You should use the native input then, obviously.
en,I need vlc support SRTP protocol or need a player which support SRTP protocol .The native VLC don't sorpport it,although VLC has SRTP module,but the module will not be ran when play.
Do you have any ideas ?
I am also in progress of dealing srtp sending/recving,and if possible,we can discuss this together? :》

Rémi Denis-Courmont
Developer
Developer
Posts: 15323
Joined: 07 Jun 2004 16:01
VLC version: master
Operating System: Linux
Contact:

Re: How to VLC receive RTP stream ?

Postby Rémi Denis-Courmont » 29 Jan 2013 20:10

SRTP does not really mean anything. SRTP is easy to implement and VLC already supports it.

The difficult part is key negotiation, via MIKEY, zRTP, DTLS or whatever. VLC does not support any of that.
Rémi Denis-Courmont
https://www.remlab.net/
Private messages soliciting support will be systematically discarded


Return to “Development around libVLC”

Who is online

Users browsing this forum: No registered users and 5 guests