Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
* [FFmpeg-devel] [PATCH 0/3] avformat/whip whep: Add basic WHEP support based on the WHIP implementation
@ 2025-10-12 15:23 baigao via ffmpeg-devel
  0 siblings, 0 replies; only message in thread
From: baigao via ffmpeg-devel @ 2025-10-12 15:23 UTC (permalink / raw)
  To: ffmpeg-devel; +Cc: baigao

Add basic WHEP support based on the WHIP implementation

- Implemented the core WHEP playback logic. (Note: RTX retransmission handling is not yet supported).
- Modified a few interfaces in the RTP demux to allow them to be reused for the WHEP implementation.

The series is structured as follows:

  avformat/whip whep: create rtc for common RTC code shared by whip and
    whep
  avformat/whip whep: reanme whip prefix to rtc for common RTC
    structures
  avformat/whip whep: add whep support

 libavformat/Makefile     |    3 +-
 libavformat/allformats.c |    1 +
 libavformat/rtc.c        | 2057 ++++++++++++++++++++++++++++++++++++++
 libavformat/rtc.h        |  256 +++++
 libavformat/rtpdec.c     |    6 +-
 libavformat/rtpdec.h     |   11 +
 libavformat/whep.c       |  457 +++++++++
 libavformat/whip.c       | 1584 ++---------------------------
 8 files changed, 2888 insertions(+), 1487 deletions(-)
 create mode 100644 libavformat/rtc.c
 create mode 100644 libavformat/rtc.h
 create mode 100644 libavformat/whep.c

-- 
2.51.0

_______________________________________________
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 15:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-12 15:23 [FFmpeg-devel] [PATCH 0/3] avformat/whip whep: Add basic WHEP support based on the WHIP implementation baigao 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