mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
update readme.
This commit is contained in:
parent
6e62efb9e6
commit
883b054f9d
2 changed files with 1 additions and 2 deletions
|
@ -63,7 +63,7 @@ url: rtmp://127.0.0.1:1935/live/livestream
|
||||||
* v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header.
|
* v0.2, 2013-10-24, support decode codec type to cache the h264/avc sequence header.
|
||||||
* v0.1, 2013-10-23, v0.1 released. 8287 lines.
|
* v0.1, 2013-10-23, v0.1 released. 8287 lines.
|
||||||
* v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api.
|
* v0.1, 2013-10-23, support basic amf0 codec, simplify the api using c-style api.
|
||||||
* v0.1, 2013-10-23, support shared ptr msg(SrsSharedPtrMessage) for zero memory copy.
|
* v0.1, 2013-10-23, support shared ptr msg for zero memory copy.
|
||||||
* v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake.
|
* v0.1, 2013-10-22, support vp6 codec with rtmp protocol specified simple handshake.
|
||||||
* v0.1, 2013-10-20, support multiple flash client play live streaming.
|
* v0.1, 2013-10-20, support multiple flash client play live streaming.
|
||||||
* v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming.
|
* v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming.
|
||||||
|
|
|
@ -350,7 +350,6 @@ public:
|
||||||
* shared ptr message.
|
* shared ptr message.
|
||||||
* for audio/video/data message that need less memory copy.
|
* for audio/video/data message that need less memory copy.
|
||||||
* and only for output.
|
* and only for output.
|
||||||
* @doc update the README.cmd
|
|
||||||
*/
|
*/
|
||||||
class SrsSharedPtrMessage : public ISrsMessage
|
class SrsSharedPtrMessage : public ISrsMessage
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue