You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I was trying to stress test a LLHLS video served by an OvenMediaEngine Origin server and while the master manifest is retrieved fine it doesnt download any video fragment.
The log viewer shows:
2023-06-08 10:15:57,035 ERROR o.a.j.t.JMeterThread: Error while processing sampler: 'bzm - Streaming Sampler'.
java.lang.NullPointerException: null
at com.blazemeter.jmeter.videostreaming.hls.Playlist.getRenditionUri(Playlist.java:103) ~[jmeter-bzm-hls-3.1.jar:?]
at com.blazemeter.jmeter.videostreaming.hls.Playlist.solveMediaStream(Playlist.java:72) ~[jmeter-bzm-hls-3.1.jar:?]
at com.blazemeter.jmeter.videostreaming.hls.HlsSampler.sample(HlsSampler.java:43) ~[jmeter-bzm-hls-3.1.jar:?]
at com.blazemeter.jmeter.videostreaming.core.VideoStreamingSampler.sample(VideoStreamingSampler.java:79) ~[jmeter-bzm-hls-3.1.jar:?]
at com.blazemeter.jmeter.hls.logic.HlsSampler.sample(HlsSampler.java:212) ~[jmeter-bzm-hls-3.1.jar:?]
at org.apache.jmeter.protocol.http.sampler.HTTPSamplerBase.sample(HTTPSamplerBase.java:1290) ~[ApacheJMeter_http.jar:5.5]
at org.apache.jmeter.threads.JMeterThread.doSampling(JMeterThread.java:651) ~[ApacheJMeter_core.jar:5.5]
at org.apache.jmeter.threads.JMeterThread.executeSamplePackage(JMeterThread.java:570) ~[ApacheJMeter_core.jar:5.5]
at org.apache.jmeter.threads.JMeterThread.processSampler(JMeterThread.java:501) ~[ApacheJMeter_core.jar:5.5]
at org.apache.jmeter.threads.JMeterThread.run(JMeterThread.java:268) ~[ApacheJMeter_core.jar:5.5]
at java.lang.Thread.run(Unknown Source) ~[?:1.8.0_371]
2023-06-08 10:15:57,036 INFO o.a.j.t.JMeterThread: Thread is done: Thread Group 1-1
2023-06-08 10:15:57,036 INFO o.a.j.t.JMeterThread: Thread finished: Thread Group 1-1
2023-06-08 10:15:57,037 INFO o.a.j.e.StandardJMeterEngine: Notifying test listeners of end of test
2023-06-08 10:15:57,037 INFO o.a.j.g.u.JMeterMenuBar: setRunning(false, *local*)
Maybe the manifest is using a not compatible manifest?
Hello, I was trying to stress test a LLHLS video served by an OvenMediaEngine Origin server and while the master manifest is retrieved fine it doesnt download any video fragment.
The log viewer shows:
Maybe the manifest is using a not compatible manifest?
The .m3u8 manifest content is:
Thank you
The text was updated successfully, but these errors were encountered: