livepeer / stream-tester

Stream tester is a tool to measure performance and stability of Livepeer transcoding network
23 stars 11 forks source link

Handle new Mist manifest URL format #176

Closed thomshutt closed 1 year ago

thomshutt commented 2 years ago

The Stream Tester is currently failing to run against livepeer.monster because Mist now uses URL query parameters in its URLs and our HLS parsing logic is unable to handle that

iameli commented 2 years ago

Dupe of https://github.com/livepeer/stream-tester/issues/173, but this ticket has a description and that one doesn't so I'll close that one 😅

red-0ne commented 2 years ago

It seems that there is no change in code needed to make it work and tewaking the -hls-template and -rtmp-template options was enough. This "workaround" applies to loadtester in particular and we maybe need other solutions with other testers.

Instructions on how loadtester should work with mist server is documented here: Livepeer-for-newbs-network-video#Loadtester

Not sure this is enough to close this issue, but any details on what's left to be done is welcome.