Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [rtsp-server]

The tag has no usage guidance.

0 votes
0 answers
37 views

Finding server port In RTSP server base on RTP with UDP transport

I want to find out Server port is RTSP server with Gstreamer when UDP is selected as Transport. This my source code it just shows Client port not server port(server port is shown = -1). #include <...
mahmud fatehi's user avatar
0 votes
0 answers
54 views

C-code in Golang. Gortsplib client-play-format-h264

I'm trying to launch gortsp example: https://github.com/bluenviron/gortsplib/blob/main/examples/client-play-format-h264. But I have a problem with h264_decoder.go: "exec: "pkg-config": ...
Nikita's user avatar
  • 19
0 votes
1 answer
358 views

How do I setup a fallback from a MP4 file for multiple RTSP streams proxied through MediaMTX?

I've hit a snag with my MediaMTX setup while attempting to initiate a fallback stream using FFmpeg with the runOnInit directive. It appears that the environment variables $RTSP_PORT and $MTX_PATH aren'...
Jeremy Leys's user avatar
0 votes
0 answers
126 views

How to run v4l2 capture media example and how to get stream from webcam in realtime?

I'm building an RTSP server that can get streams from webcams. I'm planning to use v4l2 and I found an example of v4l2 capturing webcams but when I run it it seems no data is written to the output ...
Anh Trần Tuấn's user avatar
0 votes
0 answers
211 views

Android - RTSP Streaming from Camera and view from remote location

I Want to create an Android app that will have the functionality to stream camera over the RTSP on my public IP address, and it can be viewed by anyone with whom I'll share my IP address using the ...
Tom domnic's user avatar
0 votes
0 answers
124 views

C# EmguCV stream Mat frames to RTSP Pipeline

I'm doing a C# application with some image processing from RealSense camera using EmguCv and I want to stream images to RTSP pipeline to allow other (multiple) clients to view RTSP stream. At the ...
JuanDYB's user avatar
  • 706
0 votes
0 answers
53 views

RTSP server android

I've been trying to write an RTSP app in android which would use the phone's camera to stream an RTSP video. Basically an RTSP server. I've been trying with libstreaming library, but somehow I couldn'...
Álmos Fekete's user avatar
0 votes
0 answers
212 views

Build RTSP server using ONVIF for camera

I have a graduation project with topic:Build RTSP server for camera using ONVIF. I'm wondering where to start.Which library, which open source, which framework should I use? What do I need to do to ...
Anh Trần Tuấn's user avatar
0 votes
0 answers
54 views

Rtsp server new client connected signal

I want to detect that which channel or factory is requested by client in new client handler rtsp server in Gstreamer. How can we detect factory or channel from these two argument GstRTSPServer *server,...
mahmud fatehi's user avatar
1 vote
1 answer
139 views

Secure RTSP video stream in Flutter

I am trying to use secure vlc stream for my flutter app. I am using flutter_vlc_player package. Also the vlc itself doesn't support rtsps streams. Is there any solution for this that will work in both ...
Ishita singh's user avatar
0 votes
0 answers
47 views

GstAppSink: Sharing between two pipelines

We're trying to use appsink from one pipeline, which reads camera image data from appsrc using aravis library in gst-rtsp-server as a buffer provider for need-data signal. The camera is acquiring ...
Alvin Ahmadov's user avatar
0 votes
1 answer
88 views

Gstreamer Python correcting launch string/cap for rtsp-server

I have a task to receive RTSP, make a frame processing in OpenCV and give RTSP with processed video. I found that RTSP-server example and some internet examples can give me working RTSP-server that ...
Alex Semenov's user avatar
1 vote
1 answer
935 views

How can I get the RTSP stream to show up on multiple devices?

I have a code which uses gstreamer RTSP server and I am trying to create some rtsp streams from images/frames. The implementation works fine and converts the images into an RTSP stream. The process is ...
NevMthw's user avatar
  • 104
-1 votes
1 answer
124 views

Failing to connect to RTSP server

I have written a class to represent my RTSP server. Implementation: gstRtsp::gstRtsp() { initializeGst(); m_server = gst_rtsp_server_new (); gst_rtsp_server_set_service (m_server, "...
kochy's user avatar
  • 69
0 votes
0 answers
78 views

Gstreamer 1.20 or 1.22.65 - Seekable Pipeline with audio not working

Using version 1.22.5. I currently have the following dash manifest that I'm including in a pipeline inside the rtsp server: Properties: Duration: 2:01:58.000000000 Seekable: yes Live: no ...
Bruno Assis's user avatar

15 30 50 per page