hongzimao / pensieve

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

Unable to watch the video with my browser #158

Closed simfect closed 10 months ago

simfect commented 10 months ago

I checked that my apache2 was installed correctly, and there are files in /var/www/html. However, when I run the rl_server_no_training.py under the folder rl_server, and then type http://localhost:8333/myindex_RL.html in my Chrome. I got nothing but a message: console.log('here'); . I had a similar issue like an empty result folder(run_exp) #114, and I tried to add autoplay and almost all the things mentioned in the previous issue to solve the problem. Unfortunately, I can not solve the problem, and I think being unable to play the video contributes to that issue. Is it possible for someone to give me some insight to solve this problem? Thank you, I would appreciate it.

simfect commented 10 months ago

Sorry for my mistakes. Without 8333 the video would keep running, and #98 is helpful to solve the problem.