mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine flv codec, rename fast encoder to flv vod stream decoder
This commit is contained in:
parent
032118581a
commit
8271bd657b
4 changed files with 290 additions and 277 deletions
|
@ -304,7 +304,7 @@ int SrsHttpVhost::response_flv_file2(SrsSocket* skt, SrsHttpMessage* req, string
|
|||
return ret;
|
||||
}
|
||||
|
||||
SrsFlvFastDecoder ffd;
|
||||
SrsFlvVodStreamDecoder ffd;
|
||||
|
||||
// open fast decoder
|
||||
if ((ret = ffd.initialize(&fs)) != ERROR_SUCCESS) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue