Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] Forgejo PR to add libomt OpenMediaTransport support
@ 2025-10-12 11:48 ffmpeg--- via ffmpeg-devel
  0 siblings, 0 replies; only message in thread
From: ffmpeg--- via ffmpeg-devel @ 2025-10-12 11:48 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: ffmpeg

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2025-10-12 11:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-12 11:48 [FFmpeg-devel] Forgejo PR to add libomt OpenMediaTransport support ffmpeg--- via ffmpeg-devel

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