Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..ba0eb913a1 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index a86fc8907f..e4749aad87 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -252,6 +252,7
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 17 -
1 file changed, 12 insertions(+), 5 deletions(-)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index a86fc8907f..e4749aad87 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -252,6 +252,7
Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..ba0eb913a1 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
Please ignore this version and use the other one, as it was sent using
the wrong email client and the patch is missed up.
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To unsubscribe, visit link
On 12/5/22 05:29, Steven Liu wrote:
Hi Basel,
Could you send a new version patchset name lead by "v2" ?
git format -patch -v 2
Will do
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-devel
To un
hls_delete_file and dashenc_delete_file functions open a
new HTTP connection regardless of the http_persistent value,
So change the behaviour to keep http connections open
if http_persistent is set
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 18 +-
1 file changed
Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..2521568ea5 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
oops, another small mistake, please see v3
___
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".
oops, another small mistake, please see v3
From: Basel Sayeh
Sent: Monday, December 5, 2022 2:22 PM
To: ffmpeg-devel@ffmpeg.org
Cc: Basel Sayeh
Subject: [PATCH v2 2/2] libavformat/dashenc: Enable HTTP persistent connections
for dashenc_delete_file
Signed-off
V3
hls_delete_file and dashenc_delete_file functions open a
new HTTP connection regardless of the http_persistent value,
So change the behaviour to keep http connections open
if http_persistent is set
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 18 +-
1 file
Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..ba0eb913a1 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
another mistake, Please see v4
___
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".
V4
hls_delete_file and dashenc_delete_file functions open a
new HTTP connection regardless of the http_persistent value,
So change their behaviour to keep http connections open
if http_persistent is set
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 18 +-
1 file changed
Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..ba0eb913a1 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
mistakes keep on happening, please use v5
___
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".
V5
hls_delete_file and dashenc_delete_file functions open a
new HTTP connection regardless of the http_persistent value,
So change their behaviour to keep http connections open
if http_persistent is set
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 18 +-
1 file changed
Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 14 ++
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..ba0eb913a1 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
Hello
I'm thinking of implementing code to check the server response for the hls/dash
encoders (incase the output was a URL).
Is it ok to implement it inside hlsenc_io_close/dashenc_io_close, and using
blocking ffurl_read?
___
ffmpeg-devel mailing li
Use http_read_header to parse and print/react to errors in http_shutdown if
the http server responds with an error (404/500/...)
Signed-off-by: Basel Sayeh
---
libavformat/http.c | 10 --
1 file changed, 4 insertions(+), 6 deletions(-)
diff --git a/libavformat/http.c b/libavformat
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libavformat/hlsenc.c b/libavformat/hlsenc.c
index a86fc8907f..57149985da 100644
--- a/libavformat/hlsenc.c
+++ b/libavformat/hlsenc.c
@@ -2591,6 +2591,9 @@ static int hls_write_packet
Hello,
Any update or comment on these patch sets?
Enable HTTP persistent connections for hls_delete_file &
dashenc_delete_file:
https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8033
Use http_read_header in http_shutdown to react to response errors:
https://patchwork.ffmpeg.org/pr
> >
> > Hello,
> >
> >
> > Any update or comment on these patch sets?
> >
> >
> > Enable HTTP persistent connections for hls_delete_file &
> > dashenc_delete_file:
> > https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8033
> https://patchwork.ffmpeg.org/project/ffmpeg/patch/db9p191mb14827
new HTTP connection regardless of the http_persistent value,
So change their behaviour to keep http connections open
if http_persistent is set
Signed-off-by: Basel Sayeh
---
libavformat/hlsenc.c | 17 +++--
1 file changed, 11 insertions(+), 6 deletions(-)
diff --git a/libavformat/
Signed-off-by: Basel Sayeh
---
libavformat/dashenc.c | 10 ++
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c
index 9c1bcad9e3..8e725a0d3f 100644
--- a/libavformat/dashenc.c
+++ b/libavformat/dashenc.c
@@ -179,6 +179,7
On 1/5/23 09:26, Steven Liu wrote:
Basel Sayeh 于2023年1月5日周四 09:19写道:
Hello,
Any update or comment on these patch sets?
Enable HTTP persistent connections for hls_delete_file &
dashenc_delete_file:
https://patchwork.ffmpeg.org/project/ffmpeg/list/?series=8033
h
26 matches
Mail list logo