Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DASH_2nd_Edition and master branches #5

Open
vncntd opened this issue Jan 19, 2016 · 0 comments
Open

DASH_2nd_Edition and master branches #5

vncntd opened this issue Jan 19, 2016 · 0 comments

Comments

@vncntd
Copy link

vncntd commented Jan 19, 2016

Hi,

I am opening this issue today because I'm working on a mpd file using the libdash library to parse it and have encountered a problem. The mpd file i am working on contains a SegmentTimeline@t value that creates an overflow in an uint32_t variable.
Here is my problem : the master branch does not seems to support the MPEG-DASH standard 2nd Edition but seems to be more active in opposition to the DASH_2nd_Edition branch that seems to support the MPEG-DASH standard 2nd Edition but seems less active.

The particular function I am talking about is the following :
void Timeline::SetStartTime (uint32_t startTime) -> master branch
void Timeline::SetStartTime (uint64_t startTime) -> DASH_2nd_Edition branch

Which branch do you think I should use, knowing that I need to use MPEG-DASH 2nd Edition features.

Thanks by advance,

Vincent.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant