[FFmpeg-devel] [PATCH] libavformat/dashenc.c:add mimetype

2020-05-29 Thread Siyuan Huang
according iso 23009-1 , mimetype is mandatory attibutes, must contain it Signed-off-by: SiyuanHuang --- libavformat/dashenc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index 6f8de5762b..f71c1364b4 100755 ---

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:make a sample Latency element

2020-05-29 Thread Siyuan Huang
according iso 23009-1 4th , one Latency element should contain referenceId , target , max ,min atrributes Signed-off-by: SiyuanHuang --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-05-29 Thread Siyuan Huang
according iso 23009-1 , in live cases , mpd refresh period should be changeable and default 500 seconds is too long , in normal live cases , it should be 2~5 seconds Signed-off-by: SiyuanHuang --- libavformat/dashenc.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) mode change

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:keep same with streaming , when live end

2020-05-29 Thread Siyuan Huang
sidx box is used for single file cases , should not apply to streaming/live case Signed-off-by: SiyuanHuang --- libavformat/dashenc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c index df081ce3ef..2b2a77267b 100755

[FFmpeg-devel] [Please Ignore] send test

2020-05-29 Thread Siyuan Huang
___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

[FFmpeg-devel] [PATCH] libavfilter/vf_drawtext.c:add support to generte ms level timestamp

2020-05-29 Thread Siyuan Huang
for test latency , need sub-seconds level timestamp watermark Signed-off-by: SiyuanHuang --- libavfilter/vf_drawtext.c | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) mode change 100644 => 100755 libavfilter/vf_drawtext.c diff --git

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_drawtext.c:add support to generte ms level timestamp

2020-06-01 Thread Siyuan Huang
Look email client will auto format the patch , So , patch file is attached , 0001-libavfilter-vf_drawtext.c-add-support-to-generte-ms-.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:keep same with streaming , when live end

2020-06-01 Thread Siyuan Huang
Hello Mr.James Almer Thanks for your opinion . patch is updated 0001-PATCH-libavformat-dashenc.c-keep-same-with-streaming.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH] libavfilter/vf_drawtext.c:add support to generte ms level timestamp

