Search found 33 matches

Go to advanced search

by Titanic
22 Oct 2012 14:20
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16918

Re: Win32Compile -- configure error using Ubuntu 12.04

Ok, I'm sometimes a little bit stupid. I had this problem with Lua because I downloaded and used the wrong contrib files (win32 vs. x64). I've now used the x86_64-w64-mingw32 files and compiling VLC worked like a charam. Thank you very much for this great product and the continuous help solving such...
by Titanic
19 Oct 2012 14:06
Forum: Development around libVLC
Topic: Win32Compile -- configure error using Ubuntu 12.04
Replies: 29
Views: 16918

Re: Win32Compile -- configure error using Ubuntu 12.04

OK, I did everything from the Wiki link http://wiki.videolan.org/Win32Compile but when I configure, I get the error that Lua was not found. If I check with apt-get, the newest version Lua5.1 is already installed. Any clue what's going wrong?
by Titanic
19 Oct 2012 08:39
Forum: VLC media player for Windows Troubleshooting
Topic: miface option doesn't work in VLC 2.0.x on Windows
Replies: 22
Views: 6123

Re: miface option doesn't work in VLC 2.0.x on Windows

If I need Win x86 and x64 builds, best way to achive this is using Ubuntu and mingw-x64_beta3.0 I assume.
by Titanic
18 Oct 2012 16:52
Forum: VLC media player for Windows Troubleshooting
Topic: miface option doesn't work in VLC 2.0.x on Windows
Replies: 22
Views: 6123

Re: miface option doesn't work in VLC 2.0.x on Windows

I've checked it with last nightly build (2.1.0) for x86 and x64 and both are not working as expected with the miface parameter. Any ideas?
by Titanic
18 Oct 2012 10:52
Forum: VLC media player for Windows Troubleshooting
Topic: miface option doesn't work in VLC 2.0.x on Windows
Replies: 22
Views: 6123

Re: miface option doesn't work in VLC 2.0.x on Windows

Does that mean the Nightly Builds of VLC are not having this problem with miface parameter? I'll give it a try.
by Titanic
18 Oct 2012 08:09
Forum: VLC media player for Windows Troubleshooting
Topic: miface option doesn't work in VLC 2.0.x on Windows
Replies: 22
Views: 6123

Re: miface option doesn't work in VLC 2.0.x on Windows

Hi Remi, Thx for the quick reply. Is there a way to add these RFC3678 §5 definitions to the standard VLC build toolchain used for nightly builds of VLC because I'm not really sure how to add these definitions to the Mingw toolchain. Also my Mingw toolchain was set up a couple of months ago and it's ...
by Titanic
17 Oct 2012 16:40
Forum: VLC media player for Windows Troubleshooting
Topic: miface option doesn't work in VLC 2.0.x on Windows
Replies: 22
Views: 6123

Re: miface option doesn't work in VLC 2.0.x on Windows

Is there a solution for Windows Vista and higher users available? I've tried to use "--miface=<Index_of_NIC>" (e.g. --miface=17) but nothing happened. I still didn't get the stream in VLC even if I see it on the network with wireshark. Has anybody already used miface and got it to work?
by Titanic
28 Aug 2012 10:53
Forum: VLC media player for Windows Troubleshooting
Topic: TwoFlower will not play streaming MPEG-4
Replies: 8
Views: 950

Re: TwoFlower will not play streaming MPEG-4

Is there an automatic way to install VLC with the FFmpeg thread count setting set to 1? I'm asking because otherwise we do have to handle a lot of customer requests telling us that VLC can't play our mp4v/mp4a RTP stream when they only need to change this setting.
by Titanic
28 Aug 2012 09:10
Forum: VLC media player for Windows Troubleshooting
Topic: TwoFlower will not play streaming MPEG-4
Replies: 8
Views: 950

Re: TwoFlower will not play streaming MPEG-4

Setting the FFMPEG thread count to 1 solved this issue for me.
by Titanic
28 Aug 2012 09:09
Forum: VLC stream-output (sout)
Topic: vlc 2.0.3 can not decode rtsp mp4 stream
Replies: 1
Views: 2140

Re: vlc 2.0.3 can not decode rtsp mp4 stream

Try to set the FFMPEG thread count to one, this worked for me.
http://wiki.videolan.org/WindowsFAQ-2.0 ... r_laggy.29
by Titanic
29 May 2012 10:45
Forum: Development around libVLC
Topic: Combine video (from DShow) and audio (from RTP stream)
Replies: 5
Views: 1076

Re: Combine video (from DShow) and audio (from RTP stream)

I've now used VLM to playback both streams (DShow and UDP) and combine them with the bridge framework (:bridge-in and :bridge-out). Works perfectly fine and by using the caching parameters for the playbacks, the sync can also be restored pretty easiely.
by Titanic
08 May 2012 10:37
Forum: Development around libVLC
Topic: Combine video (from DShow) and audio (from RTP stream)
Replies: 5
Views: 1076

Re: Combine video (from DShow) and audio (from RTP stream)

Perhaps using VLC to transcode my DShow video source to a network stream and then combine it with the audio stream would work? I know that this will for sure kill the sync between audio and video but to be honest: The timing is already out of sync when I'm accessing the two sources so it doesn't mak...
by Titanic
08 May 2012 10:20
Forum: Development around libVLC
Topic: Combine video (from DShow) and audio (from RTP stream)
Replies: 5
Views: 1076

