Postby markfm » 06 Jan 2005 12:34
You may just be stuck, not enough processing power to do the streaming. The lowest power machine I've used to do transcoding is an 800 MHz PIII.
Does the card view locally OK in VLC, right on the machine? (not trying to stream, just doing a regular File -- Open Capture Device) If it does, then VLC is "hooking" to the card OK.
If you can do a local view, but streaming is broken, you might try streaming at a really low rate, perhaps just try streaming to file. Open Settings -- Preferences, select the Advanced Options checkbox, then go to Modules -- sout stream -- stream_out_transcode. Try making "Video frame rate" 5 (a very low number, but this is just a test).
Next do an Open Capture Device, select Stream Output. Select File and type in c:\test\myfile.asf. elect the ASF Encapsulation method. Under Transcoding select Video codec DIV3 and Audio codec mp3. DOn't select any of the network things -- just see if you can stream to file.
Start the streaming. If VLC doesn't crash, let it run say 20 seconds, then press the Stop button. Take a look and see if c:\temp\myfile.asf is there -- if it is, you should have something playable by both VLC and WMP.
(Classic debugging -- trying to see if you can stream anything at all, even very low rate to file)