Skip to content

Commit

Permalink
Merge pull request #116 from bitmovin/feature/default-hls-in-stream-t…
Browse files Browse the repository at this point in the history
…est-demo

Default HLS source in stream test demo
  • Loading branch information
mukulmishra18 authored Jan 10, 2024
2 parents 06a0926 + ecc2051 commit f4fab31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions player/stream-test/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@
<div class="type-header">Stream type</div>
<div class="demo-stream-type-input">
<div class="input-type">
<label><input type="radio" name="stream-format" value="dash" checked> DASH</label>
<label><input type="radio" name="stream-format" value="hls" checked> HLS</label>
</div>
<div class="input-type">
<label><input type="radio" name="stream-format" value="hls"> HLS</label>
<label><input type="radio" name="stream-format" value="dash"> DASH</label>
</div>
<div class="input-type">
<label><input type="radio" name="stream-format" value="smooth"> Smooth</label>
Expand Down

0 comments on commit f4fab31

Please sign in to comment.