Page 1 of 1

Problem with stream-output by using libvlc

Posted: 21 Feb 2019 14:03
by bingjingshi
Hello,
I have a program using vlc win32 sdk + MFC in VS2010。The OS is WIN7, it works well in vlc2.2.8。
the sout option is

Code: Select all

"--sout=#duplicate{dst=udp{dst=127.0.0.1:1234},dst=display} " "--sout-keep"
Now I want to use vlc3.0.6 sdk, vlc.exe can also work well, Using libvlc sdk in the program it can display the video ,but can't stream out .
what's the problem?
Any input would be greatly appreciated!

Re: Problem with stream-output by using libvlc

Posted: 10 Mar 2019 18:52
by Jean-Baptiste Kempf
Check the logs, please.