Once again, thought I'd post here first...
I have had success streaming VLC's desktop (see http://betterlogic.com/roger/?p=3058)
Thanks!
Also during my initial trial and error testing phase, I noticed the following apparently reproducible oddities (at least for me with 1.1.0, Windows 7):
When you use 1 fps (its default), VLC as a client cannot actually watch the stream.
It keeps previously "used for streaming" ports open (which was surprising to me--shouldn't it close them when you stop streaming? [this is with "keep streaming output open" preference not checked]).
VLC as a client of the HTTP streams seems to not be able to play a stream if named like "http://localhost:8080/" it seems to just buffer forever, then finally play when the stream is closed from the server side. Naming it like "http://localhost:8080/go.mpg" streams normally. (sometimes it appears to come in as vlc, too, which was odd).
The GUI seems to not actually set the slave options correctly. When I enter specific dshow components, it only uses ":input-slave=dshow://", ignoring all my other parameters (it then uses the dshow defaults, which wasn't expected).
When you check "display locally" for streaming, it gives you the audio locally, but of the video it seems to only display the first frame.
When you attempt to stream a DVD playback, it only actually starts streaming after it progresses to the second title.
When using the default output transcoding options (h.264 + AAC) there seems to be no audio playback when played by the VLC client. Switching to mp3 seems to allow the VLC client to get the audio (Mplayer also, oddly enough, gets audio but no video--the opposite of VLC as client).
The client "hangs" on the last frame of a title when going to the next title of a streamed DVD. (server moves on, client doesn't, nor does it try to reconnect or what not).
Clearing preferences doesn't seem to reset transcoding profile changes.
I assume all of these are worth reporting? Any feedback here?