Setting not matching for GUI and ActiveX...
Posted: 15 Jul 2010 08:14
Hi all,
I have install the lastest version of VLC (1.1.0). When I play the live stream from a server, I need to change the demuxer to "ffmpeg demuxer".
The stream can also be played when I open the VLC via command prompt:
vlc --demux=ffmpeg udp:\\@224.0.0.40:1234
where the server broadcast the stream to ip 224.0.0.40 using port 1234
HOWEVER, when I embed the VLC into VB.net and add a new item to the playlist with parameter " :demux=ffmpeg",
it seems that the activeX plugin set the demuxer to ffmpeg.
I am wondering if the setting at command prompt is different to that of using activeX.
Also, when I change the settings via command prompt, the VLC instance created do not show the changes in its preferences page (but the settings have been changed). Is this a normal behavior for the new version VLC?
I have install the lastest version of VLC (1.1.0). When I play the live stream from a server, I need to change the demuxer to "ffmpeg demuxer".
The stream can also be played when I open the VLC via command prompt:
vlc --demux=ffmpeg udp:\\@224.0.0.40:1234
where the server broadcast the stream to ip 224.0.0.40 using port 1234
HOWEVER, when I embed the VLC into VB.net and add a new item to the playlist with parameter " :demux=ffmpeg",
it seems that the activeX plugin set the demuxer to ffmpeg.
I am wondering if the setting at command prompt is different to that of using activeX.
Also, when I change the settings via command prompt, the VLC instance created do not show the changes in its preferences page (but the settings have been changed). Is this a normal behavior for the new version VLC?