Questions tagged [rtsp]

The Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.

The Real Time Streaming Protocol (RTSP) is a network control protocol designed for use in entertainment and communications systems to control streaming media servers.

2479 questions
0
votes
0 answers

Drawing and Taking Snapshots from an RTSP Stream in Node.js using node-rtsp-stream and canvas

I'm working on a Node.js project where I need to draw images from an RTSP stream on a canvas and take snapshots from the drawn canvas. I'm using the node-rtsp-stream library to handle the RTSP stream and the canvas library to create and manipulate…
theplaceofburak
  • 160
  • 1
  • 13
0
votes
0 answers

Can only receive audio or video via WebRTC; not both

I am trying to use the RTSPtoWeb application (https://github.com/deepch/RTSPtoWeb) to view my security camera's RTSP stream on a website hosted on my home server using WebRTC. I would like to be able to hear the audio recorded by the security…
ragnarok
  • 31
  • 3
0
votes
0 answers

Raspberry Pi and FFMpeg live streaming video to backend Node.js server, but how do I deliver it to the front end?

I'm attempting this setup to live stream video from a Raspberry Pi to a publicly available website, and from the backend server using Node.js and Express, I would like to serve it to the front end with minimal latency available to many viewers (will…
0
votes
0 answers

live555 client got non-monotonic timestamp with audio stream

I used live555 library to create RTSP client which get video and audio stream. It get data without any problem. But in most cases after few seconds of receiving audio (AAC) data I get timestamp that is smaller than previous. It is not concern to…
Andrii
  • 31
  • 6
0
votes
1 answer

How to calculate real bitrate of incoming rtsp stream with GStreamer?

Is there any way to calculate real bitrate of incoming RTSP stream? I've used "current-level-bytes" property of queue element, but result was unacceptable. I've also tried gst_element_query_duration with GST_FORMAT_BYTES on rtspsrc but it gives 0.
0
votes
0 answers

Switching YouTube Live Stream Source FFMPEG

I'm experimenting with a live stream on YouTube where I can switch the source of it based on some external inputs. So for example, I have two webcams and by default the live stream shows the stream from webcam 1. Then based on some input, it needs…
asm
  • 837
  • 1
  • 16
  • 41
0
votes
0 answers

Vue.js handling errors streaming RTSP with RTSPtoWebRTC by deepch

I am currently building web app with Vue. This web app streams RTSP, which I get from underwater drones with cameras. Here is the code: ** SidebarItem**
  • {{ name }}
  • export default { props: { name:…
    0
    votes
    0 answers

    OpenCV VideoCapture gives me a gray screen when I'm reading from 3 or more rtsp streams a time

    I'm reading rtsp streams on our LAN network. When it's a single or 2 streams it runs smoothly but as I try it on more than 2 streams it starts giving me a gray screen where few pixels are visble. cap =…
    0
    votes
    1 answer

    Streaming video from OpenCV through gstreamer to VLC via RTSP

    I would like to stream a video source using opencv and gstreamer on a PI 3b. From code online I got this far, and can not seem to find or debug the issue. out.IsOpened() always returns False. The video does show locally with imshow. import…
    0
    votes
    2 answers

    Seg fault from rtspsrc gstreamer

    Using ubuntu, python and gstreamer to grab an rtsp stream I get segmentation fault, resulting into not being able to view the rtsp stream. Using the python application results in segmentation fault with rtspsrc, but running a rtspsrc from terminal…
    Axel
    • 5
    • 4
    0
    votes
    0 answers

    stream udp-> rtsp server

    Try to launch the rtsp server with udp stram from /dev/video cam(/dev/video0 -> udp -> rtsp) server but I can not hear from the server but the thing is it just not automcaically spit the error message it take time (around 15 seconds and spit the…
    jakeE
    • 11
    • 2
    0
    votes
    0 answers

    I can get RSTP to stream to AWS IVS

    I'm using ffmpeg running on jetson nano but I can't it to stream to aws IVS. I get a bunch of errors ffmpeg -f lavfi -i anullsrc -rtsp_transport udp -i "rtsp://192.168.1.193:8554/" -force_key_frames "expr:gte(t,n_forced*2)" -vf scale=640:480…
    0
    votes
    0 answers

    try tp make rtps server stream over udp webcam video

    spec logitech web cam gstream-1.0 ubuntu 22.04 Try to stream webcam -> udp stream -> rtsp server -> watch the stream first try to stream the udp stream from the webcam gst-launch-1.0 v4l2src device=/dev/video0 videoconvert !…
    jakeE
    • 11
    • 2
    0
    votes
    0 answers

    gstream with connection refused with local ip address

    ubuntu-20.04 Try to make gstream server with rtsp protocol gst-launch-1.0 v4l2src device=/dev/video0 ! decodebin ! videoconvert ! videoscale ! videorate ! jpegenc quality=30 ! tcpclientsink host=127.0.0.1 port=8554 -v After proceed this command…
    slowmonk
    • 111
    • 2
    0
    votes
    0 answers

    TP-Link VIGI C540 - Request static snapshot with ONVIF

    I've recently purchased a PTZ camera from TP-Link (VIGI C540) and I'd like to use it to periodically capture static snapshots and process them using my script. The script runs in a lightweight environment, so it's necessary for the camera to return…
    1 2 3
    99
    100