trying to catch the camera stream of my PiCam over Ubuntu 12.04 but receiving machine totally fails:
Code: Select all
nc -l -p 5001 | mplayer -fps 31 -cache 1024 -This is nc from the netcat-openbsd package. An alternative nc is available
in the netcat-traditional package.
usage: nc [-46DdhklnrStUuvzC] [-i interval] [-P proxy_username] [-p source_port]
[-s source_ip_address] [-T ToS] [-w timeout] [-X proxy_protocol]
[-x proxy_address[:port]] [hostname] [port]
MPlayer svn r34540 (Ubuntu), built with gcc-4.6 (C) 2000-2012 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing -.
Reading from stdin...
Cache fill: 0.00% (0 bytes)
libavformat version 53.21.1 (external)
Mismatching header version 53.19.0
Exiting... (End of file)
What's going wrong? What can I do?
BR
Michael