Search found 37 matches

Go to advanced search

by loic69
07 Oct 2008 13:49
Forum: Web and scripting
Topic: libvlc and visual-c++
Replies: 9
Views: 6954

Re: libvlc and visual-c++

Thanks for the fast reply. So please tell me if you find a solution! Tobi I'm searching a solution at this moment, not yet found it... I know live555 (live dot com) is an open source project and compile under Visual Studio. I have to found now a decoder video (MPEG4 IP ???) or use ffdshow to render...
by loic69
07 Oct 2008 11:13
Forum: Web and scripting
Topic: libvlc and visual-c++
Replies: 9
Views: 6954

Re: libvlc and visual-c++

Hi I use VLC on my professionnal solutions but it seams not to be a good solution in professionnal solutions. In fact, we can't use visual studio 2005 or 2008 to compile VLC. We used VS6 to compile just some special plugins but it's hard to do this task. So we have to do this with each new version o...
by loic69
01 Sep 2008 17:34
Forum: VLC media player for Windows Troubleshooting
Topic: video stream times out after 2 mins
Replies: 21
Views: 7439

Re: video stream times out after 2 mins

When you said you have no problem with last VLC version, is it last 0.8.6i or last nighty build ?

The model of IP CAM Panasonic is WV-NP244E

Regards
by loic69
01 Sep 2008 16:59
Forum: VLC media player for Windows Troubleshooting
Topic: video stream times out after 2 mins
Replies: 21
Views: 7439

Re: video stream times out after 2 mins

Hi all I have too some problems with IP Cam Panasonic in RTSP Mode. I'm in contact with Panasonic France. I done other tests with Axis 210 IP Cam. Here is the result : - VLC 0.8.6d => works well RTSP GET_PARAMETER command every 60 seconds RTCP Sender Report/Receiver Report every 4 seconds - VLC 0.8....
by loic69
06 Sep 2007 12:13
Forum: General VLC media player Troubleshooting
Topic: An idea for release date of VLC 0.9
Replies: 1
Views: 872

An idea for release date of VLC 0.9

Hi all

An idea of the date for the release of VLC 0.9.0 ?
Or 0.9.0 beta ?
by loic69
02 Aug 2007 14:22
Forum: VLC stream-output (sout)
Topic: RTP + RTSP does not stop when clients die
Replies: 2
Views: 2717

Re: RTP + RTSP does not stop when clients die

Any news for this in future 0.9.0 release ?
by loic69
11 Jul 2007 16:18
Forum: Web and scripting
Topic: 3 activex shows cone with sound after a couple of hours
Replies: 1
Views: 1122

Re: 3 activex shows cone with sound after a couple of hours

I have the same probleme with multi instance.
For a long time running (2 or 3 hours), the video stream becames instable and the video is less and less fluid.
After a few moment video hang !
VLC 0.8.6c with libvlc multinstance (without activex)
by loic69
22 Jun 2007 09:38
Forum: General VLC media player Troubleshooting
Topic: Interface to remotely control VLC
Replies: 7
Views: 3378

In windows you can use cmdow.exe command line utility and /siz , /mov parameters.
Google and download it
I found another solution without third party.
1/ I launch a VLC.exe with desired option.
2/ I found the window handle created in step 1
3/ With the HWND you can move and resize
by loic69
20 Jun 2007 15:25
Forum: VLC media player Feature Requests
Topic: Disable Aspect Ratio
Replies: 3
Views: 1504

???
Note there is no rapid solution on windows.
The best choice at this time (I done) is to recompile DirectX plugin with comment 2 lines of existing code or, better, to add a check box in DirectX option tab.
by loic69
15 Jun 2007 18:25
Forum: VLC media player for Windows Troubleshooting
Topic: Multiple instance with libvlc API
Replies: 2
Views: 897

Multiple instance with libvlc API

Hi I have problems using 0.8.6b multi instance of VLC... for(...) VLC_Create() VLC_Init And for destroying for(...) VLC_CLeanUp() VLC_Destroy I have problems in destroying object... Some mysterious crash... It's never at the same time and the source is core vlc... I have too some crash when i callin...
by loic69
12 Jun 2007 12:51
Forum: General VLC media player Troubleshooting
Topic: Controlling X,Y H,W through interface
Replies: 3
Views: 966

and what about changing them dynamicly when playing ?
RC interface can do this....
by loic69
12 Jun 2007 12:09
Forum: General VLC media player Troubleshooting
Topic: Interface to remotely control VLC
Replies: 7
Views: 3378

Did you find a solution to change position and resize the window ?
by loic69
12 Jun 2007 12:06
Forum: VLC media player for Windows Troubleshooting
Topic: VLC -I rc
Replies: 1
Views: 777

