jmter constant video stream

旧城冷巷雨未停 提交于 2019-12-11 02:10:05

问题


I'm using Jmeter to load test a video stream, I can pass the login information but I need to have Jmeter "hold" at a page that serves up a video stream. How can I do this? I have cookie manager already set.


回答1:


  1. If video stream doesn't live on your server you don't need to test it at all. For instance, if your site has YouTube frame you need to exclude YouTube domain from embedded resources.
  2. If video stream lives at your server - you can use TCP Sampler to request stream
  3. If your page contains URL to video file it can be fetched via i.e. Regular Expression Extractor and downloaded as a regular file.


来源:https://stackoverflow.com/questions/26170268/jmter-constant-video-stream

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!