Hi all....im trying to take multiple (32+) live http streams and output them locally to an rtp address....currently using VLM broadcast...but its definitely not a long term solution as when VLC stops or the pc loses power I need to reconfigure VLM all over again, and it seems to be resource heavy...

currently using the following VLM output string....#rtp{dst=224.3.3.14,port=1006,mux=ts}--iface-addr 169.254.180.65....dont need to transcode the incoming stream, simply need to repackage it into rtp address.

Wondering if perhaps FFMPEG or something else could handle this more efficiently and provide some sort of mass input configuration files etc. and keep ticking once any interruptions are corrected

Any help would be extremely appreciated!