3D PRINTING RESEARCH

ffmpeg – Streaming two camera to youtube or twitch using rtmp. But i am getting error in setting up two camera in gstreamer

#include <gst/gst.h> static GMainLoop *loop; GstElement *pipeline, *v4l2src1, *v4l2src2, *input_selector, *videoconvert, *x264enc, *h264parse, *flvmux, *rtmpsink, *alsasrc, *audioconvert, *avenc_aac, *aacparse, *capsfilter; int main(int argc, char *argv[]) { gst_init(&argc, &argv); loop =…Read moreffmpeg – Streaming two camera to youtube or twitch using rtmp. But i am getting error in setting up two camera in gstreamer

3D PRINTING RESEARCH

ffmpeg – Streaming two camera to youtube or twitch using rtmp. But i am getting error in setting up two camera in gstreamer

#include <gst/gst.h> static GMainLoop *loop; GstElement *pipeline, *v4l2src1, *v4l2src2, *input_selector, *videoconvert, *x264enc, *h264parse, *flvmux, *rtmpsink, *alsasrc, *audioconvert, *avenc_aac, *aacparse, *capsfilter; int main(int argc, char *argv[]) { gst_init(&argc, &argv); loop =…Read moreffmpeg – Streaming two camera to youtube or twitch using rtmp. But i am getting error in setting up two camera in gstreamer

RESEARCH

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…Read morevideo streaming – react-native-rtmp-publisher onConnectionFailed

DATA MANAGEMENT JS, REACT, & NODE RESEARCH

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…Read moreffmpeg – 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

RESEARCH

ffmpeg – What causes ‘Error number -10054’ while listening to an RTMP stream using PyAV in Python?

When I use PyAV to listen a rtmp stream import av,cv2 container = av.open(‘rtmp://localhost:1935/stream/live’,options={‘listen’: ‘1’}) for frame in container.decode(video=0): frame = frame.to_ndarray(format=”bgr24″) cv2.imshow(‘live’,frame) cv2.waitKey(1) I use this ffmpeg command to…Read moreffmpeg – What causes ‘Error number -10054’ while listening to an RTMP stream using PyAV in Python?

DATA MANAGEMENT RESEARCH

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]…Read morertmp disconnect, no DASH data is available

RESEARCH

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:…Read moreFailed to connect server (RMTP) macos 12.2.1 mbp 2021 `16