try 'add'
by loic69
07 Jun 2007 19:35
Forum: VLC media player Feature Requests
Topic: Disable Aspect Ratio
Replies: 3
Views: 1504

Some précision.
I would like to disable aspect ratio when I resize manuay the window to not have horizontal or vertical black band...
To stretch in the window...
by loic69
04 Jun 2007 16:18
Forum: VLC media player for Windows Troubleshooting
Topic: Serious developer questions regarding VLC code tree on Win32
Replies: 15
Views: 2014

Thanks. Does it work with VC6 or VS2005.Net ? Do you rebuild the contribs or do you use the common ones ? just compile with VC6 only for the moment. It's another story with VS2005 because the use of specific MS libc... I didn't compile all VLC, just one plugin (transform filter for example) ! I jus...
by loic69
04 Jun 2007 15:39
Forum: VLC media player for Windows Troubleshooting
Topic: Serious developer questions regarding VLC code tree on Win32
Replies: 15
Views: 2014

Well, you can't commit directly. :D To provide patches, use the SVN trunk, (checkout it under Windows with TortoiseSVN) and check your compilation. Then provide a diff (SVN diff) of your modification and send it to vlc-devel@ Ok thanks No problem for SVN and tortoise SVN (I'm using it all the day a...
by loic69
04 Jun 2007 15:19
Forum: VLC media player for Windows Troubleshooting
Topic: Serious developer questions regarding VLC code tree on Win32
Replies: 15
Views: 2014

First does it work without a crash ? THen if VLC works, can you detail how in the wiki ? And if that works, please provide SVN patches. Of course, it works fine without crash. At my first try, VLC crash because I didn't link my Visual Studio plugin with exported function of libvlc so the pointer fu...
by loic69
04 Jun 2007 13:49
Forum: VLC media player for Windows Troubleshooting
Topic: Serious developer questions regarding VLC code tree on Win32
Replies: 15
Views: 2014

I successfully compile, link and use plugin compiled with VS6 :D There is some modifications to do : - replace in vlc_symbols.h : lldiv_t (*vlc_lldiv_inner) (long long numer, long long denom); by lldiv_t (*vlc_lldiv_inner) (int64_t numer, int64_t denom); It will be better to use (if it will be inser...
by loic69
04 Jun 2007 11:18
Forum: VLC media player for Windows Troubleshooting
Topic: Serious developer questions regarding VLC code tree on Win32
Replies: 15
Views: 2014

Hi I'v'e got the same problem to compile just a 0.8.6b plugin with VS6. I try to replace lldiv_t type. I compile and link the plugin sucessfully but VLC crash at launch. The entry point of DLL if been called sucessfully but Create function is never called because VLC.exe crash... Maybe there is a pr...
by loic69
31 May 2007 17:40
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling for visual studio 2005
Replies: 11
Views: 2432

Mortis, Can you talk me a little more about compiling VLC plugin with Visual Studio ? I can do this easily with VLC 0.8.1 and it's OK for me. original VLC plugin have just dependancy on Windows API. It's OK. In the setup binaries under Windows, no libvlc.dll (I need just special plugin I writed) Wit...
by loic69
24 May 2007 10:01
Forum: VLC media player Feature Requests
Topic: Disable Aspect Ratio
Replies: 3
Views: 1504

Disable Aspect Ratio

Hi I'm using VLC on Windows. To a specific application which use VLC, I need to disable aspect ratio. Is it possible to do this in option ? I'm not found it... I'm only find the way to fix one time in option... The goal is to change aspect ratio dynamicly when playing a video (with mouse). I'm consc...
by loic69
17 May 2007 10:52
Forum: VLC media player for Windows Troubleshooting
Topic: Compile VLC plugin with Visual Studio 2005
Replies: 19
Views: 4939

Hi Anyone as found a solution ? My precedent post reffered to VLC 0.8.1 (plugin was built with VS6). But now I'd like to switch to VLC 0.8.6b but my plugin doesn't building ith VS6... I try to make a build with msys but I get on big vlc.exe file instead of a small vlc.exe and a libvlc.dll. I used o...
by loic69
04 May 2007 22:41
Forum: VLC media player for Windows Troubleshooting
Topic: Compile VLC plugin with Visual Studio 2005
Replies: 19
Views: 4939

Hi Anyone as found a solution ? My precedent post reffered to VLC 0.8.1 (plugin was built with VS6). But now I'd like to switch to VLC 0.8.6b but my plugin doesn't building ith VS6... I try to make a build with msys but I get on big vlc.exe file instead of a small vlc.exe and a libvlc.dll. I used op...
by loic69
04 May 2007 22:22
Forum: VLC media player for Windows Troubleshooting
Topic: Compiling for visual studio 2005
Replies: 11
Views: 2432

up

Go to advanced search