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.
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.
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).
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.
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 ?
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...
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...
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 ?
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 ...
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...