mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
add chad.wang to authors for srs-librtmp on windows build project
This commit is contained in:
parent
a63a3812e3
commit
a2f317a113
5 changed files with 56 additions and 3 deletions
|
@ -23,3 +23,20 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_app_edge.hpp>
|
||||
|
||||
#include <srs_kernel_error.hpp>
|
||||
|
||||
SrsEdge::SrsEdge()
|
||||
{
|
||||
state = SrsEdgeStateInit;
|
||||
}
|
||||
|
||||
SrsEdge::~SrsEdge()
|
||||
{
|
||||
}
|
||||
|
||||
int SrsEdge::on_client_play()
|
||||
{
|
||||
int ret = ERROR_SUCCESS;
|
||||
return ret;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue