You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I run the rl_server and in another terminal run mahimahi :
I found that the localhost/ doesn't work in the pyvirtualdisplay
I search about that and found that I need to use 100.64.0.1 instead of 127.0.0.1 to get the localhost over mahimahi
I use this code : driver.get('http://100.64.0.1/myindex_RL.html')
the player load the first chunk only and give me this error
I modified the server to listen to 100.64.0.1
how can I change the ip in dash.js from localhost:8333 to 100.64.0.1:8333
The text was updated successfully, but these errors were encountered:
here I have two terminal the first one is the server, the second one is the mahimahi link
p.s. p.js this is the dash.all.min.js but I renamed it.
thank you>
I run the rl_server and in another terminal run mahimahi :
I found that the localhost/ doesn't work in the pyvirtualdisplay
I search about that and found that I need to use 100.64.0.1 instead of 127.0.0.1 to get the localhost over mahimahi
I use this code : driver.get('http://100.64.0.1/myindex_RL.html')
the player load the first chunk only and give me this error
I modified the server to listen to 100.64.0.1
how can I change the ip in dash.js from localhost:8333 to 100.64.0.1:8333
The text was updated successfully, but these errors were encountered: