Search found 6 matches

Go to advanced search

by fsmoke
27 Dec 2015 17:23
Forum: General VLC media player Troubleshooting
Topic: rtsp and duplicate very strange BUG!!
Replies: 0
Views: 628

rtsp and duplicate very strange BUG!!

I have axis 221 camera. And I've got rtsp stream from this camera. But I found very strange bug which crossed all my work. 1)When I open url rtsp stream in day light mode - all ok. 2)When I duplicated my rtsp stream into mp4 file at the day light mode - also all ok. I see moving picture and after al...
by fsmoke
30 Nov 2015 13:57
Forum: Development around libVLC
Topic: plugins path
Replies: 3
Views: 3583

Re: plugins path

It's not work for me :( my main executable is msvc project and have different runtime lib from vlc runtime. when i call putenv("VLC_PLUGIN_PATH=d:\\vlc_plugins"); from msvc project, it's not readen by getenv inside vlc libs :(( (i debug it by gdb) when i call putenv("VLC_PLUGIN_PATH=d...
by fsmoke
27 Nov 2015 18:40
Forum: Development around libVLC
Topic: plugins path
Replies: 3
Views: 3583

plugins path

I use libvlc in very big project, and of course i already have dirs like "plugins", I want to change name of vlc plugins dir to, for example, "vlc_plugins" to avoid of mixing my plugins with vlc plugins. Older versions have "--plugin-path" argument, but now this argumen...
by fsmoke
17 Nov 2015 08:58
Forum: Development around libVLC
Topic: No package 'lua5.2' found
Replies: 1
Views: 2315

No package 'lua5.2' found

I use instructions https://wiki.videolan.org/Win32Compile/ for crosscompile vlc for windows by ubuntu 15.10. But when i run ../configure from win32 dir i got errors about lua. checking for LUA... no configure: WARNING: No package 'lua5.2' found, trying lua 5.1 instead checking for LUA... no configur...
by fsmoke
12 Nov 2015 16:17
Forum: Development around libVLC
Topic: Ho to get raw compressed streams
Replies: 3
Views: 615

Re: Ho to get raw compressed streams

Use the smem hack, or write your own stream output plugin. Thank you for fast response!! I found samples where smem callbacks used only for decompressed frames, i need callbacks for compressed packets, have you some useful links about this? Can you provide some links about writing output plugins fo...
by fsmoke
12 Nov 2015 15:39
Forum: Development around libVLC
Topic: Ho to get raw compressed streams
Replies: 3
Views: 615

Ho to get raw compressed streams

I am new in libVLC and use simplest example of using libVLC from https://wiki.videolan.org/LibVLC_Tutorial/ and https://wiki.videolan.org/Stream_to_memory_(smem)_tutorial/. Also of course I learn libvlc documentation(doxygen) here http://www.videolan.org/developers/vlc/doc/doxygen/html/group__libvlc...

Go to advanced search