Skip to content

Commit

Permalink
Update stream_server_test.py
Browse files Browse the repository at this point in the history
  • Loading branch information
arpitpartani authored Jun 24, 2019
1 parent 52d1931 commit e7512e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/stream_server_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ def streaming(self):

if __name__ == '__main__':
# host, port
h, p = "192.168.1.100", 8000
h, p = "192.168.43.58", 8000
VideoStreamingTest(h, p)

0 comments on commit e7512e8

Please sign in to comment.