145 questions
95
votes
2
answers
171k
views
how to get vlc logs? [closed]
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?
35
votes
2
answers
4k
views
Forcing Android to use RTSP/AVP/TCP interleaved
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 ...
23
votes
7
answers
19k
views
Upload live android webcam video to RTP/RTSP Server
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) ...
17
votes
4
answers
39k
views
Record RTSP stream with FFmpeg libavformat
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 ...
8
votes
8
answers
47k
views
Does FFMPEG support RTSP authentication?
Such as...
rtsp://user:[email protected]/VideoString
8
votes
2
answers
25k
views
Keeping Alive Rtsp Connection
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 ...
5
votes
1
answer
16k
views
FFMPEG API: How to connect to RTSP stream using av_open_input_file?
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....
5
votes
1
answer
26k
views
Play a SDP file with VLC?
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 ...
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/...
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 ...
5
votes
0
answers
2k
views
RTSP video plays fine on Wowza test player but unable to play video if tested on VLC or other players (audio always plays fine) [closed]
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 ...
5
votes
0
answers
7k
views
IP Cameras and their supported protocol
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?
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 -...
4
votes
1
answer
5k
views
How can I connect to an RTSP h.264 stream on iPhone using objective-c library
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 ...
4
votes
2
answers
8k
views
How to Play Multiple Streams with FFPLAY at the Same Time using RTSP Url
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 ...
4
votes
1
answer
6k
views
Getting video width height from RTP Packets or Rtsp Server
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:
...
4
votes
2
answers
13k
views
How to play rtsp stream in android using ffmpeg
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....
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 ...
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 ...
4
votes
1
answer
1k
views
RTSP client in Java - link doesn't work
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=...
4
votes
0
answers
1k
views
Grabbing rtsp/rtp stream with libavformat
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 ...
4
votes
1
answer
3k
views
How to play RTSP stream video (MPEG4, baseline) from a camera with Android videoview?
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:...
3
votes
4
answers
6k
views
Libstreaming - use VLC as a RTSP client
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
...
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?
...
3
votes
1
answer
4k
views
Creating a rtsp client for live audio and video broadcasting in objective C
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 ...
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 ...
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, ...
3
votes
1
answer
2k
views
Android with pthread_cancel enabled? ffmpeg depends on pthread_cancel
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-
...
3
votes
1
answer
3k
views
RTSP/1.0 459 Aggregate operation not allowed
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:
...
3
votes
3
answers
8k
views
How to make Android device as RTSP server
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 ...
3
votes
4
answers
7k
views
creating app for playing RTSP streaming videos
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++ ...
3
votes
0
answers
202
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 ...
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....
3
votes
1
answer
11k
views
Playing RTSP stream in VLC player
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 ...
3
votes
0
answers
2k
views
Android VideoView plays audio and video out of sync
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 ...
2
votes
3
answers
2k
views
Decoding h264 raw stream on Android 2.3.3
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 ...
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
688
views
Streaming in HTML Flash page works fine on Motorola zoom tablet but not works on Google TV in an Android WebView
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 ...
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 ...
2
votes
1
answer
4k
views
RTP depacketization
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
...
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 ! ...
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 ...
2
votes
2
answers
2k
views
RTSP 2.0 adoption and implementation
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 - ...
2
votes
1
answer
1k
views
Receive rtsp stream FROM DVR
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 ...
2
votes
1
answer
2k
views
FFmpeg NaCl module avformat_open_input (on rtsp stream) returns -5: I/O error
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 ...
2
votes
0
answers
614
views
Is there a javascript library for displaying RTSP on a webpage?
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....
2
votes
0
answers
2k
views
Save RTSP stream with Netty
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 ?
2
votes
1
answer
4k
views
Live555 OpenRTSP Client : How to delete current rtsp client properly and start new One
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 ...
1
vote
2
answers
15k
views
What alternatives do I have for open source RTSP streaming player [closed]
Is there anything besides VLC?
I need to develop a youtube player without using a flash plugin
1
vote
1
answer
2k
views
Allowing threads from python after calling a blocking i/o code in a python extension generated using SWIG
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 ...