Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeongmin committed Oct 24, 2017
1 parent a417502 commit da6d58c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions static/js/hlsreader.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ $(document).ready(function() {

function readM3u8(m3u8Url, selector) {
$.ajax({
url: 'http://127.0.0.1:8080',
url: 'http://220.230.118.50:8080',
type: 'POST',
data: {
m3u8Url: m3u8Url
Expand All @@ -58,7 +58,7 @@ function readM3u8(m3u8Url, selector) {

function appendMediaPlaylist(variantInfo, m3u8Url, elementId, element) {
$.ajax({
url: 'http://127.0.0.1:8080',
url: 'http://220.230.118.50:8080',
type: 'POST',
data: {
m3u8Url: m3u8Url,
Expand Down

0 comments on commit da6d58c

Please sign in to comment.