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
10
votes
3 answers

Converting RTMP to RTSP in NGINX

I have a question, if I use nginx for RTMP stream, can this function to stream video with RTSP? What are the differences between RTSP and RTMP? Can I use my RTMP server to stream with the RTSP protocol? Sorry for my English.
grijalvaromero
  • 589
  • 1
  • 6
  • 20
10
votes
1 answer

MobileVLCKit fails while compiling

I am trying to use MobileVLCKit for iOS in my application. I followed steps given @ Building the Framework for iOS. I have set deploymet target to iOS 7 in my Xcode 5. I used command ./buildMobileVLCKit.sh -f -l to compile the shell file to get an…
Yogi
  • 3,578
  • 3
  • 35
  • 56
10
votes
1 answer

OpenCV - how to capture rtsp video stream

for example we have working rtsp stream test like: "rtsp://184.72.239.149/vod/mp4:BigBuckBunny_115k.mov" (it works in moment of publishing this post) Now I want to catch this video stream in openCV (opencv 2.4.7 / 2.4.8) I've my code works perfectly…
Niedved
  • 823
  • 1
  • 7
  • 13
10
votes
4 answers

VLC RTSP live stream to Android

For my app I have to stream from a decklink card to an Android app (I must be a live stream, so either HLS or RTSP seems to be good solutions, since my app targets Android 3+). I recompiled VLC with the decklink sdk, and I am able to live stream to…
Tim Autin
  • 6,043
  • 5
  • 46
  • 76
9
votes
2 answers

RTCP / RTP communication issue

Unfortunately I'm still stuck with a little implementation of a RTP / RTCP communication to access my IP camera properly. What do I want to do The camera has an internal buffer which I want to read. So I communicate with the camera via RTSP and tell…
Toby
  • 3,815
  • 14
  • 51
  • 67
9
votes
3 answers

Android Video Streaming - Device supported?

Ok. So there are a bagillion different Android devices. I have a video streaming service, works wonderfully for iOS. My app has a live video feature and a saved video clip playback feature (which streams to the device too). I've run some tests on…
spentak
  • 4,627
  • 15
  • 62
  • 90
9
votes
3 answers

RTSP live stream on Android

I try to make a live stream on Android. I tried lots of ways, but none of them worked. How can I do it? This is example of RTSP: mMediaPlayer = new…
Filiz Gökçe
  • 91
  • 1
  • 1
  • 2
9
votes
1 answer

RTSP 1.0 vs. RTSP 2.0

The Real-Time Streaming Protocol (RTSP) Version 1.0 was published as RFC 2326 in 1998. Now nearly 20 years later Version 2.0 was published as RFC 7826 in December 2016. I am wondering whether the changes affect the performance of live streaming…
Joey
  • 809
  • 1
  • 10
  • 24
9
votes
1 answer

Output RTSP stream with ffmpeg

I'm attempting to use the ffmpeg libraries to send a video stream from my application to a media server (in this case wowza). I have been able to do the reverse and consume an RTSP stream but I'm having a few issues writing an RTSP stream. I have…
sipsorcery
  • 30,273
  • 24
  • 104
  • 155
9
votes
4 answers

Convert RTSP stream to virtual web camera

I am trying to use a RTSP stream from an IP camera as video input source for various applications on Windows (eg. Skype, Zoom, Microsoft Teams, etc.). The only solution I have found so far is using "webcam 7", an application that fetches an RTSP…
astralmaster
  • 2,344
  • 11
  • 50
  • 84
9
votes
1 answer

Stream desktop over RTP using VLC with the lowest latency possible

I have been trying to figure out how to stream my desktop (over LAN) using VLC and to achieve the lowest latency possible (<100ms). The goal is to have another computer receive the stream and potentially play games while streaming (i.e playing game…
deken
  • 387
  • 2
  • 3
  • 12
8
votes
3 answers

Decode of live RTSP stream: large video lag using MediaPlayer on Android

I'm playing a Live RTSP stream from VLC on a PC to Android MediaPlayer class (both on same local network). It plays smoothly with no errors - the problem is that the decoded video on screen is between around 5 and 7 seconds behind live. From debug…
barkside
  • 3,951
  • 4
  • 23
  • 32
8
votes
2 answers

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 connection with my RTSP Client. I have not…
Novalis
  • 2,265
  • 6
  • 39
  • 63
8
votes
3 answers

how to make RTSP server at android phone?

I want send streaming video from android phone to computer server on RTSP. the server is coded using java. how can I do that?
Sam
  • 81
  • 1
  • 1
  • 2
8
votes
3 answers

non http streaming video for iOS devices

I am using wowza to restream source rtsp streams to multiple types of end devices. Due to the buffering restriction with http based streaming, I cannot use it for my application. I need to use RTMP or RTSP for my restreams. aside: HTTP packetized…
michael
  • 2,577
  • 5
  • 39
  • 62