Hi,
I'm using VLC 0.9.2 installed as a windows service. I have configured in VLM few streams like:
new Cam1 broadcast enabled
setup Cam1 input "http://user:pass@xx.xx.xx.xx/ipcam/sjpeg.cgi"
setup Cam1 output #transcode{vcodec=WMV2,vb=1024,scale=1}:std{access=mmsh,mux=asf,dst=xx.xx.xx.xx:8081}
control Cam1 play
Everything ok except one thing: I need to rotate one of the streams.
I can play (localy) starting from cli:
vlc http://user:pass@xx.xx.xx.xx/ipcam/sjpeg.cgi --vout-filter=transform --transform-type=vflip --transform-type=hflip
and the camera is rotated, but I need that output stream rotated.
I think I'm doing some mistakes on the output syntax, I tried in many ways to add "--vout-filter=transform --transform-type=vflip --transform-type=hflip" but without success.
Please advise!
Thanks