From: ffmpeg--- via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> To: ffmpeg-devel@ffmpeg.org Cc: ffmpeg@gallery.co.uk Subject: [FFmpeg-devel] Forgejo PR to add libomt OpenMediaTransport support Date: Sun, 12 Oct 2025 12:48:21 +0100 Message-ID: <D75D81AA-EEF3-44E8-A84B-226091D22E0E@gallery.co.uk> (raw) Hi Folks We are part of the group creating a new open source and free to use professional IP Video protocol called OMT (open media transport) It's similar to NDI in many ways, but completely open source and royalty free. We have have already completed implementation of this protocol into FFMPEG 8 and have created a Pull Request via forgejo https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20694 Perhaps a maintainer can take a look at this ? --------------------------------------------------- The protocol is officially launched and is already gaining lots of attention from companies in the broadcast industry. Already quite a few broadcast vendors have lready announced or released support, including Sienna VMix, Drastic, Garanin and others. You can read about it here: https://openmediatransport.org/ and https://github.com/openmediatransport/ The github includes the full source code of OMT and its underlying codec VMX, along with binaries, and links to free utilities leveraging OMT across the 3 major platforms. The video codec used in OMT is actually the same as the vmix codec which is already implemented in decoder-only form in FFMPEG. We have have already completed implementation of this protocol into FFMPEG 8 and have created a Pull Request via forgejo https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20694 To build FFMPEG with OMT from the OMT patched FFmpeg source: Download the OMT libraries and header folder from. https://github.com/openmediatransport/. or easier : https://github.com/GalleryUK/OMTLibsAndHeaders place the OMT folder with include and lib NEXT to the FFmpeg folder Then Configure with : Linux: ./configure --enable-libomt --extra-cflags="-I$(pwd)/../OMT/include" --extra-ldflags="-L$(pwd)/../OMT/lib -Wl,-rpath,\$ORIGIN/../OMT/lib" Mac: ./configure --enable-libomt --extra-cflags="-I$(pwd)/../OMT/include" --extra-ldflags="-L$(pwd)/../OMT/lib -Wl,-rpath,@loader_path/../OMT/lib" Please let me know if you have any questions Best Regards Mark Gilbert _______________________________________________ ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
reply other threads:[~2025-10-12 11:48 UTC|newest] Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=D75D81AA-EEF3-44E8-A84B-226091D22E0E@gallery.co.uk \ --to=ffmpeg-devel@ffmpeg.org \ --cc=ffmpeg@gallery.co.uk \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel This inbox may be cloned and mirrored by anyone: git clone --mirror http://master.gitmailbox.com/ffmpegdev/0 ffmpegdev/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 ffmpegdev ffmpegdev/ http://master.gitmailbox.com/ffmpegdev \ ffmpegdev@gitmailbox.com public-inbox-index ffmpegdev Example config snippet for mirrors. AGPL code for this site: git clone https://public-inbox.org/public-inbox.git