Search found 53 matches

Go to advanced search

by Jeremiah
07 Jul 2010 02:26
Forum: VLC media player for Windows Troubleshooting
Topic: vlc1.1.0 crashed using cmd line
Replies: 7
Views: 897

Re: vlc1.1.0 crashed using cmd line

Linux.

And mingw when we don't have choice.
:D sounds good。

can videolan write a document how to compile vlc in linux?

we all appreciate that.
by Jeremiah
02 Jul 2010 03:36
Forum: VLC media player for Windows Troubleshooting
Topic: vlc1.1.0 crashed using cmd line
Replies: 7
Views: 897

Re: vlc1.1.0 crashed using cmd line

expected. Cygwin compilation isn't perfect.
so, can you tell me what does the videolan developers use to compile vlc?

mingw? or what ? :mrgreen:
by Jeremiah
30 Jun 2010 05:01
Forum: VLC media player for Windows Troubleshooting
Topic: vlc1.1.0 crashed using cmd line
Replies: 7
Views: 897

Re: vlc1.1.0 crashed using cmd line

vlc "d:/video/01.avi"

it get the same error.

i don't get this error using vlc1.1.0 privided by videolan. it's weired. hoho~
by Jeremiah
29 Jun 2010 03:39
Forum: VLC media player for Windows Troubleshooting
Topic: vlc1.1.0 crashed using cmd line
Replies: 7
Views: 897

vlc1.1.0 crashed using cmd line

