145 questions
0
votes
0
answers
58
views
rtsp client server android java
I try to make rtsp client.rtsp strem is working, i cheked this in vlc. This is my code
public class MainActivity extends AppCompatActivity {
ExoPlayer exoPlayer;
PlayerView playerView;
...
0
votes
0
answers
125
views
Streaming RTSP/SRTP from Live555 to GStreamer with MIKEY Encryption
I am using Live555 to stream an RTSP/SRTP stream, which appears to use MIKEY encryption. On the receiving end, I am using GStreamer. However, it seems that Live555 does not provide an option to ...
3
votes
0
answers
201
views
handling authentication in GO gortsplib github.com/bluenviron/gortsplib/v4
I am trying to do a rtsp live streaming POC with GO and rtsplib from github.com/bluenviron/gortsplib/v4. One thing I cannot seem to find in the docs is how to handle digest authentication.
The camera ...
0
votes
0
answers
129
views
libvlc trying to play a rtsp of playback of a stream
I am currently working on a function to download playbacks of rtsp cameras (windows and linux).
The following is the code I used to open and download the stream:
void VLCStream::streamFunction(const ...
0
votes
0
answers
118
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 <...
0
votes
0
answers
121
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": ...
1
vote
1
answer
2k
views
Rtsp streaming on nodejs - Blank screen
I am currently working on a Node.js project where I need to implement streaming using ffmpeg. However, I am facing an issue with the streaming process, as I am getting an empty blank screen instead of ...
0
votes
1
answer
1k
views
unable to live stream using srt, facing "Unsupported timestamp reference clock" issue
I am trying to stream video using the SRT protocol, streaming source is a rtsp client.
gst-launch-1.0 --gst-debug=3 rtspsrc location="rtsp://admin:admin@localhost/live.sdp" short-header=TRUE ...
1
vote
0
answers
276
views
display video frames in an ASP.NET Core Razor Page with byte [] array
I'm trying to display the byte [] array that is taken from the RtspClientSharp.dll into an <img> tag (HTML), but this only works when the page in loading (ASP.NET). What I´m trying to do is to ...
0
votes
1
answer
298
views
Does the client have to query the server for each new piece of data in RTSP communication?
I'm trying to figure out how RTSP works, when the handshake is complete.
Does the client have to query the server for each new piece of data? Or the server sends data all the time and doesn't care how ...
4
votes
0
answers
1k
views
I want to get the backchannel URI from the ONVIF camera with curl
What I want to do
The purpose is to be able to input an audio from a microphone on a PC and send and output audio from the audio output terminal of the IP camera.
Where it's jammed
I want to receive a ...
1
vote
1
answer
3k
views
Gstreamer pipeline Sinking to rtspclientsink advise
I am trying to Sink a public HTTP stream (MJPEG) to "rtsp-simple-server" using Gstreamer rtspclientsink.
The following command works using fakesink. But um unable to get the rtspclientsink ...
0
votes
0
answers
3k
views
RTSP using ffmpeg
I wanted to stream a video file from one computer to another using FFmPEG. What I tried is:
RTSP server from here: https://github.com/revmischa/rtsp-server
transmitted a video file a1.mp4 using ...
0
votes
2
answers
10k
views
I need show "rtsp//:" live streaming on react
I am studying face detection system, but I have a problem, and I need help. I've read and tried many pictures from the internet, but I still can't.
I want to display "rtsp //:" live ...
2
votes
1
answer
11k
views
rtspclientsink test pipeline from command line
I would like to stream with rtsp using GStreamer pipeline elements. First, I checked with gst-inspect-1.0 that rtspclientsink is available:
xilinx-k26-starterkit-2020_2:/# gst-inspect-1.0 | grep rtsp
...
2
votes
1
answer
8k
views
How to use gstreamer rtspsrc to display a rtsp source?
I'm playing with gstreamer rtsp.
I created a rtsp sink as this:
gst-launch-1.0 videotestsrc ! x264enc ! rtph264pay config-interval=10 pt=96 ! udpsink host=127.0.0.1 port=5000
I can't open it directly ...
1
vote
1
answer
1k
views
FFMPEG Implement RTSP Client, high speed playback
I am writing software to play videos that have been recorded from NVR. I have completed most of the work, but there is one more feature that allows the user to change the play speed such as 0.5x, 2x, ...
1
vote
0
answers
1k
views
Record RTSP stream with libVLC Python
I have been trying for a while to record an RTSP stream with libVLC in python. I have a basic command that works with cvlc, but I am unable to do the same with libVLC.
Here is the cvlc command:
cvlc -...
1
vote
1
answer
3k
views
Is it possible to host multiple aler9/rtsp-simple-server on the same machine
I am using this command to start a server on my linux machine:
docker run -d --rm -it --network=host aler9/rtsp-simple-server
And this command to connect an rtsp stream
docker run -v $(pwd):$(pwd) -...
0
votes
1
answer
5k
views
FFMPEG: 'Nonmatching transport in server reply' But openRTSP works
I bought a cheap chinese ip camera (GWIPC-26xxx/Yoosee). I want to record its stream with ffmpeg.
On FFMPEG I manage to make it work only using the RTSP/UDP transport protocol, like bellow. It also ...
3
votes
2
answers
5k
views
gst-rtsp-server: detect client disconnect
I am implementing a video streaming pipeline using gst-rtsp-server. I need to know when an RTSP client both connects and disconnects.
From the examples provided with gst-rtsp-server, I can detect a ...
0
votes
1
answer
3k
views
Stream RTSP Video to Tkinter Frame using OpenCV
I have some IP cameras that provide RTSP video feed, and I know that OpenCV can display the video on its own cv2.imshow() function on a window by using cv2.videoCapture() and something like cap.read() ...
0
votes
1
answer
5k
views
How to specify rtsp authentication credentials on client side with gstreamer?
The gstreamer RTSP server supports basic username-password authentication (example). On the client side, the gstreamer playbin element supports playback from an RTSP server, like this:
playbin uri=...
1
vote
0
answers
3k
views
ffmpeg: RTP missed many packets
I have an mp4 file named test.mp4, and I'm using VLC player as an RTSP server to convert the file test.mp4 to the RTSP stream and send it to the client.
Here is how I configure my VLC to become a RTSP ...
1
vote
0
answers
778
views
RTSP client_port definition?
I am having problem in getting response for RTSP Describe option using Socks protocol.
I have other question regarding this issue. I just found that RTSP client_port range sometimes work for example ...
1
vote
0
answers
167
views
How to add custom data in RTSP Video Server?
I developed the RTSP server camera for 640x480 resolution. Its working fine and showing video in VLC Player. Now I am trying to implementing the custom data(user parameter i.e frame count,timestamp ...
1
vote
0
answers
966
views
By using Gstreamer - how to receive a live-source stream by rtsp-server and send it to other client?
I'm trying to build a quite simple RTSP-server (apparently, it's less simple then I thought) with gst-rtsp-server.
I used the 'test-record' example to RECORD by the rtsp-server a stream from a rtsp-...
0
votes
0
answers
2k
views
Getting RTSP/1.0 404 Not Found after ANNOUNCE message
I'm trying to stream a video with FFmpeg to Gstreamer-RTSP-Server (it's actually a docker that runs the Gstreamer-RTSP-Server).
The OPTION message gets a "RTSP/1.0 200 OK" response. However, the ...
1
vote
1
answer
1k
views
Demultiplex and proxy for RTSP video stream [closed]
I have the problem of having to connect multiple clients to RTSP video stream, without overloading the bandwidth of the original streaming camera. Basically I want something the will maintain only one ...
2
votes
1
answer
5k
views
Pipeline Gstreamer RTSP file sinking with big delay
I prepared a IP camera with Gstremer on RTSP and it seems to online and real time, with command:
gst-launch-1.0 rtspsrc location=rtsp://192.168.1.138:554/axis-media/media.amp ! rtph264depay ! ...
3
votes
1
answer
1k
views
How can I get start time of rtsp-sesson via ffmpeg (C++)? start_time_realtime always equal -9223372036854775808
I'm trying to get a frame by rtsp and calculate its real-world timestamp. I previously used Live555 for this (presentationTime).
As far as I understand, ffmpeg does not provide such functionality, ...
2
votes
1
answer
5k
views
node-rtsp-stream quality is low in browser, despite good quality in vlc
I use node-rtsp-stream and jsmpeg to stream and display video from ip camera in browser. I get good quality in vlc using rtsp://:554/Steaming/Channels/102 address. However, when I use jsmpeg to ...
1
vote
1
answer
5k
views
java: how to read RTSP stream frame by frame
For performance reasons, I ditched Python-Opnecv/FFmpeg solution and moved on to Java.
But to my surprise, I am not able to find any better and complete solution as we have in Python. I tried using ...
4
votes
1
answer
9k
views
RTSP streaming using node js?
I am using the node-rtsp-stream package to run rtsp streaming. How can i implement and callback it in mvc structure
Controller:
var RTSP = require('./models/rtsp.js');
var startRTSP = function ...
0
votes
1
answer
1k
views
Is it possible to send RTSP streaming to html page using node js?
In my backend code (below) I am streaming rtsp and I want to send it to my frontend code. Specifically, I want the streaming response data to be sent to my html page and rendered as a video in a ...
0
votes
1
answer
1k
views
using netty to send several RTSP message
I want to create a RTSP client, to send some RTSP message. I use netty to write this, but my code can only send one message. how to send another message?
My client Code like this:
public class ...
0
votes
1
answer
507
views
Problem of Command Window with LIVE555 testRTSPClient project
I would like to implement how to capture audio from a microphone in IP (network) camera, and in real time stream it so that can listen to it live.
I was downloading and building the LIVE555 library.
...
0
votes
1
answer
3k
views
How to make RTSP Client on Android without any third party library?
Just looked on stackoverflow question post link
RTSP Client Implementation on Android
Found another
Android RTSP Client
Tried to implement with videoview and surfaceview.
--http web link video ...
3
votes
0
answers
901
views
Broadcasting video stream using rtsp from pi zero
I have set up the RTSP server.Video is broadcasting but I am not getting the video stream on my pc.
I had first installed Gstreamer camera source
git clone https://github.com/thaytan/gst-rpicamsrc....
0
votes
1
answer
2k
views
Convert Rtsp Packet to bitmap in c#
Hello Every on I have implemented SharpRtsp in c# https://github.com/ngraziano/SharpRTSP
I am receiving rtsp Packets and it has h264 format It has following method in H264Payload Class
private List&...
5
votes
1
answer
4k
views
rtsp method SETUP failed: 461 Client error
I am trying to read rtsp live stream using python opencv. I am getting the following errors:
[rtsp @ 000001f610c828a0] method SETUP failed: 461 Client error
warning: Error opening file (/build/...
1
vote
0
answers
763
views
An html page (and player) to play RTSP video play back
I want to run the RTSP live video stream on my web page.The following code works good with the rtsp//url as shown in the code but when I replace that URL with my cam IP ,its not working.The cam IP ...
4
votes
3
answers
4k
views
How to make Gstreamer return only keyframes?
In gstreamer pipeline, I'm trying to figure out if there's a way to specify that I only want key frames from a RTSP stream.
In ffmpeg you can do this with with -skip_frame nokey flag. E.g.:
ffmpeg -...
1
vote
1
answer
2k
views
There is a way to receive RTSP stream (RTSP Client) and get access to the input raw buffer?
I'm trying to receive RTSP stream (playback) to android device and get access to video/audio tracks byte buffer pre/post decode.
Is there a way to achieve that?
1
vote
1
answer
4k
views
How to run rtsp video into browser?
We are developing an application, where we required to load the rtsp video into the browser without using any poxy.
We tried to VLC Plugin but it only supports for the ie browser.
5
votes
0
answers
5k
views
RTSP video stream to HTML5
I need to implement RTSP video stream to my angulajs app.
Like all we know, RTSP does not work easy with HTML, we need to use some plugin.
I tried with html5_rtsp_player and this is only working ...
1
vote
0
answers
1k
views
nginx for rtsp publish load balancing
I am trying to loadbalance rtsp publish requests using nginx.I am able to redirect the publish request to RTSP server using UDP loadbalancing.But when multiple clients trying to publish ,I am facing ...
3
votes
2
answers
4k
views
Xamarin.Forms video streaming library that supports RTSP video feeds
I am using Plugin.MediaManager NuGet package to provide cross-platform video player for my app. However, it does not support playing RTSP video streams. Is there any other library that supports this?
...
0
votes
1
answer
1k
views
A/libc: Fatal signal 11 (SIGSEGV) at 0x00000005 (code=1), thread 26834 Android app crash
I checked this and this links for this problem but couldn't find any solution.
I am implementing an RTSP player in android and I have used Easy Player for this. Using this player I have implementd my ...
0
votes
1
answer
1k
views
Gstreamer application for linking name element of rtspsrc with audio and video queue
I am trying to link audio and video queue's using rtspsrc element property name. The pipeline is:
gst-launch-1.0 rtspsrc location="rtsp://" latency=0 name=demux demux. ! queue ! rtpmp4gdepay ! ...