DesignIdeas (Notes on architecture.) Wiki page commented on by Max.Lapshin
- This architecture is now implemented (with some changes). There is random access to frames with memory cache of them.
This architecture is now implemented (with some changes). There is random access to frames with memory cache of them.
Nov 11, 2009
ToDo (To Do list for erlyVideo / Erlang Media Server) Wiki page commented on by Max.Lapshin
- most of these issues have been closed.
most of these issues have been closed.
Oct 06, 2009
ReWork (Rework/Refactor list for erlyVideo / Erlang Media Server) Wiki page commented on by Max.Lapshin
- And what are shared objects for?
And what are shared objects for?
Jan 21, 2009
issue 2
(error on ems_amf.erl:175) reported by tlipcon
- inside the first clause of parsed_mixed_array, it returns {{mixed_array,
ArrayContents}, Rest}. This is different than the rest of the return types
that have the form {Type, Data, Rest}. The same is true of parse_object.
This causes parse to fail when an object or mixed array is nested inside
another object or mixed array (eg when parsing some META tags in FLVs)
inside the first clause of parsed_mixed_array, it returns {{mixed_array,
ArrayContents}, Rest}. This is different than the rest of the return types
that have the form {Type, Data, Rest}. The same is true of parse_object.
This causes parse to fail when an object or mixed array is nested inside
another object or mixed array (eg when parsing some META tags in FLVs)