Bug 283223 - [NEW PORT] multimedia/obs-multi-rtmp: OBS plugin for multistream
Summary: [NEW PORT] multimedia/obs-multi-rtmp: OBS plugin for multistream
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Vladimir Druzenko
URL: https://github.com/sorayuki/obs-multi...
Keywords:
Depends on:
Blocks:
 
Reported: 2024-12-09 15:18 UTC by Martin Filla
Modified: 2025-03-09 20:28 UTC (History)
1 user (show)

See Also:


Attachments
0003-obs-multi-rtmp-new-port.patch (6.55 KB, patch)
2024-12-09 15:18 UTC, Martin Filla
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Filla 2024-12-09 15:18:15 UTC
Created attachment 255742 [details]
0003-obs-multi-rtmp-new-port.patch

Hi.
this is an OBS plugin for multistream. I tested in poudriere.
Comment 1 commit-hook freebsd_committer freebsd_triage 2025-03-09 20:28:27 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=82b5eef0d62a178a60fc9cb1b46297c514051e92

commit 82b5eef0d62a178a60fc9cb1b46297c514051e92
Author:     Martin Filla <freebsd@sysctl.cz>
AuthorDate: 2025-03-09 20:25:09 +0000
Commit:     Vladimir Druzenko <vvd@FreeBSD.org>
CommitDate: 2025-03-09 20:27:32 +0000

    multimedia/obs-multi-rtmp: New port: multistream plugin for OBS Studio

    This plugin was created to enable simultaneous streaming on multiple sites.
    https://github.com/sorayuki/obs-multi-rtmp/

    PR:     283223

 multimedia/Makefile                       |  1 +
 multimedia/obs-multi-rtmp/Makefile (new)  | 34 +++++++++++++++
 multimedia/obs-multi-rtmp/distinfo (new)  |  3 ++
 multimedia/obs-multi-rtmp/pkg-descr (new) |  2 +
 multimedia/obs-multi-rtmp/pkg-plist (new) | 72 +++++++++++++++++++++++++++++++
 5 files changed, 112 insertions(+)
Comment 2 Vladimir Druzenko freebsd_committer freebsd_triage 2025-03-09 20:28:41 UTC
Thanks.