Hello,
I use the following code to transcode and stream a mpeg2 movie.
Code: Select all
new a1 broadcast loop enabled
setup a1 input /home/chiel/video.mpeg
setup a1 output #transcode{width=1376,height=768,vcodec=mp2v,vb=8000,acodec=mpga,ab=192}:std{access=udp{ttl=12},mux=ts,dst=239.100.1.22:4422}
control a1 play
This is one of several movies that I make available over the network this way. However because I transcode the movie the CPU load is to high at the moment to add any new movies. I don't know that much about VLM but I was thinking that the transcoding would not be necessary if the file was already in the correct format, then I only need to stream it to some UDP adres saving me CPU load on the server. I my thinking right? And how can I accomplish this?