camerapi icon indicating copy to clipboard operation
camerapi copied to clipboard

"tar -xvzf raspi_rtsp.tgz" Does not Create "Raspi" Directory

Open MrDevio opened this issue 6 years ago • 1 comments

After running "tar -xvzf raspi_rtsp.tgz", No new directory is created.

MrDevio avatar Dec 21 '18 10:12 MrDevio

The instructions are a bit limited but you need to be inside of the directory live

  1. cd live
  2. sudo mkdir raspi
  3. cd raspi
  4. sudo wget http://s3.sammachin.com/raspi_rtsp.tgz
  5. sudo tar -xvzf raspi_rtsp.tgz
  6. sudo make
  7. sudo make install

JoeLajoe avatar Nov 13 '19 22:11 JoeLajoe