Search found 25 matches

Go to advanced search

by Maloupi
24 Jun 2014 16:26
Forum: Development around libVLC
Topic: libvlc_video_set_crop_geometry
Replies: 7
Views: 2818

Re: libvlc_video_set_crop_geometry

Hi,

I had difficulties to make libvlc_video_set_crop_geometry works well.
I finally succeed using the following parameters :
"rigthxbottom+left+top"
by Maloupi
01 Mar 2012 08:43
Forum: VLC media player Feature Requests
Topic: 2:1 Aspect-ratio setting
Replies: 14
Views: 19154

Re: 2:1 Aspect-ratio setting

Thank you. Can you be a little more explicit ?
by Maloupi
29 Feb 2012 14:32
Forum: VLC media player Feature Requests
Topic: 2:1 Aspect-ratio setting
Replies: 14
Views: 19154

Re: 2:1 Aspect-ratio setting

Hi, I tried the 2.1.0 (git 2012-02-29) .
It works for any integer value but you have to stop and restart the video to see it.
Is it possible to make the change without restarting the video ?
My obective is to adapt the video to the window aspect ratio in real time with libvlc.
by Maloupi
17 Jan 2012 08:49
Forum: Development around libVLC
Topic: [SOLVED] Force video to a specified width and height
Replies: 3
Views: 587

Re: How to force the video to a specified width and height

It seems i was on another planet !
There is a function for this...
libvlc_video_set_aspect_ratio
by Maloupi
17 Jan 2012 08:42
Forum: Development around libVLC
Topic: [SOLVED] Force video to a specified width and height
Replies: 3
Views: 587

Re: How to force the video to a specified width and height

in fact the real question is :
Is there a function to change aspect ratio ?
I did not find one in the doxygen doc
by Maloupi
16 Jan 2012 17:19
Forum: Development around libVLC
Topic: [SOLVED] Force video to a specified width and height
Replies: 3
Views: 587

Re: How to force the video to a specified width and height

Basically, what i need is to fit a 16:9 video in a 4:3 element (hwnd) so there is no stripes over and under the video.
The 4:3 element is full of the video. I don't care if the video is not homothetic.

Any idea ?
by Maloupi
01 Dec 2011 15:26
Forum: Development around libVLC
Topic: [SOLVED] Force video to a specified width and height
Replies: 3
Views: 587

[SOLVED] Force video to a specified width and height

Hi,

Is there a way to distort a video ?
I mean i want my video take the full space of my hwnd even if the aspect ratio is not repected (the video will be deformed).
by Maloupi
01 Dec 2011 14:43
Forum: Development around libVLC
Topic: IP Video Multicasting - Axis Camera
Replies: 2
Views: 2920

Re: IP Video Multicasting - Axis Camera

I am not sure i understand but here is what you can do :
On your server create a vlc instance to get the stream from your cameras and restream it through http for example. The client connects to the server not to the camera. So the bandwidth from the camera to the server will always be the same.
by Maloupi
22 Aug 2011 16:41
Forum: Development around libVLC
Topic: libvlc.so linux path
Replies: 4
Views: 1043

Re: libvlc.so linux path

VLC is installed and working.
I tried with other libs (other apps) and i get nothing.
I must have a problem in my config.
Thank you anyway
by Maloupi
22 Aug 2011 16:01
Forum: Development around libVLC
Topic: libvlc.so linux path
Replies: 4
Views: 1043

Re: libvlc.so linux path

Thank you for your quick reply
It returns nothing for me (centos 6)
[root@centos6vm /]# pkg-config --variable=libdir libvlc
[root@centos6vm /]#
by Maloupi
22 Aug 2011 15:23
Forum: Development around libVLC
Topic: libvlc.so linux path
Replies: 4
Views: 1043

libvlc.so linux path

Hi,

With the windows flavor, we can find the path to libvlc.dll thanks to the registry.
Is there something similar in linux to find the path of libvlc automatically ?
by Maloupi
22 Aug 2011 14:59
Forum: Development around libVLC
Topic: Playing event not in sync when recording to mp4 h264
Replies: 0
Views: 289

Playing event not in sync when recording to mp4 h264

Hi ! I'm transcoding a stream to a file with libvlc. I'm monitoring the playing event to know when the file start to really recording the stream. When i'm transcoding to h264 (h264/mp4a/mp4), there is a variable delay between the event fire and the real recording of the file. It may be up to 20-30 s...
by Maloupi
04 May 2011 16:56
Forum: Development around libVLC
Topic: How to know if the stream is playing ?
Replies: 9
Views: 909

