I want a replacement for the creaky Windows boxes running dozens of instances of WinSend. So, someone suggested VLS. I looked into that, and found out that it's old and bad and deprecated, and that I should use VLC. So, I grabbed the Dag package for 0.8.6d... and it has a bazillion RPM dependencies. OK, we'll build from source! Except 0.9.8 requires versions of HAL and DBUS that aren't available with RHEL4. So I grabbed 0.8.6i, but when I ./configure, it complains about one missing item after another (so far, mad, ffmpeg, libmpeg2...)
How can I build a VLC that'll be usable for a streaming server? What are all of the --disable lines that will strip out everything I don't need, so I can get it to compile? A smaller resulting binary would be nice, too. I don't want any GUI and I don't need playback, transcoding, etc... just a nice, simple streaming server.