Home
last modified time | relevance | path

Searched full:rtmp (Results 1 – 25 of 125) sorted by relevance

12345

/external/curl/lib/
Dcurl_rtmp.c37 #include <librtmp/rtmp.h>
65 * RTMP protocol handler.h, based on https://rtmpdump.mplayerhq.hu
69 "RTMP", /* scheme */
209 RTMP *r = RTMP_Alloc(); in rtmp_setup_connection()
219 conn->proto.rtmp = r; in rtmp_setup_connection()
226 RTMP *r = conn->proto.rtmp; in rtmp_connect()
261 RTMP *r = conn->proto.rtmp; in rtmp_do()
290 RTMP *r = conn->proto.rtmp; in rtmp_disconnect()
294 conn->proto.rtmp = NULL; in rtmp_disconnect()
305 RTMP *r = conn->proto.rtmp; in rtmp_recv()
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/rtmp/
DREADME.md1 # RTMP DataSource module
3 This module provides a [DataSource][] implementation for requesting [RTMP][]
7 [RTMP]: https://en.wikipedia.org/wiki/Real-Time_Messaging_Protocol
23 implementation 'com.google.android.exoplayer:extension-rtmp:2.X.X'
40 `DefaultDataSource` will automatically use the RTMP extension whenever it's
42 `DefaultDataSourceFactory`, adding support for RTMP streams is as simple as
43 adding a dependency to the RTMP extension as described above. No changes to your
Dbuild.gradle19 implementation 'io.antmedia:rtmp-client:3.2.0'
28 javadocTitle = 'RTMP extension'
33 releaseArtifactId = 'extension-rtmp'
34 releaseDescription = 'RTMP extension for ExoPlayer.'
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/rtmp/
DREADME.md1 # RTMP DataSource module
3 This module provides a [DataSource][] implementation for requesting [RTMP][]
7 [RTMP]: https://en.wikipedia.org/wiki/Real-Time_Messaging_Protocol
23 implementation 'com.google.android.exoplayer:extension-rtmp:2.X.X'
40 `DefaultDataSource` will automatically use the RTMP extension whenever it's
42 `DefaultDataSource.Factory`, adding support for RTMP streams is as simple as
43 adding a dependency to the RTMP extension as described above. No changes to your
Dbuild.gradle19 implementation 'io.antmedia:rtmp-client:3.2.0'
28 javadocTitle = 'RTMP extension'
33 releaseArtifactId = 'extension-rtmp'
34 releaseDescription = 'RTMP extension for ExoPlayer.'
/external/antlr/runtime/ObjC/Framework/
DUniqueIDMap.m79 NodeMapElement *tmp, *rtmp;
86 rtmp = tmp;
88 [rtmp release];
97 NodeMapElement *tmp, *rtmp;
104 rtmp = tmp;
106 [rtmp release];
114 NodeMapElement *tmp, *rtmp;
120 rtmp = tmp;
122 [rtmp release];
DMap.m82 MapElement *tmp, *rtmp;
89 rtmp = tmp;
91 [rtmp release];
100 MapElement *tmp, *rtmp;
107 rtmp = tmp;
109 [rtmp release];
117 MapElement *tmp, *rtmp;
123 rtmp = tmp;
125 [rtmp dealloc];
DHashRule.m75 RuleMemo *tmp, *rtmp;
82 rtmp = tmp;
87 [rtmp release];
126 RuleMemo *tmp, *rtmp;
133 rtmp = tmp;
138 [rtmp release];
DPtrBuffer.m100 LinkBase *tmp, *rtmp;
107 rtmp = tmp;
112 [rtmp release];
134 LinkBase *tmp, *rtmp;
140 rtmp = tmp;
145 [rtmp dealloc];
DBaseStack.m106 id tmp, rtmp;
113 rtmp = tmp;
115 [rtmp release];
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultDataSource.java46 * <li>rtmp: For fetching data over RTMP. Only supported if the project using ExoPlayer has an
47 * explicit dependency on ExoPlayer's RTMP extension.
119 private static final String SCHEME_RTMP = "rtmp";
323 Class<?> clazz = Class.forName("com.google.android.exoplayer2.ext.rtmp.RtmpDataSource"); in getRtmpDataSource()
327 // Expected if the app was built without the RTMP extension. in getRtmpDataSource()
328 Log.w(TAG, "Attempting to play RTMP stream without depending on the RTMP extension"); in getRtmpDataSource()
330 // The RTMP extension is present, but instantiation failed. in getRtmpDataSource()
331 throw new RuntimeException("Error instantiating RTMP extension", e); in getRtmpDataSource()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/
DDefaultDataSource.java46 * <li>rtmp: For fetching data over RTMP. Only supported if the project using ExoPlayer has an
47 * explicit dependency on ExoPlayer's RTMP extension.
119 private static final String SCHEME_RTMP = "rtmp";
323 Class<?> clazz = Class.forName("com.google.android.exoplayer2.ext.rtmp.RtmpDataSource"); in getRtmpDataSource()
327 // Expected if the app was built without the RTMP extension. in getRtmpDataSource()
328 Log.w(TAG, "Attempting to play RTMP stream without depending on the RTMP extension"); in getRtmpDataSource()
330 // The RTMP extension is present, but instantiation failed. in getRtmpDataSource()
331 throw new RuntimeException("Error instantiating RTMP extension", e); in getRtmpDataSource()
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/com/google/android/exoplayer2/ext/rtmp/
Dpackage-summary.html5 <title>com.google.android.exoplayer2.ext.rtmp (ExoPlayer library)</title>
22 parent.document.title="com.google.android.exoplayer2.ext.rtmp (ExoPlayer library)";
94 <h1 title="Package" class="title">Package&nbsp;com.google.android.exoplayer2.ext.rtmp</h1>
107 …f="RtmpDataSource.html" title="class in com.google.android.exoplayer2.ext.rtmp">RtmpDataSource</a>…
109 <div class="block">A Real-Time Messaging Protocol (RTMP) <a href="../../upstream/DataSource.html" t…
113 …ataSource.Factory.html" title="class in com.google.android.exoplayer2.ext.rtmp">RtmpDataSource.Fac…
115 …f="RtmpDataSource.html" title="class in com.google.android.exoplayer2.ext.rtmp"><code>RtmpDataSour…
119 …DataSourceFactory.html" title="class in com.google.android.exoplayer2.ext.rtmp">RtmpDataSourceFact…
121 …ataSource.Factory.html" title="class in com.google.android.exoplayer2.ext.rtmp"><code>RtmpDataSour…
Dpackage-tree.html5 <title>com.google.android.exoplayer2.ext.rtmp Class Hierarchy (ExoPlayer library)</title>
22 …parent.document.title="com.google.android.exoplayer2.ext.rtmp Class Hierarchy (ExoPlayer library)";
94 <h1 class="title">Hierarchy For Package com.google.android.exoplayer2.ext.rtmp</h1>
108 …m.google.android.exoplayer2.ext.rtmp.<a href="RtmpDataSource.html" title="class in com.google.andr…
111 …ogle.android.exoplayer2.ext.rtmp.<a href="RtmpDataSource.Factory.html" title="class in com.google.…
112 …ogle.android.exoplayer2.ext.rtmp.<a href="RtmpDataSourceFactory.html" title="class in com.google.a…
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/com/google/android/exoplayer2/ext/rtmp/
Dpackage-summary.html5 <title>com.google.android.exoplayer2.ext.rtmp (ExoPlayer library)</title>
22 parent.document.title="com.google.android.exoplayer2.ext.rtmp (ExoPlayer library)";
94 <h1 title="Package" class="title">Package&nbsp;com.google.android.exoplayer2.ext.rtmp</h1>
107 …f="RtmpDataSource.html" title="class in com.google.android.exoplayer2.ext.rtmp">RtmpDataSource</a>…
109 <div class="block">A Real-Time Messaging Protocol (RTMP) <a href="../../upstream/DataSource.html" t…
113 …ataSource.Factory.html" title="class in com.google.android.exoplayer2.ext.rtmp">RtmpDataSource.Fac…
115 …f="RtmpDataSource.html" title="class in com.google.android.exoplayer2.ext.rtmp"><code>RtmpDataSour…
119 …DataSourceFactory.html" title="class in com.google.android.exoplayer2.ext.rtmp">RtmpDataSourceFact…
121 …ataSource.Factory.html" title="class in com.google.android.exoplayer2.ext.rtmp"><code>RtmpDataSour…
Dpackage-tree.html5 <title>com.google.android.exoplayer2.ext.rtmp Class Hierarchy (ExoPlayer library)</title>
22 …parent.document.title="com.google.android.exoplayer2.ext.rtmp Class Hierarchy (ExoPlayer library)";
94 <h1 class="title">Hierarchy For Package com.google.android.exoplayer2.ext.rtmp</h1>
108 …m.google.android.exoplayer2.ext.rtmp.<a href="RtmpDataSource.html" title="class in com.google.andr…
111 …ogle.android.exoplayer2.ext.rtmp.<a href="RtmpDataSource.Factory.html" title="class in com.google.…
112 …ogle.android.exoplayer2.ext.rtmp.<a href="RtmpDataSourceFactory.html" title="class in com.google.a…
/external/python/google-api-python-client/docs/dyn/
Dyoutube_v3.liveStreams.html129 …ngesting an RTMP or an HTTP stream. # The ingestionInfo object contains information that YouTube p…
132 …instead of backupIngestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
133 … used instead of ingestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
134 …&quot;streamName&quot;: &quot;A String&quot;, # The HTTP or RTMP stream name that YouTube assigns …
184 …ngesting an RTMP or an HTTP stream. # The ingestionInfo object contains information that YouTube p…
187 …instead of backupIngestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
188 … used instead of ingestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
189 …&quot;streamName&quot;: &quot;A String&quot;, # The HTTP or RTMP stream name that YouTube assigns …
254 …ngesting an RTMP or an HTTP stream. # The ingestionInfo object contains information that YouTube p…
257 …instead of backupIngestionAddress in order to stream via RTMPS. Not applicable to non-RTMP streams.
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/rtmp/src/test/java/com/google/android/exoplayer2/ext/rtmp/
DDefaultDataSourceTest.java16 package com.google.android.exoplayer2.ext.rtmp;
27 /** Unit test for {@link DefaultDataSource} with RTMP URIs. */
38 DataSpec dataSpec = new DataSpec(Uri.parse("rtmp://test.com/stream")); in openRtmpDataSpec_instantiatesRtmpDataSourceViaReflection()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/rtmp/src/test/java/com/google/android/exoplayer2/ext/rtmp/
DDefaultDataSourceTest.java16 package com.google.android.exoplayer2.ext.rtmp;
27 /** Unit test for {@link DefaultDataSource} with RTMP URIs. */
38 DataSpec dataSpec = new DataSpec(Uri.parse("rtmp://test.com/stream")); in openRtmpDataSpec_instantiatesRtmpDataSourceViaReflection()
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/extensions/rtmp/src/main/java/com/google/android/exoplayer2/ext/rtmp/
DRtmpDataSource.java16 package com.google.android.exoplayer2.ext.rtmp;
32 /** A Real-Time Messaging Protocol (RTMP) {@link DataSource}. */
36 ExoPlayerLibraryInfo.registerModule("goog.exo.rtmp");
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/extensions/rtmp/src/main/java/com/google/android/exoplayer2/ext/rtmp/
DRtmpDataSource.java16 package com.google.android.exoplayer2.ext.rtmp;
32 /** A Real-Time Messaging Protocol (RTMP) {@link DataSource}. */
36 ExoPlayerLibraryInfo.registerModule("goog.exo.rtmp");
/external/llvm/test/CodeGen/ARM/
Dnone-macho.ll23 ; CHECK: movw [[RTMP:r[0-9]+]], :lower16:(L_var$non_lazy_ptr-(LPC1_0+4))
24 ; CHECK: movt [[RTMP]], :upper16:(L_var$non_lazy_ptr-(LPC1_0+4))
26 ; CHECK: add [[RTMP]], pc
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/
Dproguard-rules.txt9 -dontnote com.google.android.exoplayer2.ext.rtmp.RtmpDataSource
10 -keepclassmembers class com.google.android.exoplayer2.ext.rtmp.RtmpDataSource {
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/
Dproguard-rules.txt9 -dontnote com.google.android.exoplayer2.ext.rtmp.RtmpDataSource
10 -keepclassmembers class com.google.android.exoplayer2.ext.rtmp.RtmpDataSource {
/external/rust/crates/quiche/deps/boringssl/src/crypto/pem/
Dpem_all.c138 RSA *rtmp; in IMPLEMENT_PEM_rw() local
141 rtmp = EVP_PKEY_get1_RSA(key); in IMPLEMENT_PEM_rw()
143 if (!rtmp) in IMPLEMENT_PEM_rw()
147 *rsa = rtmp; in IMPLEMENT_PEM_rw()
149 return rtmp; in IMPLEMENT_PEM_rw()

12345