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.

Stream rtsp url in Windows Media Player 12

I have created a live streaming server using rtsp protocol on my machine with link of media as rtsp://192.168.xx.…

rtsp windows-media-player
How to force client to switch RTP transport from UDP to TCP?

If the client wants to watch a stream that is on my RTSP server, it first tries to setup a …

rtp rtsp
RTSP client in android

I am writing a RTSP client in Android. I am able to receive the Responses for all the requests i.…

c++ android client rtsp
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 …

android stream vlc rtsp
Playing RTSP with python-gstreamer

I use gstreamer for playing RTSP stream from IP cameras (like Axis.) I use a command line like this: gst-launch-0.10 …

python h.264 gstreamer rtsp ip-camera
Play rtsp stream in WPF (or WinForms)

Is there a way to play a rtsp:// stream in WPF (or alternatively WinForms)? I have tried MediaElement and MediaUriElement …

wpf winforms rtsp mediaelement
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 …

java android rtsp
RTSP/RTMP Video Streaming Client iOS

I'm in need of a open source solution/library to stream RTSP/RTMP to an iOS Application. I need to …

ios ffmpeg rtsp rtmp live555
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 …

nginx video-streaming server rtsp rtmp