[FFmpeg-devel] [PATCH 0/1] add missing dnxhr mxf container essence ULs

2018-08-25 Thread jay
From: Jason Stevens Hi, This patch adds missing dnxhr mxf container essense ULs to the mxf encoder. This fixes dnxhr mxf files being quarantined by Avid Media Composer. Jason Stevens (1): libavformat/mxfenc: add missing dnxhr mxf container essence ULs libavformat/mxfenc.c | 47 ++

[FFmpeg-devel] [PATCH 1/1] libavformat/mxfenc: add missing dnxhr mxf container essence ULs

2018-08-25 Thread jay
From: Jason Stevens --- libavformat/mxfenc.c | 47 1 file changed, 47 insertions(+) diff --git a/libavformat/mxfenc.c b/libavformat/mxfenc.c index 7f629dbe53..cf58c8b834 100644 --- a/libavformat/mxfenc.c +++ b/libavformat/mxfenc.c @@ -146,6 +146,11 @

Re: [FFmpeg-devel] [PATCH 1/1] libavformat/mxfenc: add missing dnxhr mxf container essence ULs

2018-08-26 Thread jay
Baptiste you are right that DNxHR is variable frame size (0) from avpriv_dnxhd_get_frame_size and that it breaks the index. is there a reason not to use the pkt->size as frame_size since DNxHR is a constant frame_size for a given resolution and quality profile? -Original Message- From:

Re: [FFmpeg-devel] [PATCH v3 2/2] libavformat/mxfenc: add missing dnxhr mxfcontainer essence ULs

2018-09-07 Thread jay
I've not seen a smpte spec that contains the DNXHR mxf ULs. The mxf UL definitions can be looked up at registry.smpte-ra.org search for "VC-3", CIDs 1270-1274 are DNXHR. DNXHR in already supported in mov and mkv. -Jason -Original Message- From: "Tomas Härdin" Sent: Friday, September 7,

Re: [FFmpeg-devel] [PATCH v4 2/2] libavformat/mxfenc: add missing dnxhr mxfcontainer essence ULs

2018-09-08 Thread jay
"Paul B Mahol" > On 9/8/18, Jason Stevens wrote: >> Add missing dnxhr mxf container essence ULs to the mxf encoder. >> set proper mxf frame size for dnxhr using libavformat/dnxhd's get dnxhr size >> function. >> >> This fixes dnxhr mxf files being quarantined by Avid Media Composer. >> >> Si

[FFmpeg-devel] Secure RTSP

2016-09-24 Thread Jay
Hi. I am working on a project that requires RTSP over TLS with cafile support. I patched 3.1.3 to work with openssl. If this is something of interest, I am happy to finish out the patch - please advise if a different approach is preferred. Thank you. Jay Ridgeway diff -x '*.[oda]' -N

Re: [FFmpeg-devel] Secure RTSP

2016-09-24 Thread Jay
11:30 AM Carl Eugen Hoyos wrote: > 2016-09-24 16:20 GMT+02:00 Jay : > > Hi. I am working on a project that requires RTSP over TLS with cafile > > support. I patched 3.1.3 to work with openssl. If this is something of > > Can't this also work with the various other ssl i

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-14 Thread Jay
/c506515d969751610188152cee7ca2b2/raw/3c14ce37380f744393d15bebcca4c1cc80f3f55f/cert.pem -O /tmp/cert.pem ./ffprobe 'rtsps://user:passw...@rtsps.jayridgeway.com:8554/test' -v debug -ca_file /tmp/cert.pem -tls_verify 1 On Sat, Oct 1, 2016 at 4:20 PM wrote: > From: Jay Ridgeway > > > This patch enab

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-15 Thread Jay
al step. Thank you. Jay On Sat, Oct 15, 2016 at 3:04 PM Michael Niedermayer wrote: > On Sat, Oct 01, 2016 at 04:20:39PM -0400, jayri...@gmail.com wrote: > > > From: Jay Ridgeway > > > > > > > > > This patch enables TLS args for RTSPS. This is neces

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-16 Thread Jay
On Sat, Oct 15, 2016 at 10:44 PM Michael Niedermayer wrote: > On Sat, Oct 15, 2016 at 08:31:23PM +0000, Jay wrote: > > Thank you for the feedback. I have been trying to get RTSPS cert > validation > > incorporated for several weeks. I would greatly appreciate someone on the >

Re: [FFmpeg-devel] [PATCH] RTSP: pass TLS args for RTSPS

2016-10-16 Thread Jay
OK. I understand. I do not see anything like that in tls. On Sun, Oct 16, 2016 at 11:06 AM Michael Niedermayer wrote: > On Sun, Oct 16, 2016 at 01:43:24PM +0000, Jay wrote: > > On Sat, Oct 15, 2016 at 10:44 PM Michael Niedermayer > > > wrote: > > > > > On Sat,

Re: [FFmpeg-devel] [PATCH] avformat/rtsp: support rtsps

2016-10-16 Thread Jay
address encrypted udp. Let me know how best to proceed. Thank you. Jay On Sun, Oct 16, 2016 at 1:35 PM wm4 wrote: > On Sun, 16 Oct 2016 12:24:37 -0400 > jayri...@gmail.com wrote: > > > From: Jay Ridgeway > > > > Pass TLS args to support RTSPS. This patch requires TLS patc

Re: [FFmpeg-devel] [PATCH] lavd/avfoundation: Add Audio Support

2014-09-07 Thread Jay Muthialu
[AVFoundation input device @ 0x7f9ff9c14ae0] AVFoundation video devices: [AVFoundation input device @ 0x7f9ff9c14ae0] [0] FaceTime HD Camera : Input/output error To record from camera >ffmpeg -f avfoundation -i "0" out.mp4 Looking forward for your earli

[FFmpeg-devel] [PATCH] avformat/movenc: fix safari cannot play generated hls due to empty sdtp atom

2023-11-18 Thread Jay Zhang
This issue can be reproduced by command 'ffmpeg -i small_bunny_1080p_60fps.mp4 -an -c:v libx265 -tag:v hvc1 -f hls -hls_segment_type fmp4 out.m3u8'. After remove the empty sdtp atom, safari can play the out.m3u8 properly. Signed-off-by: Jay Zhang --- libavformat/movenc.c | 2

[FFmpeg-devel] [PATCH] configure: fix mbedtls >=v3.5.0 link error on windows

2024-01-05 Thread Jay Zhang
Signed-off-by: Jay Zhang --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 0b5e83bd20..31dc29ca16 100755 --- a/configure +++ b/configure @@ -6930,6 +6930,7 @@ enabled libxml2 && require_pkg_config libxml2 libxml-2.0 libxml2/libxm