Skip to content

Commit

Permalink
Default hls source in stream test demo
Browse files Browse the repository at this point in the history
  • Loading branch information
mukulmishra18 committed Jan 10, 2024
1 parent 06a0926 commit ecc2051
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 ecc2051

Please sign in to comment.