ActiveX 1.0.5 and streaming in C# app

All you've ever wanted to know about the ActiveX, Mozilla plugins, the web interface and various PHP extensions
Bebel
New Cone
New Cone
Posts: 7
Joined: 25 Mar 2010 15:21

ActiveX 1.0.5 and streaming in C# app

Postby Bebel » 26 Mar 2010 13:37

Hello,

I'm develloping an C# application using VLC's activeX in a winform.
Itried to use VLCPlugin1 and VLCPlugin2. It works fine, but not the option streaming.

Bellow you can see my code

Code: Select all

string[] Voption = { ":sout=#transcode{vcodec=h264,vb=800,scale=1,acodec=mp4a,ab=128,channels=2,samplerate=44100}", ":duplicate{dst=std{access=udp,mux=ts,dst=224.1.1.1:1234},dst=display}" }; // Clear playlist m_oOutputWindow.VLCPlugin2().playlist.clear(); // Add item to playlist m_oOutputWindow.VLCPlugin2().playlist.add(oMedia.Path.ToString(), oMedia.Path.ToString(), Voption); // Select playlist's Item 0 m_oOutputWindow.VLCPlugin2().playlist.playItem(0); // Start playing m_oOutputWindow.VLCPlugin2().playlist.play(); // Show VLC control m_oOutputWindow.VLCPlugin2().Show();
Somebody have any idea on it? The ActiveX doesn't support all functionnal option maybee?

Thank you for your hepl...

Abel

Bebel
New Cone
New Cone
Posts: 7
Joined: 25 Mar 2010 15:21

Nobody use option with vlc plugin???

Postby Bebel » 30 Mar 2010 11:52

I think there are 2 posiibilities:
* the VLC 1.0.5 has not all features as its previous versiokn 0.8.x
* the plugin has just some elementary features...

Thanks in advance for your help....

Abel


Return to “Web and scripting”

Who is online

Users browsing this forum: No registered users and 17 guests