MP4Box를 사용하여 .mpd 파일을 생성하고 Dash.js 플레이어를 사용하여 생성되었지만 재생되지 않습니다. 링크 (http://msdn.microsoft.com/en-us/library/dn551368(v=vs.85).aspx)에서 재생 중입니다. 나는 위에서 언급 한 링크에서 정확하게 주어진 세부 사항을 따라 왔으며 정상적으로 작동합니다. 하지만 dash.js 플레이어에서 .mpd를 사용하면 작동하지 않습니다.Dash.mpd가 Dash.js 플레이어에서 재생되지 않습니다
이 문제를 해결하려면 친절하게 도와주세요.
<MPD type="static" xmlns="urn:mpeg:DASH:schema:MPD:2011" profiles="urn:mpeg:dash:profile:full:2011" minBufferTime="PT1.5S" mediaPresentationDuration="PT0H1M0.29S">
<ProgramInformation moreInformationURL="http://gpac.sourceforge.net">
<Title>Media Presentation Description for file Recorded_gopi.mp4 generated with GPAC </Title>
</ProgramInformation>
<Period start="PT0S" duration="PT0H1M0.29S">
<AdaptationSet>
<ContentComponent id="1" contentType="video"/>
<ContentComponent id="2" contentType="audio" lang="und"/>
<Representation id="1" mimeType="video/mp4" codecs="avc1.640028,mp4a.40.02" width="1280" height="1024" sampleRate="44100" numChannels="2" lang="und" startWithSAP="1" bandwidth="317599">
<BaseURL>Recorded_gopi_dash.mp4</BaseURL>
<SegmentList timescale="1000" duration="13915">
<Initialization range="0-1264"/>
<SegmentURL mediaRange="1265-512125" indexRange="1265-1465"/>
<SegmentURL mediaRange="512126-774261" indexRange="512126-512254"/>
<SegmentURL mediaRange="774262-1165553" indexRange="774262-774390"/>
<SegmentURL mediaRange="1165554-1484521" indexRange="1165554-1165682"/>
<SegmentURL mediaRange="1484522-1819145" indexRange="1484522-1484626"/>
<SegmentURL mediaRange="1819146-2122548" indexRange="1819146-1819310"/>
<SegmentURL mediaRange="2122549-2375382" indexRange="2122577-2122705"/>
</SegmentList>
</Representation>
</AdaptationSet>
</Period>
</MPD>
이 문제를 해결하려면 친절하게 도와주세요.
해결 되었습니까? 코드 및 브라우저 콘솔 출력을 공유 하시겠습니까? 대시와 동일한 문제가 있습니다 .js. –