Skip to content

Commit d76a980

Browse files
committed
Update IP Streaming
1 parent e6be122 commit d76a980

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
REACT_APP_API_URL=http://192.168.120.131:32357
22

3-
REACT_APP_API_CHAT=
3+
REACT_APP_API_CHAT=http://192.168.120.213:15001

src/pages/WatchLiveStream.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ const WatchLiveStream = () => {
101101
// Gọi API để lấy thông tin stream
102102
const fetchStreamInfo = async () => {
103103
try {
104-
const response = await fetch(`http://103.9.157.149:15001/streams/get/${streamKey}`);
104+
const response = await fetch(`http://192.168.120.213:15001/streams/get/${streamKey}`);
105105
if (!response.ok) {
106106
throw new Error("Failed to fetch stream info");
107107
}

0 commit comments

Comments
 (0)