I'm trying to run HLS over IIS and Smooth Streaming via Silverlight works fine but not HLS. What I have:
- New Live Smooth Streaming Publishing Point with HLS support enabled;
- Connected Publishing Point via Smooth Streaming Format SDK and sending H264 samples to IIS in live mode.
- IIS creates *.ismv, *.ism, and empty *.m3u8
- Smooth Streaming over Silverlight goes fine.
Problem is that there is no *.ts files created and m3u8 file is empty as well, that's why HLS doesnt work. No errors or warnings in Event Viewer.
Note: *.ismv could be transformed to *.ts file with all necessary manifests via Transform Manager IIS extension which means (I suppose) that H264 stream is okay.