Platform/OS
Cross-platform
Category
Media & Video Tools

Ross Primestream

Ross Primestream is a simple video streaming tool that lets regular people host and share their own videos without needing a big company like YouTube. It works like a personal TV station where you upload videos once and anyone with a link can watch them smoothly on phones, tablets, or computers. It stores all your video files in affordable S3-compatible object storage, which acts like an unlimited digital warehouse that keeps your movies safe and organized. When someone wants to watch, it pulls just the right pieces of the video from that storage and sends them quickly over the internet without slowing down. This S3 approach makes everything cheap, reliable, and able to handle thousands of viewers at once without you worrying about running out of space or paying huge bills.

Connection / Setup

  1. Create an account and log in to DiskSpace
  2. Click I'm ready to set up my storage
  3. Enter Bucket Name following the instructions
  4. Click Create Bucket and wait for it to be generated
  5. Find your Endpoint URL, Access Key, and Secret Key in the S3 Client Configuration section for use below

Connect Ross Primestream to DiskSpace.sh

DiskSpace.sh is a fully S3-compatible object storage service. Follow the steps below to configure your connection using path-style requests.

Connection Steps:
  1. Open Ross Primestream and navigate to the S3 storage integration settings.
  2. Select "Custom S3 Provider" or "Add New Endpoint".
  3. Enter the following connection details:
Region: Leave empty or set to us-east-1
Important: Path-Style Requests

DiskSpace.sh requires path-style URLs (not virtual-hosted style). The correct format is:

https://s3.diskspace.sh/bucket-name/key
Example Configuration
Endpoint URL: https://s3.diskspace.sh
Access Key: AKIAXXXXXXXXXXXXXXXX
Secret Key: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Region: us-east-1 (or leave blank)
Path Style: Enabled
Troubleshooting Tips
  • • Ensure "Force Path Style" or "Path-style requests" is enabled in Ross Primestream settings.
  • • Do not include a trailing slash in the Endpoint URL.
  • • Verify your Access Key and Secret Key have the necessary IAM permissions.
  • • If connection fails, try setting Region to us-east-1.
  • • Check that your firewall allows outbound HTTPS traffic to s3.diskspace.sh.