python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
GStreamer: Multiple RTMP sources, Picture in Picture to mux on a Jetson Nano, then to be used with RTMP pipeline with Belabox
My goal is to have (2) RTMP sources in a Picture in Picture composition, encoding it into h265 mpegts, muxing audio from only the cam1 rtmp source, then sending it to the appsink;
This is how I see it...

b3ck
Votes: 0
Answers: 1
Gstreamer-OpenCV frame has black bar above it-How can i fix it?
I'm trying to capture video from a source using gstreamer pipeline and opencv. Source has properties as follows:
ioctl:VIDIOC_ENUM_FMT
index : 0
Type : Video capture
Pixel Format : 'YUYV'
Name : YUYV ...
myigitgul
Votes: 0
Answers: 0
Gstreamer - stream with image overlay to youtube
trying to stream from my Jetson nano with picamera 2 to youtube with gstreamer.
Streaming only video works, but i need to overlay video with image using multifilesrc(image will change over time).
Afte...
Radek Luner
Votes: 0
Answers: 1
open h.264 video stream with gpu
I decode h.264 on Jetson Nano using Open-cv.
I use this Code:
import cv2
try:
cap = cv2.VideoCapture('udp://234.0.0.0:46002', cv2.CAP_FFMPEG)
print(f"cap = {cap}")
except Exception as ...
Ariel Kantorovich
Votes: 0
Answers: 2