Hi. I have a MPEG4/H.264 file, which doesn't work in VLC but work in any other player I tried. http://www.box.com/s/07mb919i09ylz70b32ym The VLC just shows black screen, but the playing slider is running and can be moved. When digging deeper, the are no decoded packets in media information statistic...
Hi. VLC 1.1.0, when starting reading from RTSP, no longer skips regular frames until the first key-frame. This results in VLC showing green screen until the first key-frame has arrived. While VLC displays the usual message "First frame is not a key-frame", it starts playing the frames imme...
Hi. I'm trying to use VideoLan ActiveX in Internet Explorer 8, but getting the message: "A malfunctioning or malicious add-on has caused Internet Explorer to close this webpage" This happens with VideoLan 1.0.3, via IE8 on XP SP3, 32-bit. Anyone familiar with this, and how to sort it out? ...
Hi. I tracked the issue some more, and noticed that it happens only in first 30 seconds or so of the video. Once they passed, the stream is stable and works normally. Is there anything related that can be tuned? Also, can the problem be in contribs and not in VLC itself? Maybe the live555 demuxer wa...
Hi. Loops are there with TCP. I see, same as here. It is possible that you could try with different video encoder? (that way we could limit the reason) Unfortunately this encoder is part of the source firmware, so there is no way to change it. I did reproduce same micro-loops with FFMPEG/DSS as well...
Hi. This probably because of UDP video loss, can you please try with "RTSP over TCP" enabled in RTSP demuxer settings? When I enable it, the decoding goes fine, except these loops. By the way, following your comment I tried to uncheck the "drop late frames" setting, but it still ...
Hi. The latest versions of VLC (1.0.3 and higher) produce some strange RTSP playback artifacts - the video has small loops in playback, when the data is not coming fast enough. There is nothing in logs, even on maximal verbosity. I checked the previous version (1.0.0-pre) and the stream playback the...
Hi. I have a really strange problem, where VLC is unable to play a file from HTTP server, on a particular machine, but works great on other machines. I read the logs for both machines, and it seems as VLC unable to seek correctly in the problematic machine. Here are the log snippets: Working machine...
Hi. I have an issue with VideoLan 1.0 RC1, playing M4V (raw MPEG-4) files faster then it should. The video was encoded with FFMPEG with the following command line: ffmpeg -i sample.mp4 -f m4v test.m4v When I play it in ffplay, the video is displayed normally, with correct speed. But when I play it i...
Hi. I have an issue with VideoLan 1.0 RC1 not playing H.264 video in M4V format (RAW video). The video was encoded with FFMPEG with the following command line: ffmpeg -i sample.mp4 -f m4v -vcodec libx264 h264.m4v and ffmpeg -i sample.mp4 -f h.264 -vcodec libx264 h264.m4v The video IS playable by ffp...
Hi. Maybe Firewall/proxy issue? I can download the files without any problem. I can even see RTSP video from this computer. It's only the HTTP playback that doesn't work. The logs show that the connection eventually has a success, after getting the initial "unavailable" message. Any idea w...
Hi. I'm trying to play a MP4 files over HTTP, but it doesn't work, displaying the "Resource temporarily unavailable" message in logs. The files can be played with VLC from another computer over HTTP without any problem (the computer is in a different place, and has a different Internet con...