Skip to content

Commit

Permalink
fix README
Browse files Browse the repository at this point in the history
  • Loading branch information
xunen committed Jan 6, 2016
1 parent f5e6f0b commit bb9a504
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,7 @@ Table of Contents
Description
===========

The *hls-nginx-module* module provides HTTP Live Streaming (HLS) server-side support for H.264/AAC files. Such files typically have the .mp4, .m4v, or .m4a filename extensions.

nginx supports two URIs for each MP4 file:

* The playlist URI that ends with “.m3u8” and accepts the optional “len” argument that defines the fragment length in seconds;
* The fragment URI that ends with “.ts” and accepts “start” and “end” arguments that define fragment boundaries in seconds.
It handles requests with the start argument in the request URI’s query string specially, by sending back the contents of a file starting from the requested byte offset and with the prepended FLV header.

[Back to TOC](#table-of-contents)

Expand Down

0 comments on commit bb9a504

Please sign in to comment.