Stream Setup | |
Stream type: | DASH |
Adaptation: | |
Test manifest: | |
Stream info | ||
Available video tracks: | Cycle video tracks | |
Active resolution: | Loop video | |
Decoded Frames: | Mute | |
Dropped Frames: | ||
Dropped Frames % : |
Query parameters |
Specify codec using the codec query parameter. Example: https://crosvideo.appspot.com/?codec=vp9_60
Specify desired resolution using the resolution query parameter. Example: https://crosvideo.appspot.com/?codec=h264&resolution=720. If not specified then the video stream will start with first available resolution.
Not all codecs support all resolutions. Please check by loading stream manually before configuring URL parameters for automation.
loop: This will loop the video once it ends if set to "true". Example: https://crosvideo.appspot.com/?codec=vp8&cycle=true&loop=true
mute: This will mute the sound on the video player if set to "true". Example: https://crosvideo.appspot.com/?codec=vp9&resolution=1080&mute=true
seek: This will make the video seek to some location every 5 seconds if its value is "true". How far to seek can be specified by "duration" parameter or if duration is not specified then a random location will be chosen every time.
duration: The number of seconds to skip ahead when seeking. If seek is not set to true then this value has no effect. It can be left blank to select a random value every time a seek operation happens.
max_resolution: The maximum vertical resolution of a stream to load. Not used if resolution is set. If this is lower than the minimum resolution of the lowest resolution, there will be undefined behavior.