Thanks for the reply & explanation. Unfortunately it doesn't help my situation. Do you know if there is a way to get live555 to wait longer before deciding that there is no more data being recieved?
Hi, I am using vlc 0.9.8a on fedora linux to grab rtsp mpeg4 streams from remote axis cameras and transcode them to h.264 to restream to flash player. On the whole it works pretty well apart from I have an issue with 1 or 2 streams. They are 150kbps streams coming to the server via a adsl link at th...
I did try that. It seems that the vlc on the centos box is using libx264.so.55 directly and not through the libx264.so symlink. I tried to re-compile x264 and got libx264.so.65 and put it in /usr/lib & adjusted the symlink but vlc doens't want to know about it. If I delete the 55 file it complai...
Here is the backtrace for the fault. I realy need to get this to work. I have it working on another machine with Fedora 9. I notice that the Fedora version has a later version of libx264 & libc.so.6. Both versions are installed with 'yum install vlc' which should install the latest version. Prog...
Hi, Using 0.9.6 on CentOS 5 I am getting a segmentation fault when trying to transcode a rtsp stream to x264. The fault occurs as soon as the sdp details are displayed in the output screen. Is this related to the Win32 crashing with x264 transcoding? Is there a way to get a stack trace with gdb or s...
Is there a build that will work with encoding h264 but is also late enough so as not to have the problem with the player loosing connection to the original stream. The stream is continous from a camera. It only seems to be affected if the camera pans quickly. The debug log reports eof. Alternatetivl...
The url is rtsp://82.140.146.206/mpeg4/1/media.amp Sorry, a bit of duff information. The real url is rtsp://81.140.146.206/mpeg4/1/media.amp . I originally got the link verbally from the guy that operates the camera and this worked in quicktime. When he sent me an email with the link the ip was wro...
Hi There, I have an rtsp stream that I am trying to ultimately transcode and restream over rtp but I am having trouble trying to even get it to playback. The url is rtsp://82.140.146.206/mpeg4/1/media.amp The stream is from a AXIS 231D+ IP Camera I can open the stream in QT but I cannot get it to wo...