Search found 3 matches

Go to advanced search

by bingjingshi
25 Feb 2019 14:35
Forum: Development around libVLC
Topic: problem with streaming when using libvlc 3.0.6
Replies: 4
Views: 955

Re: problem with streaming when using libvlc 3.0.6

I'm not sure how you are passing sout options, but streaming output was never supported in LibVLC - so you must have been relying on unsupported and undocumented behaviour that for a reason or other stopped working. This is my code,It work well in 2.2.8 int vlc_argc = 0; char *vlc_argv[20]; CString...
by bingjingshi
22 Feb 2019 08:00
Forum: Development around libVLC
Topic: problem with streaming when using libvlc 3.0.6
Replies: 4
Views: 955

problem with streaming when using libvlc 3.0.6

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 "--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 th...
by bingjingshi
21 Feb 2019 14:03
Forum: VLC stream-output (sout)
Topic: Problem with stream-output by using libvlc
Replies: 1
Views: 280

Problem with stream-output by using libvlc

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 "--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 th...

Go to advanced search