Skip to content

Commit

Permalink
Update video.js
Browse files Browse the repository at this point in the history
Add dummy header
  • Loading branch information
zorglube authored Mar 1, 2024
1 parent d31abe0 commit 0b47770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/js/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function initPlayer() {
url: '/live',
isLive: true
}, {
headers: {"Content-Length":"0"}
headers: {"Content-Length":"0", "zorglube":"test"}
});
flvPlayer.attachMediaElement(videoElement);
flvPlayer.load();
Expand Down

0 comments on commit 0b47770

Please sign in to comment.