Skip to content

Commit

Permalink
feat: add same source HLS live video to compare with HTTP-FLV
Browse files Browse the repository at this point in the history
  • Loading branch information
halwu(吴浩麟) committed May 18, 2017
1 parent ee6f44b commit 8d362be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ export class FlvSupport extends PureComponent {
];
return (
<div style={{ paddingBottom: '20px' }}>
<h3>Support flv.js feature list for your browser</h3>
<h3>Supported flv.js feature list for your browser</h3>
<Table size="small" pagination={false} dataSource={dataSource} columns={columns}/>
</div>
);
Expand Down

0 comments on commit 8d362be

Please sign in to comment.