Search found 24 matches

Go to advanced search

by coder_gate
28 Apr 2010 12:38
Forum: Development around libVLC
Topic: change width and height on video mem
Replies: 1
Views: 501

change width and height on video mem

if I use vmem can not change the size of the video when it is being run,have you way to overcome?
by coder_gate
28 Apr 2010 03:25
Forum: Development around libVLC
Topic: SDL Error with VLC 0.9.0
Replies: 6
Views: 1372

Re: SDL Error with VLC 0.9.0

You don't use exceptions in VLC 1.1.
i dont found link vlc lib 1.1.0
by coder_gate
27 Apr 2010 04:29
Forum: Development around libVLC
Topic: SDL Error with VLC 0.9.0
Replies: 6
Views: 1372

Re: SDL Error with VLC 0.9.0

Use VLC 1.1.0 main.cpp:23: error: variable or field 'myCatch' declared void main.cpp:23: error: 'libvlc_exception_t' was not declared in this scope main.cpp:23: error: 'ex' was not declared in this scope mingw32-make[1]: *** [debug/main.o] Error 1 mingw32-make: *** [debug] Error 2 in LibVLC 1.1.0 i...
by coder_gate
26 Apr 2010 12:20
Forum: Development around libVLC
Topic: SDL Error with VLC 0.9.0
Replies: 6
Views: 1372

SDL Error with VLC 0.9.0

Hello, I want to recompile the source code here: http://wiki.videolan.org/LibVLC_SampleCode_SDL but when I build the program with the 0.9.0 sdk lib vlc error occurred, I have never encountered problems like this, please help me fix i:\ProgramFiles\QtCreator4_62\qt\lib/libqtmaind.a(qtmain_win.o): In ...
by coder_gate
26 Apr 2010 11:03
Forum: VLC media player for Linux and friends Troubleshooting
Topic: About libvlc...
Replies: 5
Views: 1408

Re: About libvlc...

Are you sure this code is not for 0.9.0 ? when i use VLC 0.9.0 lib,it error i:\ProgramFiles\QtCreator4_62\qt\lib/libqtmaind.a(qtmain_win.o): In function `WinMain@16': C:\qt-greenhouse\Trolltech\Code_less_create_more\Trolltech\Code_less_create_more\Troll\4.6\qt\src\winmain/qtmain_win.cpp:131: undefi...
by coder_gate
24 Apr 2010 10:20
Forum: Development around libVLC
Topic: Get Video mem 1 video
Replies: 0
Views: 303

Get Video mem 1 video

I want to take the position memory video mem of a video running in VLC lib,can you help me?
by coder_gate
24 Apr 2010 10:12
Forum: Development around libVLC
Topic: How to play one video on 2 Widgets (Qt Widget)
Replies: 4
Views: 656

Re: How to play one video on 2 Widgets (Qt Widget)

That's not implemented as such. You could use vmem to a video buffer of yours and render the buffer twice.

Can you guide me how to find a video of vmem not, anymore, when I find it, then play it vmem on how memory, thanks
by coder_gate
24 Apr 2010 06:40
Forum: VLC stream-output (sout)
Topic: Play Video on 2 Widget
Replies: 1
Views: 317

Play Video on 2 Widget

I want to play the video on two widgets at the same time, they are identical, if you know how, please help for me, thanks
by coder_gate
22 Mar 2010 11:11
Forum: Development around libVLC
Topic: How to use Capture Device feature
Replies: 3
Views: 2182

Re: How to use Capture Device feature

Hi every body, I am a JAVA developer, I have JVLC wrapper over libvlc.dll and by using it I am able play audio and video files. But I have to use the "Capture Device" feature of VLC (Listing all devices and play output of selected device). I am not getting how I can do this? Which functio...
by coder_gate
22 Mar 2010 10:38
Forum: Development around libVLC
Topic: OutFile outfile = new OutFile( Record Audio
Replies: 0
Views: 456

OutFile outfile = new OutFile( Record Audio

string uri = "mms://61.136.113.41/nytv_1"; DZ.MediaPlayer.Io.MediaInput mediaInput = new DZ.MediaPlayer.Io.MediaInput(MediaInputType.NetworkStream, uri); OutFile outfile = new OutFile("D:\\record.mp4"); vlcPlayerControl1.playerOutput.Files.Add(outfile); vlcPlayerControl1.Play(me...
by coder_gate
22 Mar 2010 10:09
Forum: Development around libVLC
Topic: libvlcnet - .NET library based on libvlc
Replies: 112
Views: 139702

Re: libvlcnet - .NET library based on libvlc

can you upload source record on QTcreator
by coder_gate
22 Mar 2010 09:03
Forum: Development around libVLC
Topic: input_resource_t Record Audio
Replies: 0
Views: 386

input_resource_t Record Audio

i want Record AUdio,is struct input_resource_t type Device ?
by coder_gate
22 Mar 2010 08:39
Forum: VLC stream-output (sout)
Topic: libvlc_audio_output_set_device_type
Replies: 1
Views: 424

libvlc_audio_output_set_device_type

i want record audio from MicroPhone plugin Mycomputer,what is the Funciton in VLC
by coder_gate
22 Mar 2010 08:08
Forum: Development around libVLC
Topic: Record Audio VLC Funcition ?
Replies: 1
Views: 1128

Record Audio VLC Funcition ?

in libvlc what is the funcition Record Audio to microfone ?
by coder_gate
16 Mar 2010 10:46
Forum: Development around libVLC
Topic: how to use libvlc_video_set_track QTCreator
Replies: 2
Views: 581

Re: how to use libvlc_video_set_track QTCreator

why when i use code

Code: Select all

libvlc_exception_t _except; libvlc_exception_init (&_except); /* init vlc modules, should be done only once */ libvlc_video_set_track(_mp,2,&_except); raise(&_except);
then my program dont run
by coder_gate
16 Mar 2010 09:51
Forum: Development around libVLC
Topic: how to use libvlc_video_set_track QTCreator
Replies: 2
Views: 581

how to use libvlc_video_set_track QTCreator

i want use libvlc_video_set_track on QTcreator
by coder_gate
16 Mar 2010 08:08
Forum: Development around libVLC
Topic: Chanel Karaoke video only Play Subtitles
Replies: 0
Views: 474

Chanel Karaoke video only Play Subtitles

i want coding only play video Subtitles,can you help me "?
by coder_gate
13 Mar 2010 05:48
Forum: Development around libVLC
Topic: i want build My project use VLC library on QT
Replies: 1
Views: 544

i want build My project use VLC library on QT

i readed http://wiki.videolan.org/LibVLC_SampleCode_Qt but i dont found path to vlc lib

Code: Select all

LIBS += -L*path to vlc lib* #if you are at windows os LIBS += -lvlc
can you help me ?
by coder_gate
13 Mar 2010 05:26
Forum: Development around libVLC
Topic: Qt+LibVLC in Windows: How to disable the command line window
Replies: 3
Views: 2757

Re: Qt+LibVLC in Windows: How to disable the command line wi

i want build my project use libvlc but i havent library binary .a so QT error undefined reference to `libvlc_exception_raised' [/b] #include <stdio.h> #include <stdlib.h> #include <vlc/vlc.h> static void raise(libvlc_exception_t * ex) { if (libvlc_exception_raised (ex)) { fprintf (stderr, "erro...
by coder_gate
13 Mar 2010 05:11
Forum: Development around libVLC
Topic: Linker Lib .a into My VLC project
Replies: 0
Views: 480

Linker Lib .a into My VLC project

i want build my project use libvlc but i havent library binary .a so QT error undefined reference to `libvlc_exception_raised' [/b] #include <stdio.h> #include <stdlib.h> #include <vlc/vlc.h> static void raise(libvlc_exception_t * ex) { if (libvlc_exception_raised (ex)) { fprintf (stderr, "erro...
by coder_gate
12 Mar 2010 10:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: use VLC library on QT Creator 4.6.2
Replies: 0
Views: 637

use VLC library on QT Creator 4.6.2

i want use VLC library on QT 4.6.2 but i dont known config .pro and where do i put vlc library ?
can you help me upload source and where vlc libary
i have do but it error
http://wiki.videolan.org/LibVLC_SampleCode_Qt
by coder_gate
12 Mar 2010 08:43
Forum: Development around libVLC
Topic: build environment QT Import of Makefile-based Project
Replies: 0
Views: 514

build environment QT Import of Makefile-based Project

Running build steps for project VLC... Starting: F:/Program File/RAD 2010/Embarcadero/RAD Studio/7.0/bin/make.exe all MAKE Version 5.4 Copyright (c) 1987, 2009 CodeGear Fatal: Unable to open makefile Exited with code 1. Error while building project VLC When executing build step 'Make' http://c.upan...
by coder_gate
12 Mar 2010 07:38
Forum: Development around libVLC
Topic: complie VLC QT C++ windows 7
Replies: 1
Views: 1044

complie VLC QT C++ windows 7

i want build VLC on QT windows 7,can you help me ?

Go to advanced search