My site contains a video (video is of a static image). It requires the user to just click and play it.
I wanted to create a script in JMeter, and after recording I saw ...
- dynamic time stamp(1601912284332),
- sessionId(like this "c8cd4be84b74b7c2975ece1d"),
- bandwidth etc...
As shown in code below:
<html>
<head></head>
<body>
#EXTM3U #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=513000,RESOLUTION=480x270 https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=6177603809001&secure=true&pubId=2421677124001&videoId=6177599447001 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=795000,RESOLUTION=640x360 https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=6177605145001&secure=true&pubId=2421677124001&videoId=6177599447001 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=995000,RESOLUTION=640x360 https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=6177601971001&secure=true&pubId=2421677124001&videoId=6177599447001 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1295000,RESOLUTION=960x540 https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=6177603812001&secure=true&pubId=2421677124001&videoId=6177599447001 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=1826000,RESOLUTION=960x540 https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=6177599739001&secure=true&pubId=2421677124001&videoId=6177599447001 #EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=2126000,RESOLUTION=1280x720 https://secure.brightcove.com/services/mobile/streaming/index/rendition.m3u8?assetId=6177601975001&secure=true&pubId=2421677124001&videoId=6177599447001
</body>
</html>
Can anybody help in as in how may I proceed with capturing these values?