Re: Combine video (from DShow) and audio (from RTP stream)

Thx for the quick answer. Seems like I've to find a different solution.
by Titanic
08 May 2012 10:03
Forum: Development around libVLC
Topic: Combine video (from DShow) and audio (from RTP stream)
Replies: 5
Views: 1076

Combine video (from DShow) and audio (from RTP stream)

Hi everybody, Does somebody know a way to comine a video input from DShow and an audio input from a RTP stream (mp4a) to a single network stream? I've tried with the MRU dshow:// (video device set to my video source and audio set to none) and the option input-slave (:input-slave=rtp://10.0.3.109:555...
by Titanic
04 Oct 2010 12:32
Forum: Development around libVLC
Topic: Combine audio (from dshow) and video (from invmem/imem)
Replies: 5
Views: 1475

Re: Combine audio (from dshow) and video (from invmem/imem)

Hi Remi, I tried to use dshow:// for audio as slave input with invmem for video as primary input but it does not work. Also if I switch them (dshow with audio as primary and invmem with video as slave) I only get a stream with a picture but no sound. I see both, the invmem and dshow input modules, g...
by Titanic
01 Oct 2010 08:33
Forum: Development around libVLC
Topic: Combine audio (from dshow) and video (from invmem/imem)
Replies: 5
Views: 1475

Re: Combine audio (from dshow) and video (from invmem/imem)

It's currently not a DShow video input but I'll create on. Should work with the DShow access module from VLC. Thx for your help and the link you've provided.
by Titanic
01 Oct 2010 08:30
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling under windows
Replies: 8
Views: 979

Re: Compiling under windows

Yes, I followed the bootstrap procedure from the wiki: cp -v /usr/win32/share/aclocal/* m4/ cp -v /usr/share/aclocal/* m4/ PATH=/usr/win32/bin:$PATH ./bootstrap Still get this error if I'm working on the master tree (vlc 1.2 git). Tools versions: automake: 1.11 autoconf: 2.63 libtool: 2.2.7a pkg-con...
by Titanic
30 Sep 2010 12:03
Forum: Development around libVLC
Topic: Combine audio (from dshow) and video (from invmem/imem)
Replies: 5
Views: 1475

Re: Combine audio (from dshow) and video (from invmem/imem)

Or explained a little bit simpler: Can libVLC handle two inputs (video over invmem, audio over something else) for one player?
by Titanic
30 Sep 2010 11:07
Forum: Development around libVLC
Topic: Combine audio (from dshow) and video (from invmem/imem)
Replies: 5
Views: 1475

Combine audio (from dshow) and video (from invmem/imem)

Hi everybody, Does somebody know a way to comine a video input with invmem (or imem) and an audio input (e.g dshow input) to a single network stream? If I use invmem, I've to create a media with MRU fake:// but then I'm not able to use MRU dshow:// for audio input and vice versa. Does somebody know ...
by Titanic
29 Sep 2010 18:48
Forum: Development around libVLC
Topic: vlc 1.1.3 compile with VC 2005(2008) and cover.dll source
Replies: 30
Views: 8633

Re: vlc 1.1.3 compile with VC 2005(2008) and cover.dll sourc

Hi,JoungEunKim I have comiled the VS2005 project, but have following link errors >strmbasd.lib(strmiids.obj) : error LNK2005: _IID_ITuningSpaceContainer already define in bdagraph.obj 1>strmbasd.lib(strmiids.obj) : error LNK2005: _IID_ITuningSpace already define in bdagraph.obj 1>strmbasd.lib(strmi...
by Titanic
29 Sep 2010 18:45
Forum: Development around libVLC
Topic: vlc 1.1.3 compile with VC 2005(2008) and cover.dll source
Replies: 30
Views: 8633

Re: vlc 1.1.3 compile with VC 2005(2008) and cover.dll sourc

I compiled the VS2008 version with VS2010 and got the following linker errors (from libmingwex.lib): libmingwex.lib(wcrtomb.o) : error LNK2019: unresolved external symbol __imp____lc_codepage referenced in function _wcrtomb libmingwex.lib(mbrtowc.o) : error LNK2001: unresolved external symbol __imp_...
by Titanic
29 Sep 2010 10:07
Forum: Development around libVLC
Topic: Win x64: Necessary contrib libs for special application
Replies: 3
Views: 435

Re: Win x64: Necessary contrib libs for special application

Nobody can help me with this list? Every contribution would be much appreciated.
by Titanic
28 Sep 2010 15:59
Forum: Development around libVLC
Topic: Win x64: Necessary contrib libs for special application
Replies: 3
Views: 435

Win x64: Necessary contrib libs for special application

Hi everybody, I'm working on an application which captures pictures from USB cameras and I plan to add libVLC for streaming purposes (as streaming server). Because the application will be released for 32 and 64 bit Windows I also need the necessary VLC DLLs as 32 and 64 bit versions. 32 bit is not a...
by Titanic
27 Sep 2010 15:48
Forum: Development around libVLC
Topic: ffmpeg compiling error
Replies: 4
Views: 2359

Re: ffmpeg compiling error

There's also a workaround which doesn't involve downloading lame yourself. After you've got this error, open the file configure in directory extras/contrib/src/ffmpeg with an editor and replace the line 2747 (or somewhere near this line number) 'enabled libmp3lame && require "libmp3lame...

Go to advanced search