Commit Graph

3478 Commits (168625dce227c5948271acdc6bebfb8b4f3b12a3)
 

Author SHA1 Message Date
winlin 168625dce2 rename rtmp amf0 to protocol amf0.
winlin 1310c0f577 rename srs_protocol_buffer to srs_protocol_stream
winlin d32632ee8a rename SrsFastBuffer to SrsFastStream
winlin 4f3d2c8607 rename SrsSimpleBuffer to SrsSimpleStream
winlin dadfe101b4 rename SrsBitStream to SrsBitBuffer
winlin 0e52fc6d5b rename SrsStream to SrsBuffer
winlin ca3577e11b rename temp to stream
winlin f33d736442 rename kernel stream to buffer
winlin a4f51564db rename kernel stream to buffer
winlin 495f575ac3 rename kernel buffer to temp
winlin ac2b03a3ed rename srs_kernel_buffer to temp
winlin faf6d15878 add replace script.
winlin 1de2bb0801 add kafka protocol files.
winlin 874ae85e47 update readme.
winlin 22d6ec4f93 update readme.
winlin 841d9ee5ad update readme.
winlin f07d7dcf35 update readme.
winlin ddb0dcdcaa update readme.
winlin 99e27c035a update readme.
winlin 0fb353f1f6 update readme.
winlin e5581981d4 Merge branch '2.0release' into develop
winlin 534a8c9fa3 update readme.
winlin bbbb4e5025 update readme.
winlin e5429fef02 update readme.
winlin a6377fe456 refine readme
winlin 533b9a5cfb Merge branch '2.0release' into develop
winlin 87d007d087 refine readme
winlin f42cd55078 refine readme
winlin 2d99e8a563 refine readme
winlin d129c1079b refine readme
winlin 21fa01d706 refine readme
winlin 03c2884f8c refine readme
winlin c90e117bbf refine readme
winlin d98fc58e8b refine readme
winlin b5996567e8 refine the role of srs, to cluster.
winlin e4e36a0166 merge from srs2, fix openssl build
winlin d8a64aaab5 fix , hotfix the openssl build script 2.0.190
winlin b471c6e61c refine code, use json integter rather than number.
winlin c5cd58761c move the srs thread to st.
winlin 3042115385 refine json to_str to dumps.
winlin b59d9ba6a1 support amf0 and json to convert with each other.
winlin 3f7e69b617 json objects support dumps to string.
winlin b78781707e update the srs player
winlin 5073a6fa08 merge from srs2
winlin 8c2c5984fb Merge pull request from CallMeNP/patch-1
为research/players/srs_player 考虑静态资源部署到单独域名的情况
winlin 225e742657 add args3
winlin 1fd83d9314 refine the order.
没——问题 e8680527c3 allow domain *
在使用时,srs_player可能和所在页面部署在不同的域名下。

所以在此处添加跨域许可。
winlin 7b2b11e932 async call worker fast execute tasks.
没——问题 c548ab5019 function set_srs_player_url(url, params)
在实际环境中,player.swf 等静态资源 和页面可能部署到不同的域名或路径下。

所以在此处提供设置 srs_player.swf 的url的方法。