Thanks for your fast answer !
I finally reinstalled almost everything (exept the openjdk) and was able to compile VLC. So, problem solved, but I don't know why.
Hi, I'm trying to compile VLC from its source on a freshly installed Ubuntu 14.04 LTS, with no success (I already did it with no problem on 12.04 LTS). The only things I installed since the installation of Ubuntu are : - Ubuntu's updates - the openjdk-7 - Netbeans - gstreamer-0.10 - compizconfig-set...
Hi, I have a MJPEG stream over TCP and I need to stream it over HTTP in order to display it on a webpage. VLC can do that perfectly with its built-in HTTP streaming server, but sadly, my stream may have very low fps (1 fps, or even less), and VLC does not handle low fps well at all (it introduces ar...
Hi, Well the title is quite explicit, I would like to know if VLC on Windows is able to transcode with h264 codec and ffmpeg encoder, or must I recompile VLCwith a h264-enabled ffmpeg ? If I use x264 encoder it does not work well at all, I only have one image after a long time. At the moment, I'm ru...
Hi, I'm trying to stream from a BlackMagic Decklink card to RTSP. It works fine on Ubuntu, but know I have to do it on Windows... I managed to get the video from the card in VLC using this command : "C:\Program Files\VideoLAN\VLC\vlc.exe" dshow:// :dshow-vdev="Decklink Video Capture&q...
Hi, I would like to know what is the default venc value - if any - when transcoding with VLC. As I'm new to video transcoding, I'm a bit confused with these different parameters. If I am right, we have : - vcodec : the norm in which the stream will be transcoded - venc : the codec used to transcode ...
Finally it was a network problem. The video was acquired on a Linux PC, and I was connecting my mobile devices to the network through a MacBook WiFi sharing. The MacBook and the Linux PC were both connected on the same network, and the MacBook was able to get the stream. But it seems that OSX WiFi s...
Hi, I have to live stream a video, acquired from a decklink card, to an Android application. I tried both HTTP and RTSP streaming, with mixed results : - HTTP : works on the Android device in Android VLC, but not if I try to get the video in my own android app using a VideoView. Does anyone know how...