Jan 31 2013
Opening multiple VLC windows for different RTSP Streams from AXIS camera
Today I wanted to open asap 4 RTSP streams using VLC.
I ended up copying and pasting the following in the command prompt caused 4 background instances of VLC to appear and read from 4 different AXIS cameras.
"C:Program Files (x86)VideoLANVLCvlc.exe" -vvv "rtsp://username:password@IP_ADDRESS:PORT/axis-media/media.amp?videocodec=h264&resolution=768x576&compression=30&fps=10&textstring=cam1&text=1&textpos=1"&
"C:Program Files (x86)VideoLANVLCvlc.exe" -vvv "rtsp://username:password@IP_ADDRESS:PORT/axis-media/media.amp?videocodec=h264&resolution=768x576&compression=30&fps=10&textstring=cam2&text=2&textpos=1"&
"C:Program Files (x86)VideoLANVLCvlc.exe" -vvv "rtsp://username:password@IP_ADDRESS:PORT/axis-media/media.amp?videocodec=h264&resolution=768x576&compression=30&fps=10&textstring=cam3&text=3&textpos=1"&
"C:Program Files (x86)VideoLANVLCvlc.exe" -vvv "rtsp://username:password@IP_ADDRESS:PORT/axis-media/media.amp?videocodec=h264&resolution=768x576&compression=30&fps=10&textstring=cam4&text=4&textpos=1"&
echo done
Enjoy!

Having written a lot of PHP code for a project using Notepad++, I got tired with the limitations of not having an IDE containing a debugger, and refactoring tools.

I came across a situation where my VMs were taking too much space from my C drive. The instructions below are from the forum post
I’ve been playing around with varnish lately and had to make a change in a VLC file to perform URL re-writing before following with “hashing”, lookup, and if necessary forwarding to tomcat.
Feb 14 2013
Bring Misplaced Off-Screen Windows Back to Your Desktop (if all else fails)
I use a dual monitor setup with my laptop, but the annoyance is when I switch to using only the laptop screen and certain windows are stuck out of the screen. I read various posts about this and most deal with right clicking the taskbar and trying out “move” or “cascade”.
I noticed the “Move” method is not available on windows 7 when you are using the classic theme, and various other methods failed so I’m posting my “IF all else fails” alternative.
Download the WinLister application from here
Run WinLister as Administrator and select the window you wish to
By Menelaos Bakopoulos • Uncategorized 0 • Tags: computer, dual monitor setup, laptop screen, software