Search found 19 matches

Go to advanced search

by tihctw
29 Mar 2010 16:02
Forum: General VLC media player Troubleshooting
Topic: Ancient v0.8.6 with latest ffmpeg and x264
Replies: 1
Views: 234

Ancient v0.8.6 with latest ffmpeg and x264

Hi all, Just wanna know if it's possible to compile the VLC v0.8.6c with the latest ffmpeg and x264 libraries? I have no problem compiling the ffmpeg with the latest x264 library. I was wondering if VLC v0.8.6c will work with the latest libavcodec/libavformat? I know I should go with the latest VLC ...
by tihctw
12 Apr 2009 11:06
Forum: VLC media player for Windows Troubleshooting
Topic: Extremely high memory consumption
Replies: 1
Views: 306

Extremely high memory consumption

Hi, I have faced a problem while running vlc 0.9.9 on Vista. I started the vlc from the command line "vlc.exe -vvvv udp://@:1234". The "private bytes" of the vlc before the video/audio (MPEG4/MP2 encoded in TS format) data came in was around 44MB. It kept growing from 44MB to 141...
by tihctw
03 Apr 2009 05:30
Forum: General VLC media player Troubleshooting
Topic: cannot pause a TS stream
Replies: 3
Views: 338

Re: cannot pause a TS stream

