sebb schrieb:
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?
It's not documented, I found that in the mailing list: http://snipurl.com/3i18z

 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.
So there's no way to make JMeter stream rtsp videos?
 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.
That's what I got:

Response headers:
HTTP/1.0 200 OK
Server: QTSS/4.0
Connection: Close
Content-Type: video/quicktime
Content-Length: 53

When i copy the http URL to my browser it plays the video though.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to