Page 1 of 1

How can I get the name of stream in VLC framework

Posted: 22 May 2004 07:23
by systest
I'm writing a codec module for VLC.
How can I get the stream name/path(URL) from argv in VLC framework?

Which member in which struct describe it ?

Posted: 22 May 2004 11:11
by zorglub
p_input->p_item->psz_name and
p_input->p_item->psz_uri

Posted: 22 May 2004 13:34
by systest
many thanks~~~~~~~~~~