SOYO
local area network video streaming service-Browse and play local video files on any device, supporting common formats such as MP4 and MKV.
SOYO (Stream On Your Own) is a local video streaming service deployed on the Lazy Cat micro-service platform. It allows you to access video files stored in the Lazy Cat online drive through a browser on any device, without downloading, and click and play. ** Applicable scenarios **: - Home Media Center - π±Cross-device video viewing - π¬Personal video library management - Video sharing on local area network --- ##Core functions - ** Instant playback **: No download required, streaming online - ** Multi-format support **: MP4, MKV, AVI, WebM, OGG - ** Intelligent metadata **: Automatically obtain animation and movie information - ** Thumbnail preview **: Automatically generate video thumbnails - ** Responsive design **: Supports mobile phones, tablets, and computers - ** Cross-device access **: Any device in the local area network can access it ##ΛVideo directory configuration (important!) ###Understand the directory structure of lazy cat micro-service Lazy Cat Micro Service is a ** multi-user system **, and each user has an independent network disk space: ``` Lazy Cat Microserver File System /lzcapp/run/mnt/home/ β Root directories for all users δΈ¨ ββ User A/ β The first user's online disk β βββ Movie/ β βββ Downloads/ β βββ ... δΈ¨ ββ User B/ β The second user's online disk β βββ Movie/ β βββ ... ββ User C/ β The third user's online disk βββ ... ``` ###How to find your video catalog? ####Method 1: Use lazy cat online disk to view (recommended) 1. Open ** Lazy Cat Online Disk **(Files application) 2. Check your currently logged in ** username **(usually in the top right corner) 3. Check which folder your video files are stored in Common video folder names: - Movie or Movies - `Video` - `Movies` - Downloads (if the video is in the download folder) ####Method 2: Inferring through path format The video directory path format of Lazy Cat Micro Service: ``` /lzcapp/run/mnt/home/[your username]/[video folder name] ``` ** Example **: | user name| video folder| full path| |--------|-----------|---------| | lanmao168 |movie| `/lzcapp/run/mnt/home/lanmao168/movie`| | admin | Downloads | `/lzcapp/run/mnt/home/admin/Downloads` | ###ΛCommon path errors ** Wrong writing **: ``` /lzcapp/run/mnt/home/Movie #Missing user name /home/zhangsan/Movie #Path is incomplete F:/Movie # Windows Style Path (Error) ``` ** Correct writing **: ``` /lzcapp/run/mnt/home/zhangsan/Movie ``` --- ##Detailed explanation of configuration steps ###Step 1: Determine your path ** Example scenario **: - Your username is: `zhangsan` - Videos are stored in: Movie folder Then the complete path is: ``` /lzcapp/run/mnt/home/zhangsan/Movie ``` ###Step 2: Configure the path in the SOYO interface 1. On the SOYO error page, find the **"Enter movie directory"** input box 2. Enter your full path: `/lzcapp/run/mnt/home/zhangsan/Movie` 3. Click the ** folder icon on the right to saveπ 4. Refresh the page (press `F5` or `Ctrl+R`) ###Step 3: Verify configuration After successful configuration, you should be able to see: - Video list shows - Thumbnails start to be generated - Video information loading






