Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg
@ 2025-08-19  8:45 ffmpeg--- via ffmpeg-devel
  2025-08-19  9:43 ` Jacob Lifshay via ffmpeg-devel
  0 siblings, 1 reply; 4+ messages in thread
From: ffmpeg--- via ffmpeg-devel @ 2025-08-19  8:45 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.

The protocol is now officially  launched and is already gaining lots of attention from companies in the broadcast industry.

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 7 and I enclose patches to add this to the current FFmpeg origin/master.


If the .eml patches dont make it through the email, here are links to them:
https://www.sienna-tv.com/omt/0001-Added-libomt-support-for-OpenMediaTransport.eml
https://www.sienna-tv.com/omt/0002-Patched-libomt-into-FFmpeg.eml


To build this also requires the pre-built omt libraries which are available at   
https://github.com/openmediatransport/libomtnet/releases
also, available from:    
https://www.sienna-tv.com/omt/OMTlibs.zip

Finally We have published the entire source code for ffmpeg with libomt integrated at:
https://github.com/GalleryUK/FFmpeg-OMT

Please let me know if you have any questions

Best Regards
Mark Gilbert


_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg
  2025-08-19  8:45 [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg ffmpeg--- via ffmpeg-devel
@ 2025-08-19  9:43 ` Jacob Lifshay via ffmpeg-devel
  0 siblings, 0 replies; 4+ messages in thread
From: Jacob Lifshay via ffmpeg-devel @ 2025-08-19  9:43 UTC (permalink / raw)
  To: FFmpeg development discussions and patches; +Cc: Jacob Lifshay



On August 19, 2025 1:45:01 AM PDT, ffmpeg--- via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote:
> We have have already completed implementation of this protocol into FFMPEG 7 and I enclose patches to add this to the current FFmpeg origin/master.
> 
> 
> If the .eml patches dont make it through the email, here are links to them:
> https://www.sienna-tv.com/omt/0001-Added-libomt-support-for-OpenMediaTransport.eml
> https://www.sienna-tv.com/omt/0002-Patched-libomt-into-FFmpeg.eml

It seems to me that it might be better to add libomt as a ffmpeg protocol rather than as devices, devices seem to be intended only for things plugged into your computer or local in some sense (e.g. screen capture). libomt seems to be for network stuff.

Also, you may want to consider opening a PR on the experimental forgejo instance: https://code.ffmpeg.org/FFmpeg/FFmpeg

Jacob
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg
  2025-08-13 13:00 ffmpeg
@ 2025-08-13 13:35 ` Derek Buitenhuis
  0 siblings, 0 replies; 4+ messages in thread
From: Derek Buitenhuis @ 2025-08-13 13:35 UTC (permalink / raw)
  To: ffmpeg-devel

On 8/13/2025 2:00 PM, ffmpeg@gallery.co.uk wrote:
> 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.

[...]

> The protocol will officially launch on August 18th.
> You can read about it here:
> https://openmediatransport.org/
> and 
> https://github.com/openmediatransport/
> The github is not public yet, but will be after the launch

It's a bit premature to be sending this then, no? We can't review
or make a value judgement.

> 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 already completed implementation of this protocol into FFMPEG 7 and I enclose patches to add this to the current FFmpeg origin/master.

I don't see any; perhaps you missed including them?

> To build this also requires the pre-built omt libraries which are available at   
> https://github.com/openmediatransport/libomtnet/releases
> also, available from:    
> https://www.sienna-tv.com/omt/OMTlibs.zip

The community will wait on source code, I suspect.

- Derek
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg
@ 2025-08-13 13:00 ffmpeg
  2025-08-13 13:35 ` Derek Buitenhuis
  0 siblings, 1 reply; 4+ messages in thread
From: ffmpeg @ 2025-08-13 13:00 UTC (permalink / raw)
  To: ffmpeg-devel

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.

The protocol will officially launch on August 18th.
You can read about it here:
https://openmediatransport.org/
and 
https://github.com/openmediatransport/
The github is not public yet, but will be after the launch

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 already completed implementation of this protocol into FFMPEG 7 and I enclose patches to add this to the current FFmpeg origin/master.

To build this also requires the pre-built omt libraries which are available at   
https://github.com/openmediatransport/libomtnet/releases
also, available from:    
https://www.sienna-tv.com/omt/OMTlibs.zip

Please let me know if you have any questions

Best Regards
Mark Gilbert



_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel

To unsubscribe, visit link above, or email
ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2025-08-19  9:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-08-19  8:45 [FFmpeg-devel] Patches to add libomt OpenMediaTransport support to FFmpeg ffmpeg--- via ffmpeg-devel
2025-08-19  9:43 ` Jacob Lifshay via ffmpeg-devel
  -- strict thread matches above, loose matches on Subject: below --
2025-08-13 13:00 ffmpeg
2025-08-13 13:35 ` Derek Buitenhuis

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 https://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/ https://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