Page 1 of 1

VLC Player Source Code - Help to identify

Posted: 13 Jun 2008 03:56
by nero
Can anyone help to point out where is the portion of the VLC source code that actually does the connection when the user double clicks the playlist from the SAP announcements OR the user enters the server details manually...?

For example..

bla bla bla..
bla bla bla..

->User selected file to play

->player detects that its a streaming multicast connection

->triggers and initiates connection

^^^^--> this part is which i would like to know.

-> Player plays the file

-> EOF transmission.

-> End


Hope someone would kindly reply to me.

Thank you in advance.


Nero

Re: VLC Player Source Code - Help to identify

Posted: 13 Jun 2008 07:41
by Jean-Baptiste Kempf
Depends on what kind of connexions you are using.

Re: VLC Player Source Code - Help to identify

Posted: 13 Jun 2008 08:55
by nero
udp/rtp multicast
^^^--> If it is the above one?

to be precise.. i managed to backtrace most of it... untill this part.. can you please tell me which portion handles this code.

btw.. im using 0.8.6f on Fedora 8

[00000612] access_udp access debug: opening server =[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]:0 local=[xxxx::xx]:1234
[00000612] main access debug: net: connecting to '[[xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx:xxxx]]:0@[[xxxx::xx]]:1234'


^^^^--> The above two lines. I would like to know which part of the source code that executes the above..

Thank you in advance.

Nero

Re: VLC Player Source Code - Help to identify

Posted: 13 Jun 2008 17:55
by RĂ©mi Denis-Courmont
modules/misc/network/