Difference between revisions of "SLP2 (StereoPi Livestream Playground v2)"

From StereoPi Wiki
Jump to navigation Jump to search
m (Connection setup)
m (WiFi access point)
Line 25: Line 25:
  
 
  ap_iface=
 
  ap_iface=
 +
 +
To enable access point using internal WiFi installed on CM4 use:
 +
ap_iface=int
  
 
To enable access point using external WiFi (USB dongle) use:
 
To enable access point using external WiFi (USB dongle) use:
 
  ap_iface=ext
 
  ap_iface=ext
 
To enable access point using internal WiFi installed on CM4 use:
 
ap_iface=int
 
  
 
Note: please check that your USB WiFi dongle supports AP mode and that RaspiOS support the dongle's chipset!
 
Note: please check that your USB WiFi dongle supports AP mode and that RaspiOS support the dongle's chipset!

Revision as of 15:20, 5 October 2021

Quick start

Connection setup

Ethernet

By default, you can use Ethernet connectivity out-of-the-box without any additional configuring. Plug in an Ethernet cable, and you are connected.

WiFi access point

SLP2 has pre-configured access point mode by default. That is after the first boot, you should see an access point named "Cosmostreamer." Use the "1234512345" password to access it. You can change the access point name and password in the configuration file "cosmostreamer.conf" in the /boot partition of the micro SD card (or eMMC). Here is how this section looks like:

# Wi-Fi access point interface
# disabled if empty, int - Internal Wi-Fi, ext - External USB Wi-Fi 
ap_iface=int

# Wi-Fi access point SSID
ap_ssid="cosmostreamer"

# Wi-Fi access point password
ap_psk="1234512345"`

Examples:

To disable access point use:

ap_iface=

To enable access point using internal WiFi installed on CM4 use:

ap_iface=int

To enable access point using external WiFi (USB dongle) use:

ap_iface=ext

Note: please check that your USB WiFi dongle supports AP mode and that RaspiOS support the dongle's chipset!

WiFI connection to router

How to access StereoPi

Making photo/video

Accessing photo/video

Updating SLP2

Menu structure

Camera settings

Camera

Image

Video

Photo

Device settings

Info

Ethernet

WiFi

Display

Video/audio

Streaming

Recording

Secondary camera

ZeroTier

System

Console

File manager

USB storage

MicroSD storage