[PATCH v2] Changlog: mention add WHIP muxer (experimental)
Signed-off-by: Jack Lau <jacklau1222@qq.com> --- Changelog | 1 + 1 file changed, 1 insertion(+) diff --git a/Changelog b/Changelog index 228029ea00..27531ad0ab 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version <next>: - APV in MP4/ISOBMFF muxing and demuxing - OpenHarmony hardware decoder/encoder - Colordetect filter +- WHIP (WebRTC-HTTP Ingestion Protocol) muxer (experimental) version 7.1: -- 2.49.0
On 2025-07-25 03:29 am, Jack Lau wrote:
Signed-off-by: Jack Lau <jacklau1222@qq.com> --- Changelog | 1 + 1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog index 228029ea00..27531ad0ab 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version <next>: - APV in MP4/ISOBMFF muxing and demuxing - OpenHarmony hardware decoder/encoder - Colordetect filter +- WHIP (WebRTC-HTTP Ingestion Protocol) muxer (experimental)
Is support for gnutls planned? Regards, Gyan
On Jul 25, 2025, at 12:18, Gyan Doshi <ffmpeg@gyani.pro> wrote:
On 2025-07-25 03:29 am, Jack Lau wrote:
Signed-off-by: Jack Lau <jacklau1222@qq.com> --- Changelog | 1 + 1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog index 228029ea00..27531ad0ab 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version <next>: - APV in MP4/ISOBMFF muxing and demuxing - OpenHarmony hardware decoder/encoder - Colordetect filter +- WHIP (WebRTC-HTTP Ingestion Protocol) muxer (experimental)
Is support for gnutls planned? Yes, plan to implement it before the end of GSoC 2025
Regards, Gyan Regards, Jack
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org <mailto:ffmpeg-devel@ffmpeg.org> https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org <mailto:ffmpeg-devel-request@ffmpeg.org> with subject "unsubscribe".
On 2025-07-25 10:36 am, Jack Lau wrote:
On Jul 25, 2025, at 12:18, Gyan Doshi <ffmpeg@gyani.pro> wrote:
On 2025-07-25 03:29 am, Jack Lau wrote:
Signed-off-by: Jack Lau <jacklau1222@qq.com> --- Changelog | 1 + 1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog index 228029ea00..27531ad0ab 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version <next>: - APV in MP4/ISOBMFF muxing and demuxing - OpenHarmony hardware decoder/encoder - Colordetect filter +- WHIP (WebRTC-HTTP Ingestion Protocol) muxer (experimental) Is support for gnutls planned? Yes, plan to implement it before the end of GSoC 2025
What's the status on this? Regards, Gyan
On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote:
On 2025-07-25 10:36 am, Jack Lau wrote:
On Jul 25, 2025, at 12:18, Gyan Doshi <ffmpeg@gyani.pro> wrote:
On 2025-07-25 03:29 am, Jack Lau wrote:
Signed-off-by: Jack Lau <jacklau1222@qq.com> --- Changelog | 1 + 1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog index 228029ea00..27531ad0ab 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version <next>: - APV in MP4/ISOBMFF muxing and demuxing - OpenHarmony hardware decoder/encoder - Colordetect filter +- WHIP (WebRTC-HTTP Ingestion Protocol) muxer (experimental) Is support for gnutls planned? Yes, plan to implement it before the end of GSoC 2025
What's the status on this? Hello
In my fork https://code.ffmpeg.org/JackLau/FFmpeg/src/branch/gnutls_latest, there was a working implementation. To be more easy review, I spilt into several patch and submit to FFmpeg master. The latest patch is here https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20580 I would be grateful for any review comments or suggestions.
Regards, Gyan
_______________________________________________ ffmpeg-devel mailing list -- ffmpeg-devel@ffmpeg.org <mailto:ffmpeg-devel@ffmpeg.org> To unsubscribe send an email to ffmpeg-devel-leave@ffmpeg.org <mailto:ffmpeg-devel-leave@ffmpeg.org>
Thanks Jack
On 2025-10-14 12:13 pm, Jack Lau via ffmpeg-devel wrote:
On Oct 14, 2025, at 14:30, Gyan Doshi via ffmpeg-devel <ffmpeg-devel@ffmpeg.org> wrote:
On 2025-07-25 10:36 am, Jack Lau wrote:
On Jul 25, 2025, at 12:18, Gyan Doshi <ffmpeg@gyani.pro> wrote:
On 2025-07-25 03:29 am, Jack Lau wrote:
Signed-off-by: Jack Lau <jacklau1222@qq.com> --- Changelog | 1 + 1 file changed, 1 insertion(+)
diff --git a/Changelog b/Changelog index 228029ea00..27531ad0ab 100644 --- a/Changelog +++ b/Changelog @@ -25,6 +25,7 @@ version <next>: - APV in MP4/ISOBMFF muxing and demuxing - OpenHarmony hardware decoder/encoder - Colordetect filter +- WHIP (WebRTC-HTTP Ingestion Protocol) muxer (experimental) Is support for gnutls planned? Yes, plan to implement it before the end of GSoC 2025 What's the status on this? Hello
In my fork https://code.ffmpeg.org/JackLau/FFmpeg/src/branch/gnutls_latest, there was a working implementation. To be more easy review, I spilt into several patch and submit to FFmpeg master. The latest patch is here https://code.ffmpeg.org/FFmpeg/FFmpeg/pulls/20580
I would be grateful for any review comments or suggestions.
Ok, it's currently WIP. Look forward to its merger. Regards, Gyan
participants (2)
-
Gyan Doshi -
Jack Lau