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

Issue with Live Streaming #41

Open
stakach opened this issue Aug 25, 2015 · 0 comments
Open

Issue with Live Streaming #41

stakach opened this issue Aug 25, 2015 · 0 comments

Comments

@stakach
Copy link

stakach commented Aug 25, 2015

The player seems to be having trouble playing dash streams formatted like:

<?xml version="1.0" encoding="UTF-8"?>
<MPD xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="urn:mpeg:dash:schema:mpd:2011" xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 http://standards.iso.org/ittf/PubliclyAvailableStandards/MPEG-DASH_schema_files/DASH-MPD.xsd" type="dynamic" minimumUpdatePeriod="PT2S" availabilityStartTime="2015-08-19T03:33:52" minBufferTime="PT4S" suggestedPresentationDelay="PT20S" timeShiftBufferDepth="PT1M0S" profiles="urn:mpeg:dash:profile:isoff-live:2011">
  <Period start="PT0S" id="1">
    <AdaptationSet mimeType="video/mp4" codecs="avc1.4d401f,mp4a.40.5" frameRate="25/1" segmentAlignment="true" subsegmentAlignment="true" startWithSAP="1" subsegmentStartsWithSAP="1" bitstreamSwitching="true">
      <ContentComponent contentType="video" id="1"/>
      <ContentComponent contentType="audio" id="2"/>
      <SegmentTemplate timescale="90000" media="ch09$Time$.mp4" initialization="ch09init.mp4">
        <SegmentTimeline>
          <S t="47608740000" d="180000" r="29"/>
        </SegmentTimeline>
      </SegmentTemplate>
      <Representation id="1" width="1024" height="576" bandwidth="4500000">
        <SubRepresentation contentComponent="1" bandwidth="4500000" codecs="avc1.4d401f"/>
        <SubRepresentation contentComponent="2" bandwidth="64000" codecs="mp4a.40.5"/>
      </Representation>
    </AdaptationSet>
  </Period>
</MPD>

The console produces the following errors at try.js:56:

Loading manifest, url='http://sohiptvlb2.soh.com/sdtv/ch09.mpd'
Loaded manifest, url='http://sohiptvlb2.soh.com/sdtv/ch09.mpd'
Creating manifest...
Couldn't find media presentation duration

The DASH standard seems to support a lot of different representations

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