| License |
License |
|---|---|
| GroupId | GroupIdcom.github.takusemba |
| ArtifactId | ArtifactIdrtmppublisher |
| Version | Version1.1.3 |
| Type | Typeaar |
| Description |
Descriptionrtmppublisher
Publish RTMP stream on Android.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| rtmppublisher-1.1.3.pom | |
| rtmppublisher-1.1.3.aar | 75 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.takusemba/rtmppublisher/ -->
<dependency>
<groupId>com.github.takusemba</groupId>
<artifactId>rtmppublisher</artifactId>
<version>1.1.3</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.takusemba/rtmppublisher/
implementation 'com.github.takusemba:rtmppublisher:1.1.3'
// https://jarcasting.com/artifacts/com.github.takusemba/rtmppublisher/
implementation ("com.github.takusemba:rtmppublisher:1.1.3")
'com.github.takusemba:rtmppublisher:aar:1.1.3'
<dependency org="com.github.takusemba" name="rtmppublisher" rev="1.1.3">
<artifact name="rtmppublisher" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.takusemba', module='rtmppublisher', version='1.1.3')
)
libraryDependencies += "com.github.takusemba" % "rtmppublisher" % "1.1.3"
[com.github.takusemba/rtmppublisher "1.1.3"]