Questions tagged [rtsp]

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

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

2479 questions
14
votes
3 answers

How to save a RTSP video stream to MP4 file via gstreamer?

I need to get a video stream from my camera via RTSP and save it to a file. All of this needs to be done via gstreamer. After some google searching, I tried the following: gst-launch-1.0 rtspsrc location=rtsp://192.168.1.184/live2.sdp ! queue !…
Juster
  • 732
  • 1
  • 10
  • 26
14
votes
4 answers

CSRC and SSRC in RTP

I am very new to RTP , can some one explain about the CSRC and SSRC in general? From http://www.rfc-editor.org/rfc/rfc3550.txt , what it says is : The SSRC field identifies the synchronization source. Does it mean , in network there may be many…
badri.coder
  • 147
  • 1
  • 1
  • 7
14
votes
3 answers

Does YouTube stream Videos via TCP?

I just sniffed some traffic using wireshark and noticed, that the YouTube traffic relies on TCP. I thought, they were using UDP? But it seems like as if they would use HTTP octet streams. Is YouTube really using TCP for streams or am i missing…
Sebastian
  • 905
  • 2
  • 9
  • 21
13
votes
3 answers

Getting artifacts when trying to read video stream from YouTube

I'm trying to read the video frames from the RTSP stream that I get from YouTube. Here is the link for my test video: rtsp://v8.cache5.c.youtube.com/CiILENy73wIaGQkJlrXMiAG8BxMYDSANFEgGUgZ2aWRlb3MM/0/0/0/video.3gp If I'm reading frames from the…
givi
  • 1,883
  • 4
  • 22
  • 32
13
votes
5 answers

Skip frames and seek to end of RTSP stream in OpenCV

I capture and process an IP camera RTSP stream in a OpenCV 3.4.2 on Raspberry Pi. Unfortunately the processing takes quite a lot of time, roughly 0.2s per frame, and the stream quickly gets delayed. I don't mind if I skip some frames so I'm looking…
MLu
  • 1,218
  • 2
  • 15
  • 28
13
votes
5 answers

GStreamer pipeline to show an RTSP stream

I am pretty new to Gstreamer. I need to write a video client able to stream data from an RTSP source using GStreamer. I configured VLC to stream a video I have on my laptop using RTSP and I want to create a pipeline to get that stream and show it. I…
Matteo Sticco
  • 131
  • 1
  • 1
  • 5
13
votes
2 answers

Set username/password in rtsp url

I am retrieving video from an IP-Camera using rtsp using a java web application; The rtsp url has embedded username/password in the url itself which seems to be quite insecure. e.g. rtsp://user:password@ip/... Is there a way to to prevent sending…
Soumya
  • 1,833
  • 5
  • 34
  • 45
12
votes
3 answers

RTSP youtube link

I have gone all over google and am having trouble getting the rtsp link from a youtube video give the VIDEO_ID. I am confused on how to use that id and then parse google for the link. Thank you for your time and and effort.
Mathew Kurian
  • 5,949
  • 5
  • 46
  • 73
12
votes
1 answer

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 mediafactory, I'm new to gst-rtsp-server ancd there's little documentation so I don't know exactly if I'm using the right approach. I'm using a…
WisdomPill
  • 720
  • 4
  • 11
  • 25
12
votes
2 answers

Stream Video using Twilio from IP Camera RTSP

All of Twilio's examples for their Programmable Video service that I've been able to find either demonstrate screen sharing or webcam media streams. Can someone point me to an example that streams video from an RTSP stream provided by an IP…
hatboyzero
  • 1,929
  • 1
  • 21
  • 44
12
votes
1 answer

In android how can I save an RTSP stream to file while playing it?

I need to be able to play a video received over RTSP AND save it to disc (well, the SD card) at the same time. This is a live stream, so I cannot download the entire file first and then play it. I must play and record simultaneously. I can record…
Mark Herscher
  • 1,761
  • 2
  • 19
  • 32
12
votes
2 answers

Is there anyone who can successfully run real time streaming with ffserver?

I hope to stream my video camera and audio mic. using ffserver. ffserver says it could do such, but I just can't find any working source? If someone knows, could you please show me how it's done?
Potato
  • 181
  • 1
  • 2
  • 13
12
votes
0 answers

Connect android to local Lan via Phone (Over wifi OR via USB connection)

I am playing about with RTSP in Android, getting it to stream using Media Player. Now I am wanting to test them locally, but finding it incredibly difficult. What I have done is run a local Wowza server and published the RTSP url and I am then…
Anthoni Gardner
  • 929
  • 1
  • 9
  • 17
12
votes
2 answers

Using VLC to host a stream of an infinite video loop

I want to offer a video stream from my pc with a VLC player trough a WIFI network to smartphones for regression testing. The video should automatically restart at the beginning after being finished on the smartphone. I'm currently using rtsp as…
checkThisOut
  • 621
  • 1
  • 5
  • 18
12
votes
3 answers

RTSP solution for JavaScript/HTML5

I am developing a Smart TV application and streaming live video from an IP Camera is a huge portion of the functionality. The camera's manual states that if it is set to stream MPEG-4 or H.264 that HTTP is not supported; only RTSP/RTP is. The…
user3722952
  • 133
  • 1
  • 1
  • 7