mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
rename rtmp amf0 to protocol amf0.
This commit is contained in:
parent
1310c0f577
commit
168625dce2
31 changed files with 43 additions and 43 deletions
|
@ -21,7 +21,7 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include <srs_rtmp_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
|
||||
#include <utility>
|
||||
#include <vector>
|
|
@ -21,11 +21,11 @@ IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
|||
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#ifndef SRS_RTMP_PROTOCOL_AMF0_HPP
|
||||
#define SRS_RTMP_PROTOCOL_AMF0_HPP
|
||||
#ifndef SRS_PROTOCOL_AMF0_HPP
|
||||
#define SRS_PROTOCOL_AMF0_HPP
|
||||
|
||||
/*
|
||||
#include <srs_rtmp_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
*/
|
||||
|
||||
#include <srs_core.hpp>
|
|
@ -27,7 +27,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
using namespace std;
|
||||
|
||||
#include <srs_kernel_log.hpp>
|
||||
#include <srs_rtmp_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
|
||||
/* json encode
|
||||
cout<< SRS_JOBJECT_START
|
||||
|
|
|
@ -23,7 +23,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
#include <srs_rtmp_stack.hpp>
|
||||
|
||||
#include <srs_rtmp_amf0.hpp>
|
||||
#include <srs_protocol_amf0.hpp>
|
||||
#include <srs_rtmp_io.hpp>
|
||||
#include <srs_kernel_buffer.hpp>
|
||||
#include <srs_core_autofree.hpp>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue