hongzimao / pensieve

Neural Adaptive Video Streaming with Pensieve (SIGCOMM '17)
http://web.mit.edu/pensieve/
MIT License
516 stars 279 forks source link

dash.all.min.js problem #128

Open ali1hammoud opened 3 years ago

ali1hammoud commented 3 years ago

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

ali1hammoud commented 3 years ago

التقا1ط

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>

ali1hammoud commented 3 years ago

here you can see the meaning of local inside and outside the mahimahi : https://github.com/ravinet/mahimahi/issues/113