Re: How to know if the stream is playing ?

Sorry, my fault, i didn't see it.
I will look at this again and better ;-)
Thank you.
by Maloupi
04 May 2011 16:33
Forum: Development around libVLC
Topic: How to know if the stream is playing ?
Replies: 9
Views: 909

Re: How to know if the stream is playing ?

With events i can't distinguish which media i am looking at. I added several broadcast streams to a vlc instance (with libvlc_vlm_add_broadcast) If i want to know if, for example, the second stream is playing, i don't know how to do because the event manager is for one instance (libvlc_VlmMediaInsta...
by Maloupi
04 May 2011 15:59
Forum: Development around libVLC
Topic: How to know if the stream is playing ?
Replies: 9
Views: 909

Re: How to know if the stream is playing ?

For information :
I'm finally using the libvlc_vlm_get_media_instance_time function.
If the time is > 0, i consider that my stream is really playing.
by Maloupi
04 May 2011 11:33
Forum: Development around libVLC
Topic: How to know if the stream is playing ?
Replies: 9
Views: 909

Re: How to know if the stream is playing ?

Thank you.
Is there a tutorial or a quick help on how to use it ?
by Maloupi
04 May 2011 11:23
Forum: Development around libVLC
Topic: How to know if the stream is playing ?
Replies: 9
Views: 909

How to know if the stream is playing ?

Hi,

I'm using libvlc_vlm_play_media to stream live cameras.
I need to know if the stream is playing or not (if an error occurs for example).
How can i do this ? Which function do i have to use ?
by Maloupi
07 Apr 2011 15:42
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Telnet in vlc 1.2 does not work ?
Replies: 5
Views: 648

Re: Telnet in vlc 1.2 does not work ?

I was using the 1.2 nighty build of april 2010 ! :oops:
I tried with the last 1.2 nighty build of april 2011 and it works well.

Sorry for the noise.
by Maloupi
07 Apr 2011 14:44
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Telnet in vlc 1.2 does not work ?
Replies: 5
Views: 648

Re: Telnet in vlc 1.2 does not work ?

No. But most likely it will happen in summer, like 1.0 and 1.1 releases.
Thank you :D
by Maloupi
07 Apr 2011 09:14
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Telnet in vlc 1.2 does not work ?
Replies: 5
Views: 648

Re: Telnet in vlc 1.2 does not work ?

Thank you but even if i tried to connect to port 4212 i cannot connect.

Do you already have a date in mind about the release date of vlc 1.2 final ?
by Maloupi
06 Apr 2011 17:36
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Telnet in vlc 1.2 does not work ?
Replies: 5
Views: 648

[SOLVED] Telnet in vlc 1.2 does not work ?

Hi, Because of a rtsp problem ( http://forum.videolan.org/viewtopic.php?f=14&t=89543 ), i have to use the 1.2 build of VLC. Is there a change in the way to start a telnet interface in 1.2 or a bug ? Before (with 1.1.8 ) i did like this : vlc -I telnet --telnet-port 4100 --telnet-password lalaru ...
by Maloupi
06 Apr 2011 16:43
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Stopping a RTSP stream make VLC hangs
Replies: 4
Views: 1501

Re: Stopping a RTSP stream make VLC hangs

I tried the last nighty build by the date, i didn't see there was the 1.2 trunk.
It works with 1.2.

Thank you very much, you were very quick !
by Maloupi
06 Apr 2011 16:24
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Stopping a RTSP stream make VLC hangs
Replies: 4
Views: 1501

Re: Stopping a RTSP stream make VLC hangs

Thank you, here is what i get with rxvt : [00731428] main libvlc debug: VLC media player - 1.1.9-git The Luggage [00731428] main libvlc debug: Copyright © 1996-2011 the VideoLAN team [00731428] main libvlc debug: revision 1.1.8-27-g3f47a0d [00731428] main libvlc debug: configured with ././configure ...
by Maloupi
06 Apr 2011 14:57
Forum: VLC media player for Windows Troubleshooting
Topic: [SOLVED] Stopping a RTSP stream make VLC hangs
Replies: 4
Views: 1501

[SOLVED] Stopping a RTSP stream make VLC hangs

Hi. When i stop a rtsp video stream, the video freeze and i cannot close VLC. I have to kill it. I tried the nightybuild of tonight (06/04/2011) but it is the same as in 1.1.8. (Win 7 x64) here is the debug log : main debug: adding item `rtsp://82.246.69.68:1501/mpeg4/media.amp' ( rtsp://root:test@8...

Go to advanced search