Got it! Here is the config.linux file I used. COMPILE_OPTS = $(INCLUDES) -I. -O2 -I. -fPIC -DSOCKLEN_T=socklen_t -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 C = c C_COMPILER = cc C_FLAGS = $(COMPILE_OPTS) CPP = cpp CPLUSPLUS_COMPILER = c++ CPLUSPLUS_FLAGS = $(COMPILE_OPTS) -Wall -DBSD=1 -Wno-deprec...
Hello all. I am having a tough time installing vlc with live555 on my 64-bit linux box. ./configure \ --with-live555-tree=/home/downloads/live555 \ --with-x264-tree=/home/downloads/x264 \ --enable-ffmpeg \ --with-ffmpeg-x264 \ --with-ffmpeg-a52 \ --with-ffmpeg-mp3lame \ --enable-mp3lame \ --enable-a...
Here is another vlc:quit error I get. [00000413] access_directory access error: vlc:quit: No such file or directory [00000413] access_file access error: cannot open file vlc:quit (No such file or directory) [00000417] access_directory access error: vlc:quit: No such file or directory [00000417] acce...
Hello -- I think this is an issue with vlc:quit more than anything but I am not sure how to fix it. Using: vlc-snapshot-20080229.tar.bz2 FFmpeg version SVN-r12187 x264 0.58.736 Here is the log. VLC media player 0.9.0-svn Grishenko [00000001] main libvlc debug: VLC media player - version 0.9.0-svn Gr...
Thank you for the reply. I added the tree and am attempting to recomplie. --with-ffmpeg-tree=/usr/include/ffmpeg and --with-ffmpeg-tree=/usr/lib I added a symbolic link for the first error but they continue. /usr/include/ffmpeg/libavcodec -> /usr/lib// Error: checking for libavcodec.a in /usr/includ...
One more question. Should I use a different ffmpeg? ( i installed it through yum ) It always seems to to boil down to that... # yum info ffmpeg.i386 Installed Packages Name : ffmpeg Arch : i386 Version: 0.4.9 Release: 0.37.20070503.lvn7 Size : 517 k Repo : installed Summary: Digital VCR and streamin...
Hello all. I was noticing this post and would like to know what is the correct vlc version to get flv to encode on Fedora 7? The post said I should use an earlier version, any version? ...or should I try 0.9.0-snv instead? Edit... I forgot to add. mux=flv : output VLC media player 0.8.6c Janus [0000...
I was currious about openSuSE, is free or do I have to buy it? (looks like there are a lot of packages for it) Though I am not giving up just yet. :wink: ffmpeg-checkout-2007-09-18 # ./configure --enable-gpl --enable-pp --enable-pthreads --enable-liba52 --enable-libgsm --enable-libmp3lame --enable-l...
Update - x264: # dpkg -l | grep x264 ii libx264-54 0.svn20070309-5~sid.863 x264 video coding library ii libx264-dev 0.svn20070309-5~sid.863 development files for libx264 ii x264 0.svn20070309-5~sid.863 video encoder for the H.264/MPEG-4 AVC stand ffmpeg: # ./configure --enable-x11grab --enable-liba5...
Hello all, yet another question... Debain 2.6.21-2-amd64 Trying to get h264 working. VLC media player 0.8.6d Janus [00000294] dummy interface: using the dummy interface module... [00000306] main private: creating httpd [00000317] ffmpeg encoder error: cannot find encoder h264 [00000298] stream_out_t...
Hello all, I have been searching and found a lot of questions but no solutions (so far) to this. I installed 0.8.6c first, removed it and installed 0.9.svn because I read somewhere that it fised this problem... guess not. vlc -vvvv -I dummy udp:@:8084 --no-plugins-cache :sout ":duplicate{dst=st...
Ok I am really close to intalling the beta version but I ran into this issue. Here is what I installed so far. package a52dec-0.7.4-2.3 is already installed Preparing... ################################################## package faac-1.25-2.3 is already installed Preparing... #######################...
Ok, now I am understanding this more! I think :) I ended up having to copie some libraries into the ffmpeg build folder to get it to work. For me it was /usr/src/ffmpeg-checkout-2007-08-07/libavcodec (and others) Here is the config. CFLAGS=-fPIC ./configure --enable-x11grab --enable-liba52 --enable-...
Again, thank you for the response. Here are the warnings / errors returned with "make" /usr/bin/ld: /usr/local/lib/liba52.a(parse.o): relocation R_X86_64_32S against `a local symbol' can not be used when making a shared object; recompile with -fPIC /usr/local/lib/liba52.a: could not read s...
Hello, I can't seem to get this to work? Windows XP VLC media player 0.9.0-svn-20070804-0000 Grishenko stream.mp4 ==> H264 / MP4 "C:\Program Files\VideoLAN\VLC\vlc.exe" "c:\TEST\stream.mp4" --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{access=file,dst=c:\TEST\stream.flv}&qu...
Hi j-b, thanks for the reply. Here is what I have going now. FFMPEG ./configure --enable-x11grab --enable-liba52 --enable-liba52bin --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-gpl --enable-pp ( no errors ) VLC ./configure --enable-dv --enable-v4l2 --enable-pvr --enable-dvb --enabl...