Problem with stream-output by using libvlc
Posted: 21 Feb 2019 14:03
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
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!
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"
what's the problem?
Any input would be greatly appreciated!