[*] init
This commit is contained in:
26
taoyao-webrtc/pom.xml
Normal file
26
taoyao-webrtc/pom.xml
Normal file
@@ -0,0 +1,26 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>taoyao-webrtc</artifactId>
|
||||
<packaging>pom</packaging>
|
||||
|
||||
<name>WebRTC模块</name>
|
||||
<description>WebRTC模块</description>
|
||||
|
||||
<modules>
|
||||
<module>taoyao-webrtc-sfu</module>
|
||||
<module>taoyao-webrtc-mcu</module>
|
||||
<module>taoyao-webrtc-mesh</module>
|
||||
<module>taoyao-webrtc-native</module>
|
||||
</modules>
|
||||
|
||||
</project>
|
||||
21
taoyao-webrtc/taoyao-webrtc-mcu/pom.xml
Normal file
21
taoyao-webrtc/taoyao-webrtc-mcu/pom.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao-webrtc</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>taoyao-webrtc-mcu</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>WebRTC MCU架构实现</name>
|
||||
<description>WebRTC MCU架构实现</description>
|
||||
|
||||
<dependencies></dependencies>
|
||||
|
||||
</project>
|
||||
21
taoyao-webrtc/taoyao-webrtc-mesh/pom.xml
Normal file
21
taoyao-webrtc/taoyao-webrtc-mesh/pom.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao-webrtc</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>taoyao-webrtc-mesh</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>WebRTC MESH架构实现</name>
|
||||
<description>WebRTC MESH架构实现</description>
|
||||
|
||||
<dependencies></dependencies>
|
||||
|
||||
</project>
|
||||
21
taoyao-webrtc/taoyao-webrtc-native/pom.xml
Normal file
21
taoyao-webrtc/taoyao-webrtc-native/pom.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao-webrtc</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>taoyao-webrtc-native</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>WebRTC底层实现</name>
|
||||
<description>MCU/SFU底层媒体服务</description>
|
||||
|
||||
<dependencies></dependencies>
|
||||
|
||||
</project>
|
||||
21
taoyao-webrtc/taoyao-webrtc-sfu/pom.xml
Normal file
21
taoyao-webrtc/taoyao-webrtc-sfu/pom.xml
Normal file
@@ -0,0 +1,21 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<parent>
|
||||
<groupId>com.acgist</groupId>
|
||||
<artifactId>taoyao-webrtc</artifactId>
|
||||
<version>1.0.0</version>
|
||||
</parent>
|
||||
|
||||
<artifactId>taoyao-webrtc-sfu</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
|
||||
<name>WebRTC SFU架构实现</name>
|
||||
<description>WebRTC SFU架构实现</description>
|
||||
|
||||
<dependencies></dependencies>
|
||||
|
||||
</project>
|
||||
Reference in New Issue
Block a user