python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
how to restart gstreamer pipeline that is streaming over udp if network connection breaks
I am running a gstreamer pipeline in a jetson xavier NX and streaming a 4k live stream over udp to a server. I am running a shell script which runs the pipeline directly using CLI. When the connection...
Akshay Acharya
Votes: 0
Answers: 2
Improve performance Gstreamer pipeline for webrtc in Jetson AGX
I have one applications in c++ to get the video using gstreamer from a camera and then send the video via UDP to another application in c++ that gets the video and makes the restreaming using webrct. ...

VictorCB
Votes: 0
Answers: 1
i2cdetect shows unknown addresses and addresses don't change when new I2C device plugged in. What are these addresses?
How do I know which I2C is an actual I2C device and what are these addresses?
My system/ my computer is an Nvidia Jetson AGX Xavier and I have no I2C devices plugged in to it at the time I am running ...
Ant
Votes: 0
Answers: 0
Python 3.6 based programing implementation to exchange data between 2 modules running concurrently (each one forever)
I'm trying to implement data exchange between 3 python scripts.
mp1.py responsible to start multiprocessing pipe with mp2.py in order to receive one byte of integer/per-second continuously.
mp2.py hol...
izidor
Votes: 0
Answers: 0