2016-05-31 12 views
0

私はrtmpNginxを使ってDashを作成しています。 私が作成したsegmets得た:nginx RTMP、ダッシュ

279] Manifest updated... set new data on buffers. 
Debug.js:108 [5279] Added 0 inline events 
Debug.js:108 [5280] Refresh manifest in 4.999 seconds. 
Debug.js:108 [10416] Parsing complete: (xml2json: 1ms, objectiron: 1ms, total: 0.002s) 
Debug.js:108 [10417] Manifest has been refreshed at Wed Jun 01 2016 00:14:00 GMT+0200 (Paris, Madrid (heure d’été))[1464732840.361] 
Debug.js:108 [10418] SegmentTimeline detected using calculated Live Edge Time 
Debug.js:108 [10418] Manifest updated... set new data on buffers. 
Debug.js:108 [10419] Added 0 inline events 
Debug.js:108 [10420] Refresh manifest in 4.999 seconds. 
Debug.js:108 [15523] Parsing complete: (xml2json: 1ms, objectiron: 1ms, total: 0.002s) 
Debug.js:108 [15523] Manifest has been refreshed at Wed Jun 01 2016 00:14:05 GMT+0200 (Paris, Madrid (heure d’été))[1464732845.467] 
Debug.js:108 [15523] SegmentTimeline detected using calculated Live Edge Time 
Debug.js:108 [15523] Manifest updated... set new data on buffers. 
Debug.js:108 [15524] Added 0 inline events 
Debug.js:108 [15524] Refresh manifest in 5 seconds. 
:その後、私は https://cdn.dashjs.org/latest/dash.all.min.jsプレーヤー

<video data-dashjs-player autoplay src="/dash/1464729671819.mpd" controls></video> 

と私のコンソールでこれらのログを得て、それを再生しようとする私の/ダッシュフォルダ

[SND] 1464729671819-init.m4a 31-May-2016 23:55 557 
[ ] 1464729671819-init.m4v 31-May-2016 23:55 659 
[SND] 1464729671819-raw.m4a 01-Jun-2016 00:13 0  
[ ] 1464729671819-raw.m4v 01-Jun-2016 00:13 34K 
[ ] 1464729671819.mpd 

何も再生されていません!

答えて

2

どのnginx-rtmpを使用していますか?オリジナルを使用している場合は、理由についてhttps://github.com/arut/nginx-rtmp-module/issues/614を参照してください。代わりにhttps://github.com/sergey-dryabzhinsky/nginx-rtmp-moduleを使用することができます。これには修正が適用され、dash.jsで動作することが知られています。

+0

私はフォークをコンパイルできなかったので、元のものを使用します! – yarek

関連する問題