Skip to main content
Filter by
Sorted by
Tagged with
95 votes
2 answers
171k views

I am trying to run rtsp url from the VLC player. But an error appears, and "see logs for details" comes up in a dialog box. How can I enable logs in VLC?
garima's user avatar
  • 5,254
35 votes
2 answers
4k views

I am using Android 4.1.2 on Galaxy S3. Currently android mediaplayer always tries RTSP UDP (RTP/AVP/UDP) method to connect with RTSP server. If Android MediaPlayer does not receive the data on its ...
ext123's user avatar
  • 351
23 votes
7 answers
19k views

I have already done proper research, but still lack information on the thing I would like to achieve. So I would like to program an application where the user can record a video and instantly (live) ...
Biraj Zalavadia's user avatar
17 votes
4 answers
39k views

I'm trying to record RTSP stream from Axis camera with FFmpeg libavformat. I can grab video from files and then save it to another file, this is OK. But camera sends strange data, FPS is 100 and ...
chatoooo's user avatar
  • 326
8 votes
8 answers
47k views

Such as... rtsp://user:[email protected]/VideoString
NoviceAndNovice's user avatar
8 votes
2 answers
25k views

I have a simple Rtsp Client...The client send Rtsp Commands to Rtsp Server and get RTP packets from server. The problem is that after a time( about 3-4 minute) my 3rd party RTSP Server drop ...
Novalis's user avatar
  • 2,325
5 votes
1 answer
16k views

I'm trying to connect to some RTSP stream using av_open_input_file() like this: AVFormatContext* ic; avcodec_register_all(); av_register_all(); av_open_input_file(&ic, "rtsp://login:password@xxx....
Alexander's user avatar
  • 48.4k
5 votes
1 answer
26k views

Goal Confirming that VLC can play a stream from a locally given SDP file. This appears to be possible based on testimonies: Playing RTP using VLC - Stack Overflow How to send SDP over RTP - Stack ...
Stéphane Gourichon's user avatar
5 votes
1 answer
4k views

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/...
jayasimha sai Koduri's user avatar
5 votes
0 answers
5k views

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 ...
Arter's user avatar
  • 2,324
5 votes
0 answers
2k views

I am working on An RTSP based application in which i am trying to broadcast my mac screen to a wowza using rtsp. Everything seems to be working fine but i am facing some very very strange issues while ...
Dinesh's user avatar
  • 939
5 votes
0 answers
7k views

Do the majority of IP cameras support RTSP? Also, apart from using uPnP and Bonjour are there any other ways of detecting IP cameras on the local network?
Andrew Simpson's user avatar
4 votes
3 answers
4k views

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 -...
Anton Fedorov's user avatar
4 votes
1 answer
5k views

I realize that the official supported streaming protocol for the iPhone is HTTP streaming . This is great, but many appliances implement the RTSP protocol to stream video. I have looked around for ...
Scott's user avatar
  • 17.1k
4 votes
2 answers
8k views

I am trying to play live stream coming from the server with RTSP URL. A sample RTSP URL is given below: rtsp://username:password@machine_ip/42331536059e9f21 Actually, this stream is the call between ...
Bilal Ahmed Yaseen's user avatar
4 votes
1 answer
6k views

I have to get stream video [which is from rtsp server] width and height. Third party servers give the following info at RTSP DESCRIBE REQUEST: One RTSP server give me width-height Server Response: ...
Novalis's user avatar
  • 2,325
4 votes
2 answers
13k views

I want to play rtsp stream using ffmpeg library. I was buid ffmpeg for android and also I try to save rtsp stream to file it's work fine. my command ffmpeg -i rtsp://@URL -acodec copy -vcodec copy abc....
msj's user avatar
  • 199
4 votes
0 answers
1k views

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 ...
tyamzak's user avatar
  • 41
4 votes
1 answer
9k views

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 ...
Shree's user avatar
  • 165
4 votes
1 answer
1k views

I am writing simple rtsp client. I wanna play video from my IP camera. I can see preview of my camera when I open this link in VLC. rtsp://@192.168.1.10:554/user=admin_password=tlJwpbo6_channel=...
Eliasz Kubala's user avatar
4 votes
0 answers
1k views

world. I'm trying to grab rtsp mjpeg stream from IP-camera (realtime) as described in http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html, but ported to newer version. It works well with mpeg ...
T0ha's user avatar
  • 73
4 votes
1 answer
3k views

I have a live video streaming camera device which is in the same network with my Android phone. My Android version is 4.1.2. The camera streams video through RTSP and its format is MP4. The address is:...
fercis's user avatar
  • 631
3 votes
4 answers
6k views

I'm trying to use VLC as a RTSP client. The RTSP server is based on the libstreaming library. I'm using the code provided by the 1rst example: // Sets the port of the RTSP server to 1234 ...
DavidL's user avatar
  • 1,150
3 votes
2 answers
4k views

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? ...
Steztric's user avatar
  • 2,952
