Search found 23 matches

Go to advanced search

by concheng
21 Nov 2008 12:50
Forum: VLC stream-output (sout)
Topic: about streaming video with dynamic IP
Replies: 3
Views: 2289

Re: about streaming video with dynamic IP

I just check the wiki about dynamic DNS...from what wiki said...it could work...I just need to find a free one...by the way, one of guy told me that I could use a TURN SERVER, which does the same thing, I just need another computer with static IP as server (I could use the one in school which has st...
by concheng
21 Nov 2008 06:08
Forum: VLC stream-output (sout)
Topic: about streaming video with dynamic IP
Replies: 3
Views: 2289

about streaming video with dynamic IP

Hi...I am new to VLC player...I used VLC to stream video content in LAN and everything work flawless...Now, I am trying some advance move to stream video crossing internet (ex: from my friend's house to my apartment) but the problem is that both of our DSL are dynamic IP (my friend use yahoo dsl, an...
by concheng
29 Oct 2008 09:13
Forum: VLC media player for Windows Troubleshooting
Topic: Problem Configuration VLC on Telnet Interface
Replies: 11
Views: 3500

Re: Problem Configuration VLC on Telnet Interface

and I also have following message on my VLC message main info: creating httpd main error: invalid IP address ::1 main error: cannot add ACL from http\.hosts main error: invalid IP address ::1 main error: cannot add ACL from http\old\.hosts main error: invalid IP address :: main error: cannot add ACL...
by concheng
29 Oct 2008 08:52
Forum: VLC media player for Windows Troubleshooting
Topic: Problem Configuration VLC on Telnet Interface
Replies: 11
Views: 3500

Re: Problem Configuration VLC on Telnet Interface

Hi...I tried your way to configure http interface....with no luck..I keep receiving this message from remote interface [00000407] live555 demux error: Failed to connect with rtsp://192.168.0.102/test I tried to put the port number behind my server ip but it still doesn't work....what I did wrong? [0...
by concheng
28 Oct 2008 06:04
Forum: VLC media player for Windows Troubleshooting
Topic: Problem Configuration VLC on Telnet Interface
Replies: 11
Views: 3500

Re: Problem Configuration VLC on Telnet Interface

I checked the link you post above...steph291 did his experiment on Linux system...we all know that VLC's VOD work great on linux based system...at least every post I checked that successfully executed VOD are all on linux, but I use windows xp, and I really want VOD to work on windows based system. ...
by concheng
25 Oct 2008 08:06
Forum: VLC media player for Windows Troubleshooting
Topic: Problem Configuration VLC on Telnet Interface
Replies: 11
Views: 3500

Re: Problem Configuration VLC on Telnet Interface

I want to use VOD on vlc 0.9.4, but there is no any documentation that indicates how to do it on GUI VLM...I try to configure it myself...but it just doesn't work...and telnet interface on both 0.94 and 0.86i don't work too on window xp.....the same problem...all the necessary command to configure t...
by concheng
25 Oct 2008 01:41
Forum: VLC media player for Windows Troubleshooting
Topic: Problem Configuration VLC on Telnet Interface
Replies: 11
Views: 3500

Re: Problem Configuration VLC on Telnet Interface

yeah...I try the GUI VLM configure from Tools -> VLM configuration too...but I don't know how to make it work...I can make streaming work by using GUI Media -> streaming but just can't make streaming work from Tools -> VLM configuration... is that because some feature can only be accessed using Linu...
by concheng
24 Oct 2008 09:04
Forum: VLC media player for Windows Troubleshooting
Topic: Problem Configuration VLC on Telnet Interface
Replies: 11
Views: 3500

Problem Configuration VLC on Telnet Interface

Hi...I am new to VLC player...I am trying to to configure a streaming server using telnet interface with vlc 0.9.4 on windows xp. first, I started telnet interface using add interface in GUI, and then I type new Test vod enabled, it respond with Unknown command `new'. Type `help' for help. I input t...
by concheng
03 Oct 2008 23:23
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

It work!! I downgraded my w32 apI to version 3.11which you can download here: http://linux.rz.ruhr-uni-bochum.de/download/cygwin/release-2/w32api/ and then compile. at first, I ran into a error: cannot find lqjpeg, then I found the solution from previous post. the solution is to dowload qt4-4.4.1-wi...
by concheng
01 Oct 2008 02:44
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

dude, I think you forgot to put following code


#if defined(Q_CC_GNU)
#include <windows.h>
#endif

before the #ifndef
by concheng
01 Oct 2008 00:57
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

by the way, the problem danish22 has is already be mentioned by me at begin of this post and a possible solution is that (at least it worked for me) on qatomic_windows.h line 392...modify the code into following #if defined(Q_CC_GNU) #include <windows.h> #endif #ifndef __INTERLOCKED_DECLARED extern ...
by concheng
01 Oct 2008 00:49
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

my current problem is that apparently the QRadioButton declaration on both preferences.cpp and preferences.hpp can't be found. it do have #include <QRadioButton> in preferences.cpp but somehow vlc or qt4 can't see each other in this particular case.....I don't know how to solve this...anybody know h...
by concheng
30 Sep 2008 23:51
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

the problem is cygwin doesn't have gcc4.....and I don't know how to install gcc4 on cygwin....I ran the compile again...and still run into the same error like following /libqt4_plugin_la-dialogs_provider.o In file included from dialogs_provider.cpp:44: dialogs/preferences.hpp:82: error: expected unq...
by concheng
30 Sep 2008 13:10
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I think the source folder mean "src" folder under C:\cygwin\usr\win32\include\qt4......
by concheng
30 Sep 2008 12:50
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

Hi....I follow your way step by step...but it doesn't work....I use the latest release 0.9.3 and the qt4 package you mentioned above....but I still got following error In file included from dialogs_provider.cpp:44: dialogs/preferences.hpp:82: error: expected unqualified-id before "char" di...
by concheng
26 Sep 2008 00:04
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

Hi....the following is the preferences.hpp /***************************************************************************** * preferences.hpp : Preferences ***************************************************************************** * Copyright (C) 2006-2007 the VideoLAN team * $Id: 44260ff7f789fb86c...
by concheng
25 Sep 2008 11:26
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I found a solution for this problem...I added #ifndef __INTERLOCKED_DECLARED ... #endif around the block declarations Interlocked* functions at line 393 in qatomic_windows.h....the error is gone...and then I run into another error like following: gin_la-dialogs_provider.Tpo -c dialogs_provider.cpp -...
by concheng
24 Sep 2008 21:34
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I did this before disable qt4 and skin2...it will compile and build but won't work because version 0.9.0 VLC include the Qt interface......
by concheng
23 Sep 2008 06:55
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I reinstalled cygwin three time last week....following the instruction from http://wiki.videolan.org/Win32CompileCygwinNew step by step......I don't think I have installation problem on cygwin....O.O by the way, thank you for your help anyway.....
by concheng
23 Sep 2008 04:31
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I removed InterlockedDecrement from qatomic_windows.h and removed rest of duplicated functions from winbase, and then it came out with "error cannot find -lqjpeg", I check previous post and found a solution for this problem: use libqjpeg.a with new qt4(qt4-4.4.1-win32-bin.tar.bz2) contribu...
by concheng
22 Sep 2008 07:41
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I removed every duplicate functions in winbase.h, and then it come out with undeclared error....sorry to reply message that late....I got to work on weekend....O.O filter.cpp: In member function `virtual ULONG CapturePin::Release()': filter.cpp:427: error: `InterlockedDecrement' undeclared (first us...
by concheng
21 Sep 2008 10:45
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

Re: VLC 0.9.2 compiling problem: problem with qt4

I comment out InterlockedExchangeAdd from winbase.h....but the same error still there...any other way?......O.O'' api/windows.h:50, from ../../../include/vlc_common.h:484, from qt4.hpp:32, from qt4.cpp:37: /usr/lib/gcc/i686-pc-mingw32/3.4.4/../../../../include/w32api/winbase.h:1663: er ror: declarat...
by concheng
20 Sep 2008 02:34
Forum: VLC media player for Windows Troubleshooting
Topic: VLC 0.9.2 compiling problem: problem with qt4
Replies: 83
Views: 20593

VLC 0.9.2 compiling problem: problem with qt4

Hi, I am new on vlc development, I recently downloaded vlc 0.9.2 source code from videolan.org, and I tried to compile it by following the instruction from http://wiki.videolan.org/Win32CompileCygwinNew with cygwin on window xp home. Everything is fine until I stuck on error during building. the err...

Go to advanced search