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" };