Use timeshifting. Thanks j-b. Two more questions: A. Does this also apply to fast-foward and slow-forward function if the data has been saved to the temproray file? B. Does the temporary files (timeshift.xxx) get removed after closed? (I checked the Close() in timeshift.c, but it seems that the fil...
by tihctw
02 Apr 2009 14:20
Forum: General VLC media player Troubleshooting
Topic: cannot pause a TS stream
Replies: 3
Views: 338

cannot pause a TS stream

Hi, is the PAUSE function works with TS stream? Coz I can't seem to get it paused.
I'm using v0.9.8a. Thanks!

tihctw
by tihctw
02 Apr 2009 04:46
Forum: General VLC media player Troubleshooting
Topic: libvlc hangs
Replies: 12
Views: 4031

Re: libvlc hangs

have you tried using v1.0.0 GIT? this works much better for me, although i still occasionally get a lock with 4+ media players attempting to stop at the same time Well, I'm working on v0.9.8a, not v1.0.0. But even with v1.0.0, you still get locked occasionally, then this is not the final solution. ...
by tihctw
01 Apr 2009 14:53
Forum: General VLC media player Troubleshooting
Topic: libvlc hangs
Replies: 12
Views: 4031

Re: libvlc hangs

Hi,
Does anyone get this fixed? or have the solution for it? I have faced the same problem ( calling libvlc_media_player_stop() freezed me ) with both the Marx and VideoLan.Interop wrappers for C#. If anyone has the solution for this, please advise! Thanks a lot!

Tihctw
by tihctw
27 Mar 2009 17:07
Forum: VLC media player for Windows Troubleshooting
Topic: control magnification programmatically
Replies: 3
Views: 367

Re: control magnification programmatically

Which magnification you mean?
Hi, sorry for the bad description. I meant the magnification in video effect->geometry.
by tihctw
27 Mar 2009 09:04
Forum: VLC media player for Windows Troubleshooting
Topic: control magnification programmatically
Replies: 3
Views: 367

control magnification programmatically

Hi all,
I love the magnification function and am wondering if I can control it programmatically by specifying the coordinates, region or so?
How can I do it?
Thanks.

tihctw
by tihctw
09 Jan 2009 11:48
Forum: General VLC media player Troubleshooting
Topic: How can I make my module a DLL?
Replies: 10
Views: 582

Re: How can I make my module a DLL?

you mean I can use tcp://@:1234? or use access_tcp module as a template?
by tihctw
09 Jan 2009 11:33
Forum: General VLC media player Troubleshooting
Topic: How can I make my module a DLL?
Replies: 10
Views: 582

Re: How can I make my module a DLL?

Why not working on the rtp module?
Sorry, my bad. It's not about rtp. I shouldn't name it access_tcprtp. The input data from the tcp socket is MPEG4 encoded and in TS container format.
So, you still think rtp module is a good approach?
by tihctw
09 Jan 2009 11:12
Forum: General VLC media player Troubleshooting
Topic: How can I make my module a DLL?
Replies: 10
Views: 582

Re: How can I make my module a DLL?

j-b, is there any existing module I can use to achieve it instead of coding a new module which is REALLY similar to access_udp module?
Thanks again.
by tihctw
09 Jan 2009 11:07
Forum: General VLC media player Troubleshooting
Topic: How can I make my module a DLL?
Replies: 10
Views: 582

Re: How can I make my module a DLL?

Well, just need a module similar to access_udp. However, over tcp instead of udp. To be more specific, I call it access_tcprtp module. Actually, I'm not that sure if I added my module to configure.ac correctly or not. For configure.ac, I simply added my module to all the places where access_tcp pres...
by tihctw
09 Jan 2009 03:12
Forum: General VLC media player Troubleshooting
Topic: How can I make my module a DLL?
Replies: 10
Views: 582

Re: How can I make my module a DLL?

Have you checked whether it is present in modules/access/.libs?
Oh, YES! It's there. But why it didn't get moved to the plugins folder after "make package-win32-base"?
Sorry, I cannot understand the Makefile very well. Still learning.
by tihctw
08 Jan 2009 15:08
Forum: General VLC media player Troubleshooting
Topic: How can I make my module a DLL?
Replies: 10
Views: 582

How can I make my module a DLL?

Hi all, Sorry for my stupid question, I just created a module under modules/access and it compiled fine. However, I didn't see it, e.g. libaccess_myModule_plugin.dll, in the plugins folder after "make package-win32-base", but libaccess_myModule_plugin.la and libaccess_myModule_plugin_la-my...
by tihctw
29 Dec 2008 03:42
Forum: Development around libVLC
Topic: Permission denied still after chmod 755 vlc.exe.manifest
Replies: 5
Views: 2408

Re: Permission denied still after chmod 755 vlc.exe.manifest

change to 777
Changed to 777 but still got the "Permission denied". I just tried with version 0.9.6 and everything works fine.
Alright, I will try to recompile v0.9.8a again and see if it's working or not.
Thanks anyway.
by tihctw
26 Dec 2008 03:17
Forum: Development around libVLC
Topic: Permission denied still after chmod 755 vlc.exe.manifest
Replies: 5
Views: 2408

Re: Permission denied still after chmod 755 vlc.exe.manifest

make package-win32-base Sorry. I forgot to write this in the previous post. After the compilation finished, I did the "make package-win32-base" and then changed directory to vlc-0.9.8a and changed mode of vlc.exe and vlc.exe.manifest to 755. So I've done this, but still not working. Anyth...
by tihctw
25 Dec 2008 05:00
Forum: Development around libVLC
Topic: Permission denied still after chmod 755 vlc.exe.manifest
Replies: 5
Views: 2408

Permission denied still after chmod 755 vlc.exe.manifest

Hi there, I am using Cygwin to compile the v0.9.8a source code and the compilation was done. However, I got permission denied when I tried to run vlc.exe. I did change the mode of both the vlc.exe and vlc.exe.manifest to 755. Can anyone help me out? Thanks! Ps. I've done this before with v0.8.6 and ...
by tihctw
24 Dec 2008 07:27
Forum: Development around libVLC
Topic: vlc-0.9.4 make error:libtool: eval: line 977: syntax error n
Replies: 11
Views: 5882

Re: vlc-0.9.4 make error:libtool: eval: line 977: syntax error n

Dear all: Instead of going back to an older verison of cygwin, I tried other solution. After VLC successful configuration, open a file named "libtool" in your vlc-0.9.x and change one line in line 144 # Take the output of nm and produce a listing of raw symbols and C names. global_symbol_...
by tihctw
20 Aug 2008 08:36
Forum: Development around libVLC
Topic: C# Wrapper for libvlc 0.9.0 - Testers Required
Replies: 153
Views: 83050

Re: C# Wrapper for libvlc 0.9.0 - Testers Required

It's really a great job, Marx. Thanks for the effort!!

Go to advanced search