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
FFmpeg streaming to youtube very slowly
Input:
const runCommand = require('./runCommand')
runCommand(
'ffmpeg',
`-threads:v 2 -threads:a 8 -filter_threads 2 -thread_queue_size 512 \
-loop 1 -i ./place.png \
-stream_loop -1 \
-i ./t...
codingmaster398
Votes: 0
Answers: 0
Stream published to open source RTMP servers does not appear on resttream.io
I’m obtaining H.264 video from a DJI drone in an Android library I wrote. From there the video is distributed via WebRTC to many subscribers. This works.
Now one came to the idea if it would be possib...
decades
Votes: 0
Answers: 1
Stream OpenCV frames to http using ffmpeg
I have a small Python OpenCV project and would like to stream my processed frames to HTTP using ffmpeg.
For this I used the following sources:
Pipe and OpenCV to FFmpeg with audio streaming RTMP in Py...
Christoph Meyer
Votes: 0
Answers: 1