Hi,
I found a few spelling mistakes in variable names. Following is the patch.
---
libavformat/dashdec.c | 18 +-
1 file changed, 9 insertions(+), 9 deletions(-)
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index 2b396a0..7b79b93 100644
--- a/libavformat/dashdec.c
+
Last segment indicated by mpd is not parsed.
Example stream:
http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd
This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to
http://dashif.org/guide-
lines/last-segment-number with
---
libavformat/dashdec.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/libavformat/dashdec.c b/libavformat/dashdec.c
index bf61837..db63a99 100644
--- a/libavformat/dashdec.c
+++ b/libavformat/dashdec.c
@@ -922,8 +922,8 @@ static int parse_manifest_representation(AVFor
Last segment indicated by mpd is not parsed.
Example stream:
http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd
This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to
http://dashif.org/guide-
lines/last-segment-number with
Last segment indicated by mpd is not parsed.
Example stream:
http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd
This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to
http://dashif.org/guide-
lines/last-segment-number with
22, 2018 at 10:14:36PM +0200, Jan Ekström wrote:
> > On Thu, Mar 22, 2018 at 9:51 PM, sanilraut wrote:
> > > Last segment indicated by mpd is not parsed.
> > > Example stream: http://dash.akamaized.net/dash264/TestCasesIOP41/
> LastSegmentNumber/1/manifest_last_segment_
Thanks. Have re-submitted the patch.
Sanil
On Mon, Mar 26, 2018 at 7:10 PM, Steven Liu wrote:
>
>
> > On 26 Mar 2018, at 04:01, sanilraut wrote:
> >
> > Last segment indicated by mpd is not parsed.
> > Example stream: http://dash.akamaized.net/dash264/TestCas
Last segment indicated by mpd is not parsed.
Example stream:
http://dash.akamaized.net/dash264/TestCasesIOP41/LastSegmentNumber/1/manifest_last_segment_num.mpd
This patch supports parsing of Supplemental Descriptor with @schemeIdUri set to
http://dashif.org/guide-
lines/last-segment-number with
Hi,
The following patch avoid multiple HTTP requests for initialization segment
that is common among all representations.
---
libavformat/dashdec.c | 96 ---
1 file changed, 83 insertions(+), 13 deletions(-)
diff --git a/libavformat/dashdec.c b/l
Hi,
The following patch avoid multiple HTTP requests for initialization segment
that is common among all representations.
---
libavformat/dashdec.c | 82 ---
1 file changed, 71 insertions(+), 11 deletions(-)
diff --git a/libavformat/dashdec.c b/l
Hi Steven,
The changes mentioned have the same logic. I have re-submitted the patch.
Thanks,
Sanil
On Mon, Apr 9, 2018 at 2:52 AM, Steven Liu wrote:
>
>
> > On 9 Apr 2018, at 15:02, sanilraut wrote:
> >
> > Hi,
> >
> > The following patch avoid multi
Thanks Moritz. I have re-submitted the patch.
Sanil
On Wed, Aug 8, 2018 at 1:04 AM, Moritz Barsnick wrote:
> On Mon, Aug 06, 2018 at 19:18:27 -0700, sanil wrote:
> > The following patch supports parsing negative value of the @r attribute
> of S in SegmentTimeline element.
> >
> > Example stream
12 matches
Mail list logo