Search found 5 matches

Go to advanced search

by bdschmidt
20 Feb 2017 14:50
Forum: Development around libVLC
Topic: Stream to memory not working in VLC 3.0
Replies: 10
Views: 6037

Re: Stream to memory not working in VLC 3.0

Yes, it does also happen when the sout arg is the first one.
by bdschmidt
19 Feb 2017 22:44
Forum: Development around libVLC
Topic: Stream to memory not working in VLC 3.0
Replies: 10
Views: 6037

Re: Stream to memory not working in VLC 3.0

I tried the "--sout=...", specifically from my example, ::sprintf_s(smem_options, "#transcode{vcodec=RV24,acodec=none}:smem{video-postrender-callback=%lld,video-prerender-callback=%lld,video-data=%lld}", (long long int)(intptr_t)(void*)&handleStream, (long long int)(intptr_t)...
by bdschmidt
17 Feb 2017 21:05
Forum: VLC stream-output (sout)
Topic: Crash after encountering core decoder error
Replies: 0
Views: 3847

Crash after encountering core decoder error

I have an app that uses smem to display streaming cameras upon demand. I am experiencing crashes in libavcodec_plugin.dll and thus my program when VLC hits a "cannot continue streaming due to errors" error. The crashes occur when my app tries to release the VLC resources after that error i...
by bdschmidt
17 Feb 2017 19:34
Forum: VLC stream-output (sout)
Topic: Stream to memory not working in VLC 3.0
Replies: 0
Views: 3115

Stream to memory not working in VLC 3.0

I have been using Stream to memory (smem) for several years in an app. When I upgrade to any flavor of VLC 3.0, it no longer works and instead a Direct3D9 Output window appears. The following is the initiation code: CODE: SELECT ALL char smem_options[256]; void *pUserData = 0; ::sprintf_s(smem_optio...
by bdschmidt
17 Feb 2017 17:04
Forum: Development around libVLC
Topic: Stream to memory not working in VLC 3.0
Replies: 10
Views: 6037

Stream to memory not working in VLC 3.0

I have been using Stream to memory (smem) for several years in an app. When I upgrade to any flavor of VLC 3.0, it no longer works and instead a Direct3D9 Output window appears. The following is the initiation code: char smem_options[256]; void *pUserData = 0; ::sprintf_s(smem_options, "#transc...

Go to advanced search