Quantcast
Channel: All Forums
Viewing all articles
Browse latest Browse all 27852

IIS Transform Manager: Apple HTTP Live Streaming no video only sound

$
0
0

Dear,

I finished step by step to encode .mkv -> many .mp4 file + one file .xml -> .ismv + .ism + .ismc -> .ism + .ts + .m3u8, I can play file .ts on my laptop, but when I play on apple device, it's only have sound, no video ???

I tried with video big buck bunny demo (.ismv) download from website big buck bunny, everything is perfect.

I compare file .htm, .ism,... everything is the same

What is the problem ? How can I fix it ?

File index.htm:

<html>
<head>
<title>iOS Streaming page for sample-m3u8-aapl...</title>
</head>
<body>
<video autoplay="true" controls="true" src="sample-m3u8-aapl.ism/manifest(format=m3u8-aapl)">sample-m3u8-aapl</video>
</body>
</html>

File .ism:

<?xml version="1.0" encoding="utf-16"?>
<smil xmlns="http://www.w3.org/2001/SMIL20/Language">
<head>
<meta name="clientManifestRelativePath" content="sample-m3u8-aapl.m3u8" />
<meta name="formats" content="m3u8-aapl" />
</head>
<body>
<switch>
<video src="sample-m3u8-aapl-428121.ts" systemBitrate="428121">
<param name="trackID" value="1" valuetype="data" />
<param name="Codecs" value="avc1.100.50,mp4a.40.2" valuetype="data" />
</video>
<video src="sample-m3u8-aapl-530013.ts" systemBitrate="530013">
<param name="trackID" value="1" valuetype="data" />
<param name="Codecs" value="avc1.100.50,mp4a.40.2" valuetype="data" />
</video>
<video src="sample-m3u8-aapl-676039.ts" systemBitrate="676039">
<param name="trackID" value="1" valuetype="data" />
<param name="Codecs" value="avc1.100.50,mp4a.40.2" valuetype="data" />
</video>
<video src="sample-m3u8-aapl-885556.ts" systemBitrate="885556">
<param name="trackID" value="1" valuetype="data" />
<param name="Codecs" value="avc1.100.50,mp4a.40.2" valuetype="data" />
</video>
<video src="sample-m3u8-aapl-1188686.ts" systemBitrate="1188686">
<param name="trackID" value="1" valuetype="data" />
<param name="Codecs" value="avc1.100.50,mp4a.40.2" valuetype="data" />
</video>
<audio src="sample-m3u8-aapl-192833.ts" systemBitrate="192833">
<param name="trackID" value="1" valuetype="data" />
<param name="Codecs" value="mp4a.40.2" valuetype="data" />
</audio>
</switch>
</body>
</smil>

Thank you very much,


Viewing all articles
Browse latest Browse all 27852

Trending Articles