Top "Rtsp" questions

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

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 …

vlc rtsp live-streaming rtsp-client
Write opencv frames into gstreamer rtsp server pipeline

I'm trying to put opencv images into a gstreamer rtsp server in python. I have some issue writing in the …

python opencv gstreamer rtsp python-gstreamer
GStreamer Launch RTSP Server for ReStreaming IP Camera H264

I am going to use multiple clients on different computers to be able to view video of an IP Camera …

gstreamer rtsp sdp
RTSP Authentication : digest issue

I need to authenticate my RTSP stream to a streaming server, here is the challenge : RTSP/1.0 401 Unauthorized WWW-Authenticate: Digest realm="…

authentication streaming rtsp http-authentication digest-authentication
Create rtsp stream based on opencv images in python

My goal is to read frames from an rtsp server, do some opencv manipulation of the frames and write the …

python opencv gstreamer rtsp
H.264 RTSP Absolute TIMESTAMP

Is it possible to read an absolute timestamp from an H.264 stream sent trough RTSP from an Axis camera? It …

timestamp h.264 rtsp rtp
How can I play H.264 RTSP video in Windows 8 Metro C# XAML app?

I have a device that provides an H.264 video stream from a URL like: rtsp://192.168.0.10:554/videoservice Since this is live …

c# windows-8 h.264 rtsp
MATLAB - capturing video streams (MJPEG, rtsp, mpeg)

Has anyone worked with capturing video streams from IP cameras in MATLAB? For example to grab frames in MATLAB from …

matlab opencv stream rtsp mjpeg
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 …

android video ffmpeg rtsp rtsp-client
How To Extract RTP Packet Specific Fields From Wireshark Capture?

I have a PCAPNG file and I need to get the RTP packets from it. Specifically, one of my RTP …

ffmpeg rtsp rtp tshark pcap-ng