This post has been de-listed
It is no longer included in search results and normal feeds (front page, hot posts, subreddit posts, etc). It remains visible only via the author's post history.
Hi, i recently installed a dahua dvr, which supports rtsp, long story short: i don't want to use the web interface just to check the cameras, i made a simple windows bat file to open 4 instances of vlc with the respective rtsp command for each channel, but all the instances of vlc appear on the same spot, the --video-x and --video-y doesn't seem to work:
vlc.exe --video-x=0 --video-y=0 --width=960 --height=540 "rtsp://user:password@dvrIP:554/cam/realmonitor?channel=1&subtype=1"
vlc.exe --video-x=960 --video-y=0 --width=960 --height=540 "rtsp://user:password@dvrIP:554/cam/realmonitor?channel=2&subtype=1"
vlc.exe --video-x=0 --video-y=540 --width=960 --height=540 "rtsp://user:password@dvrIP:554/cam/realmonitor?channel=3&subtype=1"
vlc.exe --video-x=960 --video-y=540 --width=960 --height=540 "rtsp://user:password@dvrIP:554/cam/realmonitor?channel=4&subtype=1"
any idea of what i'm doing wrong?
Post Details
- Posted
- 1 year ago
- Reddit URL
- View post on reddit.com
- External URL
- reddit.com/r/VLC/comment...