I am trying to transcode an mpeg movie to a format Darwin Streaming Server will accept to stream. I tried the mp4 encoders for both audio and video multiplexed using the mp4 mux using these parameters:
Code: Select all
:sout=#transcode{vcodec=mp4v,venc=ffmpeg,vb=256,scale=1,acodec=mp4a,ab=32,channels=2}:duplicate{dst=std{access=file,mux=mp4,dst="C:\Program Files\Darwin Streaming Server\Movies\iptv.mp4"}}
Is it a hopeless case?