Skip to content

Commit

Permalink
Since Content-Lenght is blocked by most of the browsers... It's useless
Browse files Browse the repository at this point in the history
to try to send it.
  • Loading branch information
zorglube committed Mar 3, 2024
1 parent 83eeb3d commit a4d832a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions static/js/video.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ function initPlayer() {
type: 'flv',
url: '/live',
isLive: true
}, {
headers: {"content-length":"1234", "zorglube":"test-test", "Content-Type": "video/x-flv"}
});
flvPlayer.attachMediaElement(videoElement);
flvPlayer.load();
Expand Down

0 comments on commit a4d832a

Please sign in to comment.