hi when i use vlc1.1.0 compiled by myself(http://forum.videolan.org/viewtopic.php?f=14&t=78210), i find a ploblem that it crashed using cmd line or in cygwin env. D:\cygwin_new\home\jeremiah\vlc-1.1.0-good\vlc-1.1.0>vlc d:/video/01.avi the error is micorsoft visual c++ runtime library assertion ...
by Jeremiah
25 Jun 2010 03:37
Forum: VLC media player for Windows Troubleshooting
Topic: compile problem about 1.1.0
Replies: 5
Views: 1102

Re: compile problem about 1.1.0

Did you reconfigure?
reconfigure is all okay.
thanks j-b.
by Jeremiah
24 Jun 2010 13:02
Forum: VLC media player for Windows Troubleshooting
Topic: compile problem about 1.1.0
Replies: 5
Views: 1102

Re: compile problem about 1.1.0

thanks j-b. but it doesnot work. i tried two different ways. 1. download lua-5.1.4.tar.gz and change gcc to gcc -mno-cygwin in src/Makefile and do ./configure && make && make install. in cygwin it can realize luac.exe $ luac d:\cygwin_new\usr\local\bin\luac.exe: no input files given ...
by Jeremiah
23 Jun 2010 12:04
Forum: VLC media player for Windows Troubleshooting
Topic: compile problem about 1.1.0
Replies: 5
Views: 1102

compile problem about 1.1.0

env: cygwin source: vlc-1.1.0.tar.gz contrib: contrib-20100616-win32-bin-gcc-4.4.4-runtime-3.17-only.tar.bz2 script: PATH=/usr/win32/bin:$PATH \ PKG_CONFIG_LIBDIR=/usr/win32/lib/pkgconfig \ CPPFLAGS="-I/usr/win32/include -I/usr/win32/include/ebml" \ LDFLAGS=-L/usr/win32/lib \ CC="gcc ...
by Jeremiah
04 May 2010 12:24
Forum: VLC media player for Windows Troubleshooting
Topic: how to get the new gmo when i change the po file
Replies: 1
Views: 205

Re: how to get the new gmo when i change the po file

got it:

Code: Select all

/usr/bin/msgfmt -c --statistics -o zh_CN.gmo zh_CN.po
by Jeremiah
04 May 2010 09:10
Forum: VLC media player for Windows Troubleshooting
Topic: how to get the new gmo when i change the po file
Replies: 1
Views: 205

how to get the new gmo when i change the po file

hi, all. the Makefile tell me that # Copy the locales mkdir -p $(win32_destdir)/locale cat $(top_srcdir)/po/LINGUAS | while read i; do \ mkdir -p "$(win32_destdir)/locale/$${i}/LC_MESSAGES" ; \ cp "$(srcdir)/po/$${i}.gmo" \ "$(win32_destdir)/locale/$${i}/LC_MESSAGES/vlc.mo&q...
by Jeremiah
05 Nov 2009 06:56
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86866

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

[...] i use vlc-1.0.2 for C# wrapper. and use libvlc_media_player_set_hwnd to set the parent of the video. but it create a new window titled "hardware YUV overlay DirectX output" [...] so do anyone know what's the problem? I don't use this wrapper, but this works for me. libvlc_media_play...
by Jeremiah
26 Oct 2009 10:50
Forum: Development around libVLC
Topic: VideoLan.Interop a .Net libvlc 0.9.x wrapper
Replies: 195
Views: 86866

Re: VideoLan.Interop a .Net libvlc 0.9.x wrapper

hi,all i got a question. i use vlc-1.0.2 for C# wrapper. and use libvlc_media_player_set_hwnd to set the parent of the video. but it create a new window titled "hardware YUV overlay DirectX output" [DllImport("libvlc")] private static extern void libvlc_media_player_set_hwnd(Core...
by Jeremiah
17 Sep 2009 11:53
Forum: VLC media player for Windows Troubleshooting
Topic: vlc play speed
Replies: 1
Views: 190

vlc play speed

i can set the play speed on the qt.

how to set vlc play speed in cmd line. like vlc --**=2.5x d:/01.avi.

thanks.
by Jeremiah
16 Jul 2009 09:44
Forum: VLC media player for Linux and friends Troubleshooting
Topic: vlc 1.0.0 compile error
Replies: 2
Views: 883

Re: vlc 1.0.0 compile error

sovled:
after configure, change share/Makefile line 639, share/Makefile.am line 1, share/Makefile.in line 639
from
MOSTLYCLEANFILES = $(nobase_vlcdata_DATA)
to
MOSTLYCLEANFILES = skins2/default.vlt
by Jeremiah
13 Jul 2009 11:01
Forum: VLC media player for Windows Troubleshooting
Topic: which contrib is good for vlc-1.0.0
Replies: 2
Views: 187

which contrib is good for vlc-1.0.0

since vlc-1.0.0 is out, i wonder which contrib that j~b gives us is good for vlc-1.0.0 using cygwin? i use contrib-20090118-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2 to compile the vlc-1.0.0 but it cann't open rtsp stream. the lib of live is not good. http://people.videolan.org/~jb/Contribs...
by Jeremiah
25 Jun 2009 02:53
Forum: VLC media player for Windows Troubleshooting
Topic: string of marq in double byte char
Replies: 3
Views: 307

Re: string of marq in double byte char

use
vlc d:/01.avi --sub-filter=marq --marq-marquee=哈哈 --marq-position=0 --freetype-font=C:\WINDOWS\Fonts\ARIALUNI.TTF
works fine.

thank you very much vlc-help. you're a very good guy.
by Jeremiah
25 Jun 2009 02:42
Forum: VLC media player for Windows Troubleshooting
Topic: string of marq in double byte char
Replies: 3
Views: 307

Re: string of marq in double byte char

thank you very much. vlc-help.
it works fine.
and how should i set the preferences in the command line? like using vlc --some-option=...
by Jeremiah
24 Jun 2009 10:22
Forum: VLC media player for Windows Troubleshooting
Topic: string of marq in double byte char
Replies: 3
Views: 307

string of marq in double byte char

hi,
i set marq of vlc. the single byte char works fine. but double byte char like Chinese, Japenese etc. doesn't show good. it shows a box instead of the character.
is this a bug of vlc? how to solve this problem?
thank you all.
by Jeremiah
12 Jun 2009 02:32
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 84348

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

when trying to set_parent.
try to use set_drawable
by Jeremiah
10 Jun 2009 02:24
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc_media_player_get_time return 0 when play rtsp stream
Replies: 7
Views: 760

Re: libvlc_media_player_get_time return 0 when play rtsp stream

it's the same using %lld to print long ints in this case, getNormalPlayTime(pts) always return 0.
this is weird....
by Jeremiah
09 Jun 2009 10:49
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc_media_player_get_time return 0 when play rtsp stream
Replies: 7
Views: 760

Re: libvlc_media_player_get_time return 0 when play rtsp stream

hi i added some msg_Dbg in live555.cpp 1. under function Control switch( i_query ) { case DEMUX_GET_TIME: pi64 = (int64_t*)va_arg( args, int64_t * ); msg_Dbg(p_demux,"====p_sys->i_npt=%d====\n", p_sys->i_npt); if( p_sys->i_npt > 0 ) { *pi64 = p_sys->i_npt; return VLC_SUCCESS; } return VLC_...
by Jeremiah
09 Jun 2009 02:40
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc_media_player_get_time return 0 when play rtsp stream
Replies: 7
Views: 760

Re: libvlc_media_player_get_time return 0 when play rtsp stream

i don't use the exe file the the videolan gived. so maybe i'll try the official file. ------------------------------------------------------------------------------------------------- i tried the official exe file. it works fine with rtsp, but the slide dose not move, and the current time of the vid...
by Jeremiah
09 Jun 2009 02:39
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc_media_player_get_time return 0 when play rtsp stream
Replies: 7
Views: 760

Re: libvlc_media_player_get_time return 0 when play rtsp stream

thank you very much, vlc_help. you're a very good guy. i compile for myself using cygwin and contrib-20090118-win32-bin-gcc-4.2.1-sjlj-runtime-3.13-only.tar.bz2. and i use vlm of vlc-0.9.9a.zip as the vod server. i can play rtsp://127.0.0.1/test1 using other version of vlc expect vlc-1.0.0-rc*. here...
by Jeremiah
08 Jun 2009 08:21
Forum: VLC media player for Windows Troubleshooting
Topic: libvlc_media_player_get_time return 0 when play rtsp stream
Replies: 7
Views: 760

libvlc_media_player_get_time return 0 when play rtsp stream

libvlc_media_player_get_time and libvlc_media_player_get_position return 0 when playing rtsp stream using vlc-0.9.9a. and/so the slide isn't moving..... but use vlc-0.8.6i, all is good! the slide is moving and i can get the real time from libvlc_media_player_get_time. so what's the matter? by the wa...
by Jeremiah
31 May 2009 02:33
Forum: VLC media player for Windows Troubleshooting
Topic: how to stream dshow
Replies: 2
Views: 1785

Re: how to stream dshow

thank you very much, vlc_help.
i'll try it.

Go to advanced search