
JAVA IP CAMERA VIEWER INSTALL
I expect to be able to not only use the IP camera's web client, but also install my IPcam monitoring software so i can see the baby cam and all future cameras in full screen, plus all the other features. It's a 7" Windows XP tablet with built-in GPS. I returned the N-810 and purchased an Advent ADV3500PC 7" Portable GPS Navigation with built in Tablet PC () for $270USD (shipped), or about the cost of the N-810 plus the Nav subscription. ~ $ wget -O a.mjpeg 2>/dev/null & mplayer -cache 32 -demuxer 35 a.mjpeg
JAVA IP CAMERA VIEWER HOW TO
am i missing something?ītw, i looked for rc2 but couldn't figure out how to install it. it says it's playing, but nothing happens. I had really high hopes for this, but it doesn't quite work. It looks like you only have to make the a.mjpeg file (actually a pipe, not a file) one time, and then just call the wget line each time. The -O after wget is a capital O not a zero. You have to do this in your home directory or something, not on a FAT partition (like /media/mmcX) otherwise mkfifo gives a permission error.

Wget -O a.mjpeg 2>/dev/null & mplayer -cache 32 -demuxer 35 a.mjpeg A slight delay, and not terribly high FPS, but it worked. This page () has a suggestion that worked for my Trendnet camera! I got fullscreen video on my tablet. Also I think the internal mplayer has better rtsp support than mplayer (if mplayer has any at all :)).Īlso mplayer can't detect (or can't play) the mjpeg stream from the cgi, so try specifying the codec or maybe try the rc2 mplayer binary (search for it). On that page there is no mention that you should use the rtsp port with the cgi url, try it directly. STREAM_ASF, URL: 197:554/cgi/mjpg/mjpeg.cgiįailed to open 7:554/cgi/mjpg/mjpeg.cgi. Can't open menu config file: /home/user/.mpl ayer/nfĬonnecting to server 192.168.0.197: 554. LAVF_header: av_find_stream_info() failedĪnd if i try to use the rtsp port it gets even angrier: Playing to server 192.168.0.197: 80.Ĭould not find codec parameters (Video: mjpeg)

Can't open menu config file: /home/user/.mplayer/nf