3 votes
1 answer
4k views

I am trying to create a RTSP client which live broadcast Audio and Video. I modified the iOS code at link http://www.gdcl.co.uk/downloads.htm and able to broadcast the Video to server properly. But ...
Dinesh's user avatar
  • 939
3 votes
2 answers
5k views

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 ...
Nicolas's user avatar
  • 365
3 votes
1 answer
1k views

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, ...
chuchuchu's user avatar
3 votes
1 answer
2k views

I am building ffmpeg 2.1.3 in the android with ndk r9b version. I have used the below command. ./configure --enable-shared --prefix=/home/fbuild --cross-prefix=arm-linux-androideabi- ...
Whoami's user avatar
  • 14.5k
3 votes
1 answer
3k views

I'm working to rtsp .I want to develop android by rtsp. The rtsp server is VLC. The client is java. I reveive "RTSP/1.0 459 Aggregate operation not allowed" when I send "SETUP"; My Code Example: ...
cayden's user avatar
  • 39
3 votes
3 answers
8k views

I am curious to know if there is way that I can make my android device as a RTSP server and stream video with any other acceptable device. I have no understanding of RTSP server and other protocol ...
sku's user avatar
  • 615
3 votes
4 answers
7k views

I want to create a app which plays RTSP streaming video. I found lots of questions regarding to the same on SO. Every question has pointed me to live555. I followed the link and downloaded the c++ ...
Kapil Choubisa's user avatar
3 votes
0 answers
202 views

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 ...
Walter's user avatar
  • 49
3 votes
0 answers
901 views

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....
Udeshi's user avatar
  • 35
3 votes
1 answer
11k views

I am trying to make a simple rtsp streaming server in java. The server is able to stream the video properly to the custom written player. The problem I that I am not able to play the same stream in ...
Vinod Maurya's user avatar
  • 4,197
3 votes
0 answers
2k views

I have been using the Videoview to play a streaming RTSP video from a server. everything works fine expect for the video lag over the voice. Initially when the video starts the audio and video are in ...
Akh's user avatar
  • 6,053
2 votes
3 answers
2k views

I'm trying to decode a raw h264 stream on "older" Android versions. I've tried MediaPlayer class and does not seem to support the stream format. I can see the stream on other Cam Viewer apps from the ...
Cheborra's user avatar
  • 2,707
2 votes
1 answer
11k views

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 ...
Alperen's user avatar
  • 21
2 votes
1 answer
688 views

i created an small Asp.Net website on my local system that has only one page that embeds a flash player into the page which plays an online video stream. I use an Android WebView to load that page to ...
Aamir's user avatar
  • 1,757
2 votes
1 answer
8k views

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 ...
user avatar
2 votes
1 answer
4k views

I'm trying to parse RTP AVC video stream to prepare it for H264 Decoder. This is my packet stream captured by Wireshark First I'm trying to find IDR slice, SPS and PPS parameters, so this is it ...
Alex Firsa's user avatar
2 votes
1 answer
5k views

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 ! ...
Amir Farahani's user avatar
2 votes
1 answer
5k views

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 ...
babanazar's user avatar
2 votes
2 answers
2k views

The new RTSP 2.0 draft spec tries to solve most of the inter-operaility issues that were encountered in the initial RTSP spec (RFC 2326). Also it provide for means to solve the most dreaded issue - ...
sthustfo's user avatar
  • 1,249
2 votes
1 answer
1k views

I have a DVR as a server which is connected to a camera.I'm trying to stream the camera's view into my android phone.I managed to do it through LAN,but failed through 3g/cellular I've done Port ...
Fay Zan's user avatar
  • 165
2 votes
1 answer
2k views

I want to create an RTSP player in Chrome PNaCl. I have successfully built the ffmpeg naclport including the following networking flags in the build.sh file for the ffmpeg NaCl port. --enable ...
Taimoor Alam's user avatar
2 votes
0 answers
614 views

I am going to display an RTSP stream on a webpage. I figured out that currently no browsers support RTSP protocol for HTML5 video tag. However, there are some plugins such as VLC ActiveX to do the job....
Hamed's user avatar
  • 1,213
2 votes
0 answers
2k views

I need to save / capture locally some audio/video stream available via RTSP. Searched for some solution and understand that there is Netty support for such. Can somebody provide a quick example ?
Display Name's user avatar
2 votes
1 answer
4k views

Well, When my OpenRtsp Client lost connection with server, I dispose the old client and other parameters then re-create new client. The Client send Options,Describe request successfully but failed ...
Novalis's user avatar
  • 2,325
1 vote
2 answers
15k views

Is there anything besides VLC? I need to develop a youtube player without using a flash plugin
user63898's user avatar
  • 31.1k
1 vote
1 answer
2k views

I have written a python extension wrapping an existing C++ library live555 (wrapping RTSP client interface to be specific) in SWIG. The extension works when it is operated in a single thread, but as ...
SS.'s user avatar
  • 171