Hi i have this test code for playing a stram in the LAN.
All works fine, just the deinterlacer is off... !?!?
private void playStream()
{
string[] options = new string[1];
options[0] = ":deinterlace-mode=x";
axVLCPlugin1.addTarget("http://mediacenter:8080/TvServer/TimeSh ... nelId=2456;", options, AXVLC.VLCPlaylistMode.VLCPlayListAppendAndGo, 0);
axVLCPlugin1.play();
}
How can i pass the option that the deinterlacer should use the "X" or "BOB"?
Thanks for the feedback
MoPhat