My query is that
in command prompt first i enter in vlc folder then write
vlc -I telnet and then telnet localhost 4212
then i want to run configuration file for mosaic the file is that
new channel1 broadcast enabled
setup channel1 input dshow://
setup channel1 output #duplicate{dst=mosaic-bridge{id=1,height=144,width=180},select=video,dst=bridge-out{id=1},select=audio}
new channel2 broadcast enabled
setup channel2 input udp://@
setup channel2 output #duplicate{dst=mosaic-bridge{id=2,height=144,width=180},select=video,dst=bridge-out{id=2},select=audio}
new background broadcast enabled
setup background input fake:
setup background output #transcode{sfilter=mosaic,vcodec=mp4v,vb=150}:bridge-in{delay=40,id-offset=100}:display
control background play
control channel1 play
control channel2 play
when i used load filename it doesn't give any error or it's not give any result
my query is that how can i run by this command