Search found 3 matches

Go to advanced search

by rideallday
25 May 2009 23:13
Forum: VLC stream-output (sout)
Topic: streaming AVC/H264 from analog on linux, advice needed
Replies: 1
Views: 1181

Re: streaming AVC/H264 from analog on linux, advice needed

I am using an osprey 230 to do something similar. This is how I'm getting the live stream out in h264 (and re-broadcasting through my Wowza server). vlc -I dummy v4l2:// :v4l2-dev=/dev/video0 :v4l2-adev=/dev/audio1 :v4l2-standard=3 --sout "#transcode{venc=x264,vcodec=x264,vb=0,scale=1,acodec=mp...
by rideallday
17 Dec 2008 19:53
Forum: VLC media player for Linux and friends Troubleshooting
Topic: VLC compile problem with x264, ... and avahi-client ?
Replies: 6
Views: 4249

Re: VLC compile problem with x264, ... and avahi-client ?

After debugging the makefile, I found that the PKG_CONFIG_PATH does not get set for x264 in the config. so, set it before the ./configure- eg: export PKG_CONFIG_PATH=`pwd`/extras/x264 This will just fall back to whatever version of x264 that's installed on your system. Very annoying. Hopefully this ...
by rideallday
13 Nov 2008 18:07
Forum: VLC stream-output (sout)
Topic: Streaming AVI with MJPEG compression
Replies: 3
Views: 1194

Re: Streaming AVI with MJPEG compression

Try to mux it in AVI, works good for me. I am trying to save an AXIS camera to file (among other things). My sout is: file/avi:/tmp/tempo.mjpg This is where I got the hint from- it's a good reference: http://www.digitalpreservation.gov/formats/fdd/fdd000063.shtml Not sure whether you can mux AVI as ...

Go to advanced search