2020-06-01 Thread Siyuan Huang
On 6/1/20, Siyuan Huang wrote: > Look email client will auto format the patch , > > > > So , patch file is attached , > > What is meaning of generte ? --> this is used for generate ms level watermark which burn in video . After that it can t

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-06-01 Thread Siyuan Huang
Hello Mr.James For this , in dash if . there are tcs whose segment type is SegmentTemplate ,and minimumUpdatePeriod is not 50 . (eg: https://livesim.dashif.org/livesim/mup_30/testpic_2s/Manifest.mpd) Cause there is no rules in dash spec says , in template cases , the live miniupdateperiod

[FFmpeg-devel] [PATCH] avformat/dashenc: reopen new http session for http_persistent

2020-06-01 Thread Siyuan Huang
Hello Chris Ribble Looks you are working for http patch , Can you share a test script for it ? ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:kill latency when ldash on

2020-06-29 Thread Siyuan Huang
Update with no file mode changes : From 6d08df73f9cb8cc8d8dfa3b974232f0c0a2b11f8 Mon Sep 17 00:00:00 2001 From: Siyuan Huang Date: Tue, 30 Jun 2020 13:34:47 +0800 Subject: [PATCH] libavformat/dashenc.c:support mpd update period according iso 23009-1 , in live cases , mpd refresh period should

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:kill latency when ldash on

2020-06-29 Thread Siyuan Huang
From: Siyuan Huang disable write tmp file to let it using chunk downloading at last segment Signed-off-by: Siyuan Huang --- libavformat/dashenc.c | 2 ++ 1 file changed, 2 insertions(+) mode change 100644 => 100755 libavformat/dashenc.c diff --git a/libavformat/dashenc.

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:kill latency when ldash on

2020-06-29 Thread Siyuan Huang
Soory for wrong commit messge Update to no file mode modify at version2 From efd83d91a9bd9a485bcda6799f5f681c203a7449 Mon Sep 17 00:00:00 2001 From: Siyuan Huang Date: Tue, 30 Jun 2020 13:44:01 +0800 Subject: [PATCH] libavformat/dashenc.c:kill latency when ldash on v2 disable write tmp file

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:support mpd update period

2020-06-29 Thread Siyuan Huang
Update with no file mode changes : From 818095d4f0aa50dfee3cb0622146a2180801c5fe Mon Sep 17 00:00:00 2001 From: Siyuan Huang Date: Tue, 30 Jun 2020 13:41:46 +0800 Subject: [PATCH] libavformat/dashenc.c:support mpd update period v3 according iso 23009-1 , in live cases , mpd refresh

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:kill latency when ldash on

2020-06-29 Thread Siyuan Huang
Add patch file, From: Siyuan Huang Sent: 2020年6月30日 11:12 To: 'ffmpeg-devel@ffmpeg.org' Subject: [PATCH] libavformat/dashenc.c:kill latency when ldash on From: Siyuan Huang mailto:saber.hu...@samsung.com> > disable write tmp file to let it using chunk downloading at last s

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:support mpd update period

2020-06-29 Thread Siyuan Huang
Add patch file From: Siyuan Huang Sent: 2020年6月30日 11:34 To: 'ffmpeg-devel@ffmpeg.org' Subject: [PATCH] libavformat/dashenc.c:support mpd update period From: Siyuan Huang mailto:saber.hu...@samsung.com> > according iso 23009-1 , in live cases , mpd refresh period

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:support mpd update period

2020-06-29 Thread Siyuan Huang
From: Siyuan Huang according iso 23009-1 , in live cases , mpd refresh period should be changeable Signed-off-by: Siyuan Huang --- doc/muxers.texi | 4 libavformat/dashenc.c | 4 2 files changed, 8 insertions(+) mode change 100644 => 100755 doc/muxers.texi d

Re: [FFmpeg-devel] [Please Ignore] reply test

2020-06-09 Thread Siyuan Huang
Reply test From: Siyuan Huang Sent: 2020年6月10日 12:56 To: 'ffmpeg-devel@ffmpeg.org' Subject: [FFmpeg-devel] [Please Ignore] reply test Just test how reply in Pipermail 0.09 (Mailman edition). Please ignore it . Sorry to bother you

[FFmpeg-devel] Reply-To: RE: [Please Ignore] reply test

2020-06-10 Thread Siyuan Huang
Reply test ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".

Re: [FFmpeg-devel] [Please Ignore] reply test

2020-06-09 Thread Siyuan Huang
Reply in level2 child From: Siyuan Huang Sent: 2020年6月10日 12:58 To: 'ffmpeg-devel@ffmpeg.org' Subject: RE: [FFmpeg-devel] [Please Ignore] reply test Reply test From: Siyuan Huang mailto:saber.hu...@samsung.com> > Sent: 2020年6月10日 12:56 To: 'ffmpeg-devel@ffmpeg.org' mailto:

[FFmpeg-devel] [Please Ignore] reply test

2020-06-09 Thread Siyuan Huang
Just test how reply in Pipermail 0.09 (Mailman edition). Please ignore it . Sorry to bother you ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-06-10 Thread Siyuan Huang
Hello Mr. Moritz I update docs . and here is the latest patch . Ps: when I test doc file , muxers.texi It show some warning by root@saber:/ffmpeg# makeinfo --html --no-split -o muext.html doc/muxers.texi doc/muxers.texi:1948: @ref reference to nonexistent node `concat'

Re: [FFmpeg-devel] [Please Ignore] reply test

2020-06-09 Thread Siyuan Huang
Reply test level 2 From: Siyuan Huang Sent: 2020年6月10日 12:58 To: 'ffmpeg-devel@ffmpeg.org' Subject: RE: [FFmpeg-devel] [Please Ignore] reply test Reply test From: Siyuan Huang mailto:saber.hu...@samsung.com> > Sent: 2020年6月10日 12:56 To: 'ffmpeg-devel@ffmpeg.org' mailto:ffmpeg

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-06-10 Thread Siyuan Huang
Hello Mr. Moritz I update docs . and here is the latest patch . Ps: when I test doc file , muxers.texi It show some warning by root@saber:/ffmpeg# makeinfo --html --no-split -o muext.html doc/muxers.texi doc/muxers.texi:1948: @ref reference to nonexistent node `concat'

Re: [FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-06-10 Thread Siyuan Huang
I have trouble with mailman email system . My company email client can reply email . but looks mailman can not read out text content . and it will add a warning picture automatically . And third part email client such as outlook , though it works with text content without warning pitcture. but

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-06-03 Thread Siyuan Huang
Hello Mr. Moritz I have try finding recently doc update for dashenc.c , but I found no related commit . For example in f63407a9863a0168cddfafebb6b8a4ba85716bbe commit , it add some options , but no doc update in that commit . Can you show which document should I update ? I Only find

[FFmpeg-devel] [PATCH] libavformat/dashenc.c:add support to change mpd update interval

2020-06-03 Thread Siyuan Huang
Hello Mr. Michael Update by your opinions 0001-libavformat-dashenc.c-add-support-to-change-mpd-upda.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To

[FFmpeg-devel] [Please Ignore] send test

2020-05-29 Thread Siyuan Huang/MM Platform Lab /SRC-Nanjing/Engineer/Samsung Electronics
Test content ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-requ...@ffmpeg.org with subject "unsubscribe".