When I streamed a file using VLC, the stream was broadcasting without problem. However I stream a file using VLM configuration under same configuration, the following error message came out.
main debug: waiting for thread completion
main debug: creating statistics handler
main debug: thread 4116 (input) created at priority 1 (src/input/input.c:260)
main debug: using sout chain=`std{mux="",access="",dst="sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=239.1.1.2:1234}}"}'
main debug: stream=`std'
main debug: looking for sout stream module: 1 candidate
main warning: missing value for option mux
main warning: missing value for option access
main debug: set sout option: sout-standard-dst to sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=239.1.1.2:1234}}
stream_out_standard debug: creating `(null)/(null)://sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=239.1.1.2:1234}}'
stream_out_standard debug: extention is 2:1234}}
stream_out_standard debug: extention -> mux=(null)
stream_out_standard error: no access _and_ no muxer (fatal error)
main warning: no sout stream module matching "std" could be loaded
main debug: destroying chain... (name=std)
main debug: destroying chain done
main error: stream chained failed for `std{mux="",access="",dst="sout=#transcode{vcodec=mp4v,vb=1024,scale=1,acodec=mpga,ab=192,channels=2}:duplicate{dst=display,dst=std{access=udp,mux=ts,dst=239.1.1.2:1234}}"}'
main error: cannot start stream output instance, aborting
main debug: thread times: real 0m0.125007s, kernel 0m0.015625s, user 0m0.000000s
main debug: thread 4116 joined (src/input/input.c:402)
Is it a bug of VLM configuration in Windows version?