vlc 1.0.0 activex streaming .net

About encoding, codec settings, muxers and filter usage
kpytuk
New Cone
New Cone
Posts: 6
Joined: 06 Aug 2009 07:32

vlc 1.0.0 activex streaming .net

Postby kpytuk » 06 Aug 2009 08:19

Hello,

i was using vlc 0.8.6 and 0.9.9 activex in my c#.net application (using typelibs) for streaming via http to set-top-box, and it was all just fine. But after upgrade to vlc 1.0.0 streaming doesn't work anymore. i guess that options of streaming have changed in version 1.0.0.

my streaming options are:

Code: Select all

m_options = new string[] { ":sout=#transcode{vcodec=h264,vb=100,scale=1,scodec=dvbs,acodec=mpga,ab=128,channels=2}:duplicate{dst=std{access=http,mux=ts,dst=192.168.71.19:8856}}", ":sout-all" };
Can anyone help me with it?

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: vlc 1.0.0 activex streaming .net

Postby thannoy » 06 Aug 2009 10:04

sout feature is no more allowed through ActiveX since it can be used by crap web designer to mess/crash your computer.

kpytuk
New Cone
New Cone
Posts: 6
Joined: 06 Aug 2009 07:32

Re: vlc 1.0.0 activex streaming .net

Postby kpytuk » 06 Aug 2009 10:33

what option i have to use instead of sout?

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: vlc 1.0.0 activex streaming .net

Postby thannoy » 06 Aug 2009 12:06

Today, there is no option except to recompile VLC or use libvlc directly. It have been disabled in web plugins to not allow someone to mess your computer with them. ActiveX is a web plugin so if you are able to mess your computer with it, everybody will be able to do the same using a crap web page.

I am surprised it works in 0.9.9. Thought it was disabled since 0.9.9 included.

kpytuk
New Cone
New Cone
Posts: 6
Joined: 06 Aug 2009 07:32

Re: vlc 1.0.0 activex streaming .net

Postby kpytuk » 06 Aug 2009 13:52

thank you.

Is there any documentation or samples on using vlc 1.0.0 with .net? i've found wrapers for 0.9.9 and 0.8.6, but not for 1.0.0

thannoy
Big Cone-huna
Big Cone-huna
Posts: 601
Joined: 20 Mar 2008 09:44
VLC version: 0.9.8a & 1.0-git
Operating System: GNU/Linux Fedora10
Location: France
Contact:

Re: vlc 1.0.0 activex streaming .net

Postby thannoy » 06 Aug 2009 14:01

I think/hope 1.0.* is quite close to 0.9.*. You may find this helpful:
- C_Sharp wiki page.
- http://www.videolan.org/developers/vlc/ ... ibvlc.html


Return to “VLC stream-output (sout)”

Who is online

Users browsing this forum: No registered users and 13 guests