- Sytem is Linux Slackware 9.1 on 233 586 machine
Have installed and running, vlc-0.7.2, but as yet am unable to view streams with VLC win32 client on another node, running 98SE. Depending on stream config, I may get a grey box that represents video, but no data and once I had sound come through, but no picture.
ffmpeg stable was previously running OK using an old CPIA VLSI ltd 0553 linux indexed camera on v4l. ffmpeg had previously identified a YUV format as is the standard for this camera.
My ffmpeg is now at rev cvs-2004-05-25, as of the VLC installation. (seeing notes today, that this version of ffmpeg is having problems too).
From the ffmpeg mailing list, today...
To: ffmpeg-devel@lists.sourceforge.net
Subject: Re: [Ffmpeg-devel] grab from v4l device no longer works
Reply-To: ffmpeg-devel@lists.sourceforge.net
To: ffmpeg-devel@lists.sourceforge.net
Subject: Re: [Ffmpeg-devel] grab from v4l device no longer works
Reply-To: ffmpeg-devel@lists.sourceforge.net
On Wed, 26 May 2004, Michael Niedermayer wrote:
> Hi
>
> On Wednesday 26 May 2004 01:38, cp76 wrote:
> > I am using the latest CVS.
> >
> > It was still ok one week ago.
> does it work with ffmpeg -sync 0 ... ?
Yes '-syn~c 0' helps. Should '-sync 0' be turned on by default for v4l
device ? Thank you.
Edward LiuDoes anybody know if this has affected VLC?
This is one of the configs I have tried for vlc...
I've tried switching between PAL and SECAM and no luck, but I see some using different frequency settings...vlc -vvv v4l:/dev/video0:norm=pal:frequency=543250:size=qsif:channel=0:adev=/dev/audio0 --sout '#transcode{vcodec=mp4v,acodec=mpga,vb=3000,ab=256,vt=800000,keyint=80,deinterlace}:std{access=udp,mux=ts,url=192.168.1.3}' --ttl 12
1. ) What format should this cam run at, PAL, SECAM, NTSC?
2. ) How should I determine the correct frequency?
3. ) How is Frames Per Second controlled in VLC?
4. ) Should I be at channel 0 (no tuner on cam) or 1 for composite?
5. ) Is there a script or location for tuning the ffmpeg parameters interface with VLC, allowing other common ffmpeg features to be tweeked?
Thank you in advance,
Mike