kaltura / nginx-vod-module

NGINX-based MP4 Repackager
GNU Affero General Public License v3.0
1.98k stars 439 forks source link

SmoothStreaming support is gravely incomplete #1404

Open fidoman opened 1 year ago

fidoman commented 1 year ago

Of fragments request nouns "Fragments", "FragmentInfo", "RawFragments", "KeyFrames" only first is supported. So native microsoft player cannot do seek on such vod output.

"GET /mss/videos/asset.mp4/QualityLevels(6293504)/KeyFrames(video=280000000) HTTP/1.1" 400 309 0.000 "-" "Microsoft-IPTV-Client/1.6 (Windows CE 5.0; Mediaroom 3.4.35395.2302; MPF 1.1; MPF 3.0; ARRIS; VIP2262E)"

erankor commented 1 year ago

I'm sorry, but in my view, smooth streaming is slowly dying, in our system, MSS traffic is less than 0.2% of the total traffic. In our live system, for example, we even decided not to implement it at all (we support only HLS & DASH). So I have no plans to add more features in that area.