Home
last modified time | relevance | path

Searched refs:rtmp (Results 1 – 25 of 26) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/rtmpdump/git/
H A Drtmpdump.c443 Download(RTMP * rtmp, // connected RTMP object in Download() argument
453 rtmp->m_read.timestamp = dSeek; in Download()
457 if (rtmp->m_read.timestamp) in Download()
459 RTMP_Log(RTMP_LOGDEBUG, "Continuing at TS: %d ms\n", rtmp->m_read.timestamp); in Download()
472 if ((double) rtmp->m_read.timestamp >= (double) duration * 999.0) in Download()
475 (double) rtmp->m_read.timestamp / 1000.0, in Download()
481 *percent = ((double) rtmp->m_read.timestamp) / (duration * 1000.0) * 100.0; in Download()
485 (double) size / 1024.0, (double) rtmp->m_read.timestamp / 1000.0, in Download()
503 rtmp->m_read.flags |= RTMP_READ_RESUME; in Download()
504 rtmp->m_read.initialFrameType = initialFrameType; in Download()
[all …]
H A Drtmpgw.c347 RTMP rtmp = { 0 }; in processTCPrequest() local
554 RTMP_Init(&rtmp); in processTCPrequest()
555 RTMP_SetBufferMS(&rtmp, req.bufferTime); in processTCPrequest()
558 RTMP_SetupStream(&rtmp, req.protocol, &req.hostname, req.rtmpport, &req.sockshost, in processTCPrequest()
564 if (RTMP_SetupURL(&rtmp, req.fullUrl.av_val) == FALSE) in processTCPrequest()
572 rtmp.Link.lFlags |= RTMP_LF_AUTH; in processTCPrequest()
574 rtmp.Link.extras = req.extras; in processTCPrequest()
575 rtmp.Link.token = req.token; in processTCPrequest()
576 rtmp.m_read.timestamp = dSeek; in processTCPrequest()
579 if (!RTMP_Connect(&rtmp, NULL)) in processTCPrequest()
[all …]
H A Drtmpsrv.c881 RTMP *rtmp = RTMP_Alloc(); /* our session with the real client */ in doServe() local
901 RTMP_Init(rtmp); in doServe()
902 rtmp->m_sb.sb_socket = sockfd; in doServe()
903 if (sslCtx && !RTMP_TLS_Accept(rtmp, sslCtx)) in doServe()
908 if (!RTMP_Serve(rtmp)) in doServe()
915 while (RTMP_IsConnected(rtmp) && RTMP_ReadPacket(rtmp, &packet)) in doServe()
919 ServePacket(server, rtmp, &packet); in doServe()
925 RTMP_Close(rtmp); in doServe()
927 rtmp->Link.playpath.av_val = NULL; in doServe()
928 rtmp->Link.tcUrl.av_val = NULL; in doServe()
[all …]
H A DChangeLog120 - AMF cleanup: bounds checking for all encoders, moved AMF_EncodeNamed* from rtmp.c
206 using a request like http://localhost/?r=rtmp://.... you can restream the
220 - removed libboost dependency, written a small parser for rtmp urls, but it is
221 more of a heuristic one since the rtmp urls can be ambigous in some
252 - fixed non-standard rtmp urls (including characters + < > ; )
267 before, but it is possible to have an auth in the tcurl/rtmp url only without
H A DREADME216 GET /?r=rtmp:%2f%2fserver%2fmyapp&y=somefile HTTP/1.0
218 is equivalent the rtmpdump parameters "-r rtmp://server/myapp -y somefile".
/OK3568_Linux_fs/buildroot/package/rtmpdump/
H A D0001-include-limits.h.patch11 rtmp.c: In function 'HTTP_read':
12 rtmp.c:4459:26: error: 'INT_MAX' undeclared (first use in this function); did you mean 'INT8_MAX'?
22 librtmp/rtmp.h | 1 +
25 diff --git a/librtmp/rtmp.h b/librtmp/rtmp.h
27 --- a/librtmp/rtmp.h
28 +++ b/librtmp/rtmp.h
/OK3568_Linux_fs/buildroot/package/kodi-inputstream-rtmp/
H A DConfig.in2 bool "kodi-inputstream-rtmp"
9 https://github.com/xbmc/inputstream.rtmp
H A Dkodi-inputstream-rtmp.hash2 sha256 0e97aaeae7e1aaa16d97996651dcab45aeb6937dc5bf177529c5ad8aa2014b0e kodi-inputstream-rtmp-19.…
H A Dkodi-inputstream-rtmp.mk8 KODI_INPUTSTREAM_RTMP_SITE = $(call github,xbmc,inputstream.rtmp,$(KODI_INPUTSTREAM_RTMP_VERSION))
/OK3568_Linux_fs/u-boot/lib/bzip2/
H A Dbzlib_compress.c230 register UChar rtmp; in generateMTFValues() local
233 rtmp = yy[1]; in generateMTFValues()
237 while ( rll_i != rtmp ) { in generateMTFValues()
240 rtmp2 = rtmp; in generateMTFValues()
241 rtmp = *ryy_j; in generateMTFValues()
244 yy[0] = rtmp; in generateMTFValues()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/rtmpdump/
H A Drtmpdump_2.4.bb3 supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://."
/OK3568_Linux_fs/kernel/net/9p/
H A Dtrans_fd.c187 struct p9_req_t *req, *rtmp; in p9_conn_cancel() local
201 list_for_each_entry_safe(req, rtmp, &m->req_list, req_list) { in p9_conn_cancel()
205 list_for_each_entry_safe(req, rtmp, &m->unsent_req_list, req_list) { in p9_conn_cancel()
212 list_for_each_entry_safe(req, rtmp, &cancel_list, req_list) { in p9_conn_cancel()
/OK3568_Linux_fs/buildroot/system/skeleton/etc/
H A Dservices111 at-rtmp 201/tcp # AppleTalk routing
112 at-rtmp 201/udp
239 rtmp 1/ddp # Routing Table Maintenance Protocol
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/
H A Dallwinner.pri82 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
162 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Ddepend.pri94 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
174 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/
H A Ddepend.pri94 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
174 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/
H A Ddepend.pri90 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
170 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Ddepend.pri90 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
170 $$LIBSDK_PATH/cedarx/include/libcore/stream/rtmp/ \
/OK3568_Linux_fs/kernel/net/rds/
H A Dconnection.c443 struct rds_message *rm, *rtmp; in rds_conn_path_destroy() local
456 list_for_each_entry_safe(rm, rtmp, in rds_conn_path_destroy()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cppcore.c164 struct nfp_cpp_resource *res, *rtmp; in nfp_cpp_free() local
179 list_for_each_entry_safe(res, rtmp, &cpp->resource_list, list) { in nfp_cpp_free()
/OK3568_Linux_fs/yocto/poky/meta/recipes-multimedia/gstreamer/
H A Dgstreamer1.0-plugins-bad_1.20.5.bb75 PACKAGECONFIG[rtmp] = "-Drtmp=enabled,-Drtmp=disabled,rtmpdump"
/OK3568_Linux_fs/buildroot/package/kodi/
H A DConfig.in290 source "package/kodi-inputstream-rtmp/Config.in"
/OK3568_Linux_fs/buildroot/package/gstreamer1/gst1-plugins-bad/
H A DConfig.in263 bool "rtmp"
/OK3568_Linux_fs/buildroot/
H A DConfig.in.legacy3055 bool "kodi rtmp has been removed"
3059 Internal rtmp support was removed from Kodi.
H A DCHANGES5457 kodi-inputstream-rtmp, kvazaar, let-me-create, libloki,

12