問題タブ [iptv]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
m3u8 - m3u プレイリスト内の 2 つの異なるソースからのビデオと字幕を組み合わせる
2 つの異なるソースから取得したビデオと字幕を含む.m3uプレイリストを作成することはできますか? たとえば、ビデオ ファイル、たとえば.mp4は次の場所にあります。
www.somedomain.com/example-video.mp4
.srt形式の字幕ファイルは次の場所にあります。
www.anotherdomain.com/example-video.srt
私はすべてを試しましたが、何もうまくいかないようです。これは.m3uプレイリスト形式で実現できますか?
ありがとう!