views:

90

answers:

0

Hello,

Actually, I'm not a C# programmer, but in the part of project, I needed to play RTSP stream in C# via libvlc.

After googled my problem, I found this - working - example : http://libvlcnet.sourceforge.net/ and videolan.org forum's.

But all of these are too complicated to understand for me.

My program is supposed to be just playing RTSP stream in a full screen.

Also, I can not add libvlc.dll into my project by using add reference. It gives an error. Therefore, I cannot create basic media player.

Basicly, what should I do ?

Thanks in advance.