Click here to Skip to main content
15,887,175 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Roman Ginzburg has created a great VLC API in c# called nVLC.

I'm able to use it for playing audio and video, but I can't figure out how to setup VLC's VLM server with it.

I know how to setup VLC's VLM server by installing VLC and running cmd commands:
cd "C:\Program Files (x86)\VideoLAN\VLC"
vlc -I telnet --telnet-password psw --vlm-conf vodmedia.vlm --rtsp-port 555 --sout-rtsp-user user --sout-rtsp-pwd mypassword --rtsp-caching 1200

But how can I manage to do the same with nVLC ?

What I have tried:

I've tried this which doesn't work, no server gets created:
IMediaPlayerFactory factory = new MediaPlayerFactory();
factory.VideoLanManager.AddVod("Test", @"C:\Test\TEST_VIDEO.mp4");
Posted
Updated 7-Apr-20 0:15am

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900