No, sorry, i haven't one, but i will post some logs today (but before i have to made some trys on an other computer, cause i've maybe found the problem).
Hi, Works almost fine on Linux. Just for information, i use IP cameras and i want to stream in flv. Here is the "walktrought" is used : 1.vlc 0.8.6c ./vlc rtsp://<cam_ip>:1145/livepc.sdp --sout "#transcode{acodec=mp3, samplerate=44100}:std{access=http, mux=asf, dst=127.0.0.1:1234}&quo...
If i take a better look at your last command line, i see you use a axis camera in mjpg.
So i now better understand your test.jpg in the non working command line.
If you use a video file, this should work, but a picture, not sure.
Try to convert your camera stream into a video before streaming.
If i well understand, you want to stream a file that is on you hd.
Remplace "fake: --fake-file=./test.jpg" by the path to your file.
I.E. : ~/path/to/your/file/test.whatyouwant
Well, i've encountered the same problem.
Never get this stuf working with shared libs. If this is not mandatory for you to have shared libs, make ffmpeg static (--enable-static --disable-shared).
I'll try to find if i haven't an other solution in my notes.
Hi, i'm trying to stream flv too. I'm using vlc-0.9.0-svn-20070717-0000 (nightly build), windows XP. When i use this command, VLC crash (and windows ask for a bug report, hahah, what a joke. Hum, must disable that on this computer...). "C:\Download\vlc-0.9.0-svn-20070717-0000\vlc.exe" C:\D...
Hi ! I've got a problem with vlc building on Msys/MinGW. I want to build vlc with faac-faad-amrnb-amrwb-x264. I use ffmpeg-export-snapshot-20070711 and last release of the codecs. Followed this method to get a working ffmpeg (very well made, a pleasure to read) : http://arrozcru.no-ip.org/ffmpeg_wik...
I've found an alternative to my problem, i use vlc 0.8.6c. I've build it with the same options than vlc0.9.0 and it works fine. Really don't know from where comes the problem. I'v compared the -vvv launch in both versions, and it was almost the same. So i fear that there is a problem with rtsp in 0....
Hi ! Here my configuration : CentOS 4.4 VLC 0.9.0 snapshot 24/06/2007. ffmpeg snapshot 25/06/2007 live555 01/07/2007 I'm working on a P4 3.00Ghz, 500MB physical memmory. Openning a file locally works good. I'm trying to open a RTSP stream (from a camera) via vlc. Everything going fine, the video sho...
Hi ! Thx for your advices. I've tryed again using LDFLAGS and CPPFLAGS, and it works (made a supid mistake, and aven't seen it.... wrote "in lc ude" and not "in cl ude" :oops: ). And i will test your second solution kmf31, looks like it will fit exactly to my needs (almost all li...
Hi ! I would like to compile VLC with librairies located in non standard directories (i.e : libs and .h are in MY_PATH/lib and MY_PATH/inculde). I've manage to compile ffmpeg by adding --cflags=-I$RESULTS/include --extra-ldflags=-L$RESULTS/lib in the ./configure line. With VLC, i've got 2 problems. ...
I don't use those packages because i have to compile VLC to a minimal size (mean that i would like to keep enought stuff to do just what i need, no other features).
And those packages are more globals (or i haven't understand something) (and that's possible ^^).
Hi ! This is my firts post on this forum, hope i will manage to be clear in my explanations. First, i'm not very familiar with Linux and Friends, so please excuse me if certain of my questions are basics. I'm trying to build a lite VLC on CentOS (Red Hat clone). I would like to use it as a transform...