On 20/08/2008, Peter Treitler <[EMAIL PROTECTED]> wrote: > Hello, > > I am trying to stream a video in one of my load tests. I have searched and > I have read that this is possible with JMeter, however I can't get it to > work.
Where is this documented? > I've got an HTTP request with something like GET rtsp://mysite/myvideo.mp4 > and I get a 404 error for that. Most likely because the rtsp: protocol is not supported. > When i replace the rtsp: with http: i get an OK response, but it only has > 53 Bytes. > I want the test to stream the whole video. How can I do that? I would guess that the http response may contain details of how to download the MP4. However, unless this uses a protocol that JMeter understands, this won't help. > Thanks, > > Peter > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > [EMAIL PROTECTED] > For additional commands, e-mail: > [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

