Page 1 of 1

ICN in VLC

Posted: 14 Feb 2018 12:24
by manang
Hi All,
I'm trying to add ICN support (https://wiki.fd.io/view/Cicn) in VLC.
The idea is to use an ICN socket instead of the TCP one.
This is my first approach to VLC (as developer) and I want to know if this kind of effort is centralized in some part of libvlc or every protocol supported has a different network access.
Every advice about this my experiment is welcome.
Angelo

Re: ICN in VLC

Posted: 14 Feb 2018 15:24
by RĂ©mi Denis-Courmont
It depends. Sometimes it's common code, and sometimes it isn't.

Re: ICN in VLC

Posted: 14 Feb 2018 15:46
by manang
Ok, I saw that the dash code is inside modules/demux/dash.
Thank you for your support

Angelo

Re: ICN in VLC

Posted: 16 Feb 2018 17:56
by manang
another question.
I'm trying to understand the flow of the functions that the application follows after "play" button...
I want to understand when the mpd is downloaded and after when the segmenrs are downloaded. I mean, in which function do I have to search?
Thank you very much