mirror of
https://github.com/ossrs/srs.git
synced 2025-11-24 03:44:02 +08:00
update readme.
This commit is contained in:
@@ -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.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 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-20, support multiple flash client play live streaming.
|
||||
* v0.1, 2013-10-20, support FMLE/FFMPEG publish live streaming.
|
||||
|
||||
@@ -350,7 +350,6 @@ public:
|
||||
* shared ptr message.
|
||||
* for audio/video/data message that need less memory copy.
|
||||
* and only for output.
|
||||
* @doc update the README.cmd
|
||||
*/
|
||||
class SrsSharedPtrMessage : public ISrsMessage
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user