Search found 16 matches

Go to advanced search

by xzheng
11 Sep 2004 04:26
Forum: General VLC media player Troubleshooting
Topic: Neither suspend nor resume in VLS
Replies: 0
Views: 407

Neither suspend nor resume in VLS

Hi,everyone I don't suspend or resume the VLS, while I can start and stop. I don't find the same question in the forum . Can you help me? The telnent log follow: admin@vls> start VTS_01_1.VOB client1 local1 Provider: Manager Status: 0 Provider: local1 Status: 0 Info: Program VTS_01_1.VOB started Tha...
by xzheng
16 Aug 2004 04:20
Forum: VideoLAN Server and miniSAPserver
Topic: about some command line questions
Replies: 0
Views: 1325

about some command line questions

hi,everyone, How are you doing. I run VLS and connect with telnet localhost 9999.then use admin and password . I can use "start test.mpeg localhost local1" to stream . But under the command line of telnet, I don't start again and told the channnel is busy, so I stop localhost. but nothing ...
by xzheng
10 Aug 2004 10:01
Forum: VideoLAN Server and miniSAPserver
Topic: vls.cfg file
Replies: 2
Views: 4982

don't auto launch VLS

I don't launch in the way,thank you ! BEGIN "LaunchOnStartUp" command2 = "start bardot client1 local1 --loop --rtp --end" command1 = "stop client1" # command2 = "start celine client1 local1 --loop" # command3 = "start spider client1 local1 --rtp" # c...
by xzheng
10 Aug 2004 09:18
Forum: VideoLAN Server and miniSAPserver
Topic: about log file in VLS
Replies: 0
Views: 1879

about log file in VLS

Hi,how are you
I find the log file is empty when I run VLS. can you tell why? thank you !
the vls.cfg as follow:
BEGIN "Vls"
LogFile = "vls.log" # log file
ScreenLog = "enable" # log to the console
SystemLog = "enable" # log to the systemlog
END
by xzheng
26 Jul 2004 11:33
Forum: General VLC media player Troubleshooting
Topic: about access module compile error
Replies: 3
Views: 749

That's OK. But there is new problem : gcc -mno-cygwin -Wsign-compare -Wall -mms-bitfields -finline-limit-30000 -pipe - L/usr/win32/lib -o libopengl_plugin.dll libopengl_plugin_a-opengl.o `top_builddi r=../.. ../../vlc-config --libs plugin opengl` /usr/lib/gcc-lib/i686-pc-mingw32/3.3.1/../../../../i6...
by xzheng
24 Jul 2004 20:26
Forum: VideoLAN Server and miniSAPserver
Topic: If VLS can compile in cygwin?
Replies: 3
Views: 3672

If VLS can compile in cygwin?

Hi,How are you doing! Here there are some problems for compiling. I don't compile the VLS with VC++ .NET 2003. And I don't yet compile the VLS in cygwin on w2k. Would you tell me if VLS can compile in cygwin? Thank you very much. the follow error for cygwin: $ make Generating dependancies for src/co...
by xzheng
24 Jul 2004 18:11
Forum: General VLC media player Troubleshooting
Topic: about access module compile error
Replies: 3
Views: 749

about the error information: $ make srcdir=. ./toolbox --update-includes srcdir=. ./toolbox --update-includes make all-recursive make[1]: Entering directory `/home/vlc-0.7.2' Making all in intl make[2]: Entering directory `/home/vlc-0.7.2/intl' make[2]: Nothing to be done for `all'. make[2]: Leaving...
by xzheng
24 Jul 2004 17:53
Forum: General VLC media player Troubleshooting
Topic: about access module compile error
Replies: 3
Views: 749

about access module compile error

Hi,How are you doing. I make the file of access module that svc download today in cygwin .But don't complile. The version is vlc-trunk0.7.3 . I compile the vlc0.7.2. There is the same wrong. Why? Can you tell me? Thank you in advance! It takes me a lot of days to set up the cygwin. It 's near sucess...
by xzheng
23 Jul 2004 18:52
Forum: General VLC media player Troubleshooting
Topic: compilation problems
Replies: 5
Views: 814

help me

when I do like that,that's error as follow: (1)tar xjvf contrib-20040510-win32-bin-gcc3.3.1-only.tar.bz2 -C / that's OK and I can find some file under /usr/win32/lib and /usr/win32/inlude and so on (2)./bootstrap && \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFL...
by xzheng
22 Jul 2004 11:04
Forum: General VLC media player Troubleshooting
Topic: about Stream output in VLC
Replies: 7
Views: 1369

First of all, thank markfm, Here I have a new problem. Now I had set up Cygwin, It's OK. And In your Cygwin shell, enter: tar xjvf contrib-20040413-win32-bin-gcc3.3.1-only.tar.bz2 -C / It's OK too. Then,c:\program files\subversion\bin\svn" co svn://svn.videolan.org/vlc/trunk vlc-trunk It's OK t...
by xzheng
21 Jul 2004 11:40
Forum: General VLC media player Troubleshooting
Topic: about Stream output in VLC
Replies: 7
Views: 1369

markfm,thanks a lot for helping me. I can do it with binary code of VLC. and can do it with command line like "c:\vlc\vlc.exe thing_to_stream how_I_want_it_streamed". But the vlc.exe that I compile the VLC 0.7.2 with VC++ in windows2K can not do it successful. the follow: c:\vlc\vlc.exe te...
by xzheng
21 Jul 2004 03:18
Forum: General VLC media player Troubleshooting
Topic: about Stream output in VLC
Replies: 7
Views: 1369

hi,markfm, how are you doing. Thank you for helping me. I can stream with the VLC because you tell me how to do . Now I want to develop the server program of a UDP streaming with VLC. But I don't know which the interface of VLC is. Can you tell me the DLL I want in VLC or tell me where find the arti...
by xzheng
19 Jul 2004 08:57
Forum: General VLC media player Troubleshooting
Topic: VLC Compilation
Replies: 3
Views: 1030

How to develop to use VLC 0.7.2

I ignore some errors and get compile the VLC. But I find how to use the VLC to develop. where is there the function document of interface?

xzheng
by xzheng
19 Jul 2004 08:32
Forum: General VLC media player Troubleshooting
Topic: VLC Compilation
Replies: 3
Views: 1030

some errors in compiling the VLC 0.7.2

I have found some errors in compilation. How can I do? How can I get VLS from it? g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(55) : error C2061: syntax error : identifier 'HMONITOR' g:\ok\vlc-0.7.2\vlc-0.7.2\modules\video_output\directx\vout.h(57) : error C2143: syntax error : miss...
by xzheng
19 Jul 2004 08:12
Forum: General VLC media player Troubleshooting
Topic: about Stream output in VLC
Replies: 7
Views: 1369

about Stream output in VLC

Hi,
how are you. I hear there is VLS funtion in VLC. How can I get from the source of VLC 0.7.2? Can you help to tell whice lib or doc there is?

sam
by xzheng
19 Jul 2004 08:01
Forum: General VLC media player Troubleshooting
Topic: VLC don't compile at window 2K OS in VC++
Replies: 2
Views: 541

VLC don't compile at window 2K OS in VC++

Hi, How are you doing! I have some question to call you, thank you in advance. I download the source code of VLC v0.7.2,but I build all and find some error and don't pass at window OS with VC++. When I download the source code of VLS v0.5.6,at the same time,I don't compile at window 2K with VC++. Ca...

Go to advanced search