Streamer Social Media Manager
With Local RTMP server and automatic Social Media posting
- About
- Features
- Installation
- Usage
- Configuration
- Examples
- Architecture & Tech Stack
- Contributing
- License
- Contact
SSMM_UI (Streamer Social Media Manager) is a tool designed for streamers to handle broadcasting workflows and automate posting to social media platforms.
It runs with a local RTMP server and can automatically publish to multiple platforms, removing manual steps from your workflow.
- Local RTMP server – for ingesting and handling live streams.
- Automatic social media posting – cross-post to YouTube, X (Twitter), Facebook, and more.
- Easy UI management – intuitive interface to control streaming and posting.
(Add more specific features here, e.g., scheduling, multi-streaming, or analytics support.)
-
Clone the repository:
git clone https://github.com/GodWasAProgrammer/SSMM_UI.git cd SSMM_UI -
Open the solution in your IDE (e.g., Visual Studio).
-
Build the project:
- Visual Studio: Use the
.slnfile (SSMM_UI.sln). - dotnet CLI:
dotnet build
- Visual Studio: Use the
-
Download : https://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full-shared.7z <---- required copy the contents of the extracted "bin" dir into "dependencies".
-
Run the application:
dotnet run --project SSMM_UI
-
Start the application.
-
Connect your streaming client (OBS, or equivalent).
** Go to OBS(or other RTMP-viable streaming software) ** Go into Settings -> Stream -> "Custom" set server to : "rtmp://localhost:1935/live/" streamkey: demo
- Select the target platform(s) and posting method.
Not implemented fully yet
- Start streaming – the app will handle the rest.
(Add screenshots, step-by-step UI flows, and examples here.)
Coming Soon