正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -167,6 +167,7 @@ int SrsHttpVhost::do_process_request(SrsStSocket* skt, SrsHttpMessage* req) | @@ -167,6 +167,7 @@ int SrsHttpVhost::do_process_request(SrsStSocket* skt, SrsHttpMessage* req) | ||
| 167 | 167 | ||
| 168 | std::string fullpath = get_request_file(req); | 168 | std::string fullpath = get_request_file(req); |
| 169 | 169 | ||
| 170 | + // TODO: FIXME: support mp4, @see https://github.com/winlinvip/simple-rtmp-server/issues/174 | ||
| 170 | if (srs_string_ends_with(fullpath, ".ts")) { | 171 | if (srs_string_ends_with(fullpath, ".ts")) { |
| 171 | return response_ts_file(skt, req, fullpath); | 172 | return response_ts_file(skt, req, fullpath); |
| 172 | } else if (srs_string_ends_with(fullpath, ".flv") || srs_string_ends_with(fullpath, ".fhv")) { | 173 | } else if (srs_string_ends_with(fullpath, ".flv") || srs_string_ends_with(fullpath, ".fhv")) { |
-
请 注册 或 登录 后发表评论