Hello,
I have been trying to compile version 1.1.3 on Fedora 10, but so far had no success.
I've tried the version 0.99, 1.0.1 and 1.0.3 on Windows and fps setting works correctly.
Dear all, I need to set up to have two VLC strems with a different frame rate. For that I am doing the following: vlc -vvv -I dummy --noaudio v4l2:///dev/video1:fps=25 --sout '#duplicate{ dst="transcode{vcodec=DIV3,vb=512,fps=5,deinterlace}:standard{access=mmsh,mux=asfh,dst=:8001/CAM}", ds...
The problem is that I'm using VLC version 0.9.8 and can not do an upgrade. I'm using the Image module, but is not working at same time as the transcode module. For example, this comand vlc -vvv --noaudio -V image --image-out-format=jpg --image-out-prefix=cam1 --image-out-replace --image-out-ratio=25...
Dear all, it is not possible to use -V image and --sout module at same time. Por example streaming a mms video a save 1 image per 2 seconds. I use the following command vlc -vvv --noaudio v4l2:///dev/video1:fps=12 -V image --image-out-format=png --image-out-prefix=/htdocs/videos/cam1 --image-out-rep...
Dear all, I finally managed to solve my problem, with only minor changes. Added "fps=1" to the configuration of transcode vlc -vvv --color --noaudio rtsp://192.168.0.101/live2.sdp --sout '#duplicate{dst="transcode{vcodec=DIV3,vb=256,scale=0.66,fps=1}:standard{access=mmsh,mux=asfh,dst=...
Hello I just experience the same configuration of VLC on a machine much more powerful (Core 2 Duo T8300 2.4GHz) but the error message and behavior persist (...) [00000444] stream_out_transcode stream out debug: late picture skipped (1173982) (...) I'm using version 0.9.9 of VLC. Best regard Ricardo ...
Hello, first of all my thanks for the quick response. I've tried the following: vlc -vvv --color --noaudio rtsp://192.168.0.101/live2.sdp --rtsp-caching=3500 --sout '#duplicate{dst="transcode{vcodec=DIV3,vb=256,scale=0.66}:standard{access=mmsh,mux=asfh,dst=:8004/CAM}"}' Although no longer ...
Hello, Can anyone explain why I get this error when trying to run a transcode from a RTSP stream obtained from an IP camera? vlc -vvv --color --noaudio rtsp://192.168.0.101/live2.sdp --sout '#duplicate{dst="transcode{vcodec=DIV3,vb=256,scale=0.66}:standard{access=mmsh,mux=asfh,dst=:8004/CAM}&qu...
Dear all I get the following random error o while using the VLC "v4l2 error: Failed to wait (VIDIOC_DQBUF)" I use 4 analog cameras and V4L2 to obtain the video to VLC. The error occurs simultaneously in all cameras. If we use V4L (not V4L2) the error occurs in the same. Our aim is to have ...
Hello Hello, I am doing a video stream through a camera connected to a Brooktree Corporation Bt878 card. This card enables the interconnection of 4 cameras that are distinguished through the channel (is only created a video device /dev/video). However I can only access a camera at a time because the...