Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

$ mkdir /ext_hdd

$ mount /dev/hdb1 /ext_hdd

STEP 5: Copy a Single Program Transport stream to your file system to be used for emulator video playback.

  • Pre-requisite to the step is assumed that /ext_hdd is already mounted with the external hard disk partition on your emulator VM
  • Copy your SPTS video file from your host machine to /ext_hdd folder on the emulator VM 
  • Note: The following command is performed from your Host Machine

...

  • Back on your emulator VM, create a link in /opt/www/ to point to the external hard drive at its mount point /ext_hdd

...

  • In the screenshot below<your_spts_file_name> is assumed to be "received_spts1.ts" as an example.

Logging into your VM

As described in the previous section, you can log in to your emulator VM from your Host Machine using the ssh command.

...