rtsp

rtsp over http over a proxy

I am trying to fetch an RTSP stream over HTTP using a proxy. The behavior of the Real client seems to be a bit hectic: it tries all the possible ports, methods and protocols at once. The only thing that should work is HTTP GET over port 80. Such a request is indeed issued, and is received on the server. Here's how the request looks when ...

silverlight mediaelement RTSP

As far as I can see silverlight only supports streaming over http even in version 2, as I understand it mms is converted to http and therefore you cannot stream RSTP (I have tried to test this and get network errors unless I stream http). Does anyone know if RSTP is going to be supported in Silverlight or if it is and how? Thanks P ...

Teardown: Appropriate in RTSP??

Is it appropriate to send TEARDOWN when user clicks on the stop-button in a video (RTSP )streaming session? If not then why?? ...

Video Streaming Server on Mobile

I have seen video streaming to mobile phones. I would like to know whether we have a streaming server that can be installed on mobile phone and stream video to another device from the camera present on the phone. I would like to have on for my Nokia N70 phone. ...

How to broadcast a music file using rtsp

How can I broadcast an mp3 file using rtsp? ...

RTSP in Flex

We are currently working on a Flex application that needs to connect to a set a traffic detection cameras via RTSP. Being totally new to the world of video streaming in general, I was wondering if that is possible. AFAIK it is not possible to consume an RTSP feed in the Flash player, so I'm thinking that we would need some sort of a con...

Java RTSP client/server library

Hi. Is anyone aware about good RTSP client/server Java library? Search on Google reveals JMF, which is very outdated. Thanks. ...

RTSP library for Java

Hi, I'm looking for a RTSP Java library, but I didn't find anything. Can someone advice me a Java library to handle RTSP? Thanks ...

simple rtsp broadcast example source

Hi, I want to broadcast the screen (not a static screen) of my program using rtsp/rtp since this way a mobile phone (at least the more recent ones) can view the stream. I'm looking for a simple example program which takes the frames I offer, encodes it with a codec and then sends this (using rtsp) to any clients attached. I've looked ...

RTSP client in android

I am writing a RTSP client in Android. I am able to receive the Responses for all the requests i.e., DESCRIBE it sends back the 200 OK SETUP with transport: RTP/AVP:unicast:client_port=4568:4569 got the 200 OK Message back Sent PLAY, and got the OK Message After that how to get the audio and video frames? I have searched on blogs, b...

RTSP Stack implementation

Hi, I am working on making RTSP url to work on Android. I have used MediaPlayer and VideoView to play the RTSP url but both of them fail to play in G1 Device and emulator. Error is PVMFFailureiin PLAYER_INIT. So I thought of implementing a RTSP client from scratch. I have developed a small application, it exchanges all the messages (DE...

WMS Custom DataSourcePlugin in C#

Has anyone managed to successfully implement a WMS DataSourcePlugin in C#? I want to stream WMV/WMA content from a database via a C# API and this seemed like the only way to do it. There is a note on the MSDN site that this can only be done with C++ but it's a set of COM interfaces so I don't see how WMS would know the difference. Any...

Android streming audio/video can't stream a rtsp file?

I want to stream a media file on web, and android developer website has said that MediaPlayer.setDataSource() can set the data source (file-path or http/rtsp URL) to use. But I got an error in both G1 device and emulator when streaming a rtsp url file: Command PLAYER_PREPARE completed with an error or info PVMFailure error(1, -1). Does ...

Browser Based Streaming Video/Audio (not progressive download)

Hello, I am trying to understand conceptually the best way to deliver real streaming audio and video content. I would want it to be consumed with a web browser, utilizing the least amount of proprietary technology. I wouldn't be serving static files and using progressive download, this would be real audio streams being captured live. Ho...

How does IIS stream an AVI to Windows Media Player?

What protocol does IIS use to stream an AVI file to an embedded Windows Media Player? HTTP? RTSP? MMS? Does it even use streaming at all? I know Windows Media Services is supposed to help stream more efficiently which leads me to wonder if a plain-jane install of IIS even uses streaming at all. This person's answer only furthers that ...

RTSP library in Python or C/C++ ?

I am trying to find any RTSP streaming library for Python or C/C++. If not is there any other solutions for real time streaming? How much easy or difficult it is to implement RTSP in Python or C/C++ and where to get started? ...

Best C++ RTP/RTSP library

Hello I'm looking for a RTP/RTSP library in C++. I found pjsip but it is more C-style. I'm looking for more OO library. Thanks ...

What is the best way to play MMS/RTSP streams in C#?

Is there something like libmms, librtsp or xine-lib for C#? ...

Server to stream RTSP to android

Can Flash Media Server 3.5 serve a video rtsp stream to android? Or do we need to use Wowza or red5 with Android rtsp clients? Are there any other rtsp servers to consider when the client is going to be running on android? ...

Streaming via RTSP or RTP in HTML5

I'm building a web app that should play back an RTSP/RTP stream from a server (http://lscube.org/projects/feng). Does the HTML5 video/audio tag support the rtsp or rtp? If not, what would the easiest solution be? Perhaps drop down to a VLC plugin or something like that. ...