
Tag: RTMP
Trying to record stream in small chunks
Hi there, I have been using a modified, off the shelf implementation of nginx-rtmp in docker (github.com/efriandika/streaming-server) and my attempts to save incoming streams in chunks has been frustrating at…
video streaming – react-native-rtmp-publisher onConnectionFailed
import RTMPPublisher, { RTMPPublisherRefProps, StreamState, BluetoothDeviceStatuses, } from ‘react-native-rtmp-publisher’; const publisherRef = useRef<RTMPPublisherRefProps>(null); const url=”rtmp://global-live.mux.com:443/app”; <RTMPPublisher ref={publisherRef} streamURL={url} streamName={stream_key} style={styles.publisher_camera} onDisconnect={handleOnDisconnect} onConnectionFailed={handleOnConnectionFailed} onConnectionStarted={handleOnConnectionStarted} onConnectionSuccess={handleOnConnectionSuccess} onNewBitrateReceived={handleOnNewBitrateReceived} onStreamStateChanged={handleOnStreamStateChanged} onBluetoothDeviceStatusChanged={handleBluetoothDeviceStatusChange} /> Error:: configure…
Accepted libnginx-mod-rtmp 1:1.2.2+dfsg-5 (source) into unstable
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Sat, 07 Oct 2023 15:31:29 +0200 Source: libnginx-mod-rtmp Architecture: source Version: 1:1.2.2+dfsg-5 Distribution: unstable Urgency: medium Maintainer: Debian Nginx Maintainers <pkg-nginx-maintain…@alioth-lists.debian.net>…
ffmpeg – i want to convert my webcam video into rtmp format i use react as client and node js as server but facing issue I/ error
const ffStreamYouTube = ffmpeg() .setFfmpegPath(ffmpegPath) .input(dataStream) .inputFormat(“bin”) // .inputFPS(30) .videoFilters(scale=${desiredWidth}:${desiredHeight}) .videoCodec(“libx264”) .outputFormat(“flv”) .output(“😉 .on(“end”, () => { console.log(“YouTube streaming finished”); }) .on(“error”, (err) => { console.error(“Error:”, err.message); }); ffStreamYouTube.run(); this…
Trying to set up dji drone and rtmp server – General Support
Hi I’m trying to set up my own rtmp server on unraid so i can share video from my dji drone I installed the rtmp server addon hub.docker.com/r/alqutami/rtmp-hls …
Accepted libnginx-mod-rtmp 1:1.2.2+dfsg-4 (source) into unstable
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Tue, 27 Jun 2023 23:16:42 +0200 Source: libnginx-mod-rtmp Architecture: source Version: 1:1.2.2+dfsg-4 Distribution: unstable Urgency: medium Maintainer: Debian Nginx Maintainers <pkg-nginx-maintain…@alioth-lists.debian.net>…
Accepted libnginx-mod-rtmp 1:1.2.2+dfsg-4~exp1 (source) into experimental
—–BEGIN PGP SIGNED MESSAGE—– Hash: SHA512 Format: 1.8 Date: Mon, 26 Jun 2023 16:36:18 +0200 Source: libnginx-mod-rtmp Architecture: source Version: 1:1.2.2+dfsg-4~exp1 Distribution: experimental Urgency: medium Maintainer: Debian Nginx Maintainers <pkg-nginx-maintain…@alioth-lists.debian.net>…
rtmp disconnect, no DASH data is available
As soon as I connect to the server log looks like this: 2018-7-18 01:15:01 5092 [INFO] [rtmp connect] id=IDQQI19K ip=::ffff:127.0.0.1 app=live args={“app”:”live”,”type”:”nonprivate”,”flashVer”:”FMLE/3.0 (compatible; FMSc/1.0)”,”swfUrl”:”rtmp://localhost/live”,”tcUrl”:”rtmp://localhost/live”} 2018-7-18 01:15:01 5092 [INFO] [rtmp publish]…
Failed to connect server (RMTP) macos 12.2.1 mbp 2021 `16
13:26:07.128: [tuna] Couldn’t open song output file /Users/y/Desktop/stream-template/artist.txt13:26:08.022: ———————————13:26:08.022: [x264 encoder: ‘streaming_h264’] preset: veryfast13:26:08.022: [x264 encoder: ‘streaming_h264’] settings:13:26:08.022: rate_control: CBR13:26:08.022: bitrate: 250013:26:08.022: buffer size: 250013:26:08.022: crf: 2313:26:08.022: fps_num: 3013:26:08.022: fps_den:…
rtmp – What do the options in ffmpeg mean?
From ffmpeg.org/ffmpeg.html -r[:stream_specifier] fps (input/output,per-stream)Set frame rate (Hz value, fraction or abbreviation). -s[:stream_specifier] size (input/output,per-stream)Set frame size. From trac.ffmpeg.org/wiki/Encode/H.264 PresetA preset is a collection of options that will provide a…
Index of /ubuntu/pool/universe/k/kodi-inputstream-rtmp
Name Last modified Size Description Parent Directory – kodi-inputstream-rtm..> 20-Jan-2021 17:28 3.1K kodi-inputstream-rtm..> 20-Jan-2021 17:28 2.2K kodi-inputstream-rtm..> 20-Jan-2021 17:44 49K kodi-inputstream-rtm..> 20-Jan-2021 17:28 63K kodi-inputstream-rtm..> 24-Oct-2021 23:24 3.2K kodi-inputstream-rtm..> 24-Oct-2021…
v3_CN_Security – simple-rtmp-server/srs Wiki
HOME > CN > Security Note: 如果觉得Github的Wiki访问太慢,可以访问 Gitee 镜像。 SRS提供了禁用或允许客户端的简单安全策略。 Config Vhost中安全策略的配置: vhost your_vhost { # security for host to allow or deny clients. # @see github.com/ossrs/srs/issues/211 security { #…
How to stream over RTMP on Android?
www.aftek.com/afteklab/aftek-RTMP-library.shtml I found this one, but haven’t had much luck, there are very few docs and after jigging it to try and support Video (no examples as i can see)…