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
6
votes
2 answers

RTSP Streaming on iOS 6 with Xcode 4.6.1

I need to develop an app what is capable of receiving a RTSP Stream. I tried to find solutions/tutorials in the internet for the whole day now, but without any success. I read a lot about using FFMPEG or Live555 (more FFMPEG, also I read that…
Maurice
  • 1,466
  • 1
  • 13
  • 33
6
votes
2 answers

Looking to understand RTSP and H.264 Encapsulation

I am trying to learn enough about H.264, RTP, RTSP and encapsulation file formats to develop a video recording application. Specifically, what should I read to understand the problem? I want to be able to answer the following questions: Can I save…
Isaac
  • 105
  • 1
  • 6
6
votes
2 answers

TCP Client not receiving responses back from RTSP server

In Delphi XE2, I'm using the TTCPClient component to communicate with an RTSP server. After trial and error not getting a response back from the server, I switched the project to send HTTP requests via port 80 (instead of 554 for RTSP) and tried to…
Jerry Dodge
  • 26,858
  • 31
  • 155
  • 327
6
votes
1 answer

Decode h264 rtsp with ffmpeg and separated AVCodecContext

I need some help with decodein rtsp stream of video. I get it from AXIS IP-camera. I use ffmpeg library for it. It is neccessary to create AVCodecContext separately, not from AVFormatContext->streams[...]->codec; So i create AVCodec,…
mmmaaak
  • 803
  • 1
  • 18
  • 38
6
votes
2 answers

How to reduce delay in playing rtsp live video stream in java using vlcj

I have developed a video chatting application,but the video is displayed with high latency.video is streamed over rtsp.how to reduce the delay in playing the rtsp stream?
Raji A C
  • 2,261
  • 4
  • 26
  • 31
5
votes
0 answers

Android MediaPlayer unwilling to seek through RTSP video stream

I am designing a custom streaming video player that can stream videos over HTTP as well as RTSP, and am currently developing for the Lenovo IdeaPad A1 (Android 2.3.4). I am experiencing issues with the MediaPlayer while trying to seek within a…
Aaron
  • 7,000
  • 2
  • 21
  • 37
5
votes
1 answer

MediaElement and RTSP

Does MediaElement support RTSP? I've got a stream going and I'm able to consume the stream with VLC Player via: rtsp://192.168.1.17:554/stream However, when trying to use Windows Media Player, I'm not able to stream it. Which begs the question,…
Brian Liang
  • 7,734
  • 10
  • 57
  • 72
5
votes
0 answers

Stream RTSP URL using VideoView in android

I have been successfully able to stream RTSP FILES( i.e videos stored on SDCARD having an extension .3gp,.mp3,.mp4 etc) But when I use the same code for streaming a URL such as : rtsp://122.166.229.151:1950/13478f6be4b133f ( without extension) the…
Rashmi.B
  • 1,787
  • 2
  • 18
  • 34
5
votes
1 answer

Attempting to save only the metadata to a file from RTSP stream

I'm attempting to access and save the metadata stream from an IP camera. So far I have managed to save the metadata with: openRTSP -b 400000 -K -t rtsp://username:password@192.168.2.4:5554/live/ch1 This creates a metadata file…
Andy Gee
  • 3,149
  • 2
  • 29
  • 44
5
votes
1 answer

Forwarding RTSP stream from IP Camera to Browser in ASP.NET Core

I've a Blazor hosted application where I need, upon client request, to get a h264 recording from an AXIS Camera (by means of RTSP PLAY command) and to return it in such a way that the browser can reproduce the video. If querying the AXIS camera for…
5
votes
1 answer

How to stream cv2.VideoWriter frames to and RTSP server

Environment: Docker, Ubuntu 20.04, OpenCV 3.5.4, FFmpeg 4.2.4 Im currently reading the output of a cv2.VideoCapture session using the CV_FFMPEG backend and successfully writing that back out in real time to a file using cv2.VideoWriter. The reason …
chasez0r
  • 544
  • 5
  • 18
5
votes
3 answers

how can i play rtsp video stream in flutter?

this is my code thats i m trying by using flutter vlc player but its not working so any can help me to solving the issue or i can show stream with another way? so you guys can give me any suggestion or give any little example. i m trying to solve…
5
votes
3 answers

Most effective plugin to play Rtsp streams on a webpage with good browser compatibilty

Here is a overview of my code. User press a record button and it hits the server to start a surveillance stream,and it returns a rtsp url which I want to play on the website. I have tried vlc plugin, but it seems to be unreliable the following code…
elricL
  • 1,188
  • 3
  • 11
  • 20
5
votes
1 answer

FFmpeg does not decode h264 stream

I am trying to decode h264 stream from rtsp server and render it on iPhone. I found some libraries and read some articles about it. Libraries are from dropCam for iPhone called RTSPClient and DecoderWrapper. But I can not decode frame data with…
HAPPY_TIGER
  • 345
  • 1
  • 5
  • 17
5
votes
0 answers

Capture RTSP CCTV stream with audio in Python

I'm struggling for several days to find a proper solution and it seems that nowhere on the Internet is my solution. Long story short: I have a CCTV camera that transmits a RTSP stream. I want to capture that in a .mp4 format (other video format is…
DBL
  • 149
  • 8