Git Inbox Mirror of the ffmpeg-devel mailing list - see https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
 help / color / mirror / Atom feed
From: Jack Lau via ffmpeg-devel <ffmpeg-devel@ffmpeg.org>
To: FFmpeg development discussions and patches <ffmpeg-devel@ffmpeg.org>
Cc: Jack Lau <jacklau1222gm@gmail.com>
Subject: [FFmpeg-devel] Re: [PATCH] lavf/whip: improve RTP muxer error message
Date: Thu, 22 Jan 2026 08:50:28 +0800
Message-ID: <E52E4CA7-8198-4324-B84A-7741C9425D87@gmail.com> (raw)
In-Reply-To: <CANX1iD8J5UH6VxDL_sRSaYiub0PeupBS=77grR0_6JwrUEF0aw@mail.gmail.com>

Hi

> On Jan 20, 2026, at 19:45, Devraj Ajmera via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote:
> 
> Hello,
> 
> This patch improves the error message shown when the RTP muxer
> cannot be guessed in the WHIP muxer, making the failure reason
> clearer to users.
> 
> Regards,
> Devraj Ajmera
> From 854c0b01a67da3549acbac1200f00b2b0f680907 Mon Sep 17 00:00:00 2001
> From: devraj ajmera <devrajajmera077@gmail.com>
> Date: Tue, 20 Jan 2026 17:02:23 +0530
> Subject: [PATCH] lavf/whip: improve RTP muxer error message
> 
> ---
>  libavformat/whip.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/libavformat/whip.c b/libavformat/whip.c
> index 6a9b208f69..875cb43a04 100644
> --- a/libavformat/whip.c
> +++ b/libavformat/whip.c
> @@ -1550,7 +1550,7 @@ static int create_rtp_muxer(AVFormatContext *s)
>       const AVOutputFormat *rtp_format = av_guess_format("rtp", NULL, NULL);
>      if (!rtp_format) {
> -        av_log(whip, AV_LOG_ERROR, "Failed to guess rtp muxer\n");
> +        av_log(whip, AV_LOG_ERROR,"WHIP: failed to guess RTP muxer, ensure RTP is enabled in build\n”);
There’s no need prefix “WHIP:” since this av_log already has `avcl`

And you might be prefer submit patch to https://code.ffmpeg.org/FFmpeg/FFmpeg
>          ret = AVERROR(ENOSYS);
>          goto end;
>      }
> -- 
> 2.52.0.windows.1___________________________________________
> ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
> To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org
Thanks,
Jack
_______________________________________________
ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org
To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org

  reply	other threads:[~2026-01-22  0:51 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-01-20 11:45 [FFmpeg-devel] " Devraj Ajmera via ffmpeg-devel
2026-01-22  0:50 ` Jack Lau via ffmpeg-devel [this message]
2026-01-22  2:12 ` [FFmpeg-devel] " Timo Rothenpieler via ffmpeg-devel
2026-01-23  6:12 ` Devraj Ajmera via ffmpeg-devel
2026-01-23  6:31   ` Devraj Ajmera via ffmpeg-devel
2026-01-23  7:27     ` Jack Lau via ffmpeg-devel
2026-01-24 15:34     ` Devraj Ajmera via ffmpeg-devel
2026-01-30  5:32       ` Devraj Ajmera via ffmpeg-devel
2026-01-30  8:28         ` Jack Lau via ffmpeg-devel
2026-01-30 12:05         ` Devraj Ajmera via ffmpeg-devel
2026-02-11  7:04           ` Devraj Ajmera via ffmpeg-devel
2026-02-11  8:29             ` Jack Lau via ffmpeg-devel

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=E52E4CA7-8198-4324-B84A-7741C9425D87@gmail.com \
    --to=ffmpeg-devel@ffmpeg.org \
    --cc=jacklau1222gm@gmail.com \
    /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 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