hongzimao / pensieve

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

Unexpected results of real-world experiment #153

Open fcbw2012 opened 1 year ago

fcbw2012 commented 1 year ago

Hi Hongzi, Thank you for your amazing work and I am wondering if you can give me some advice about real experiment! I have done those steps in a virtual machine with ubuntu 18.04:

  1. Run setup.py and install the apache server which seems to be working properly. image
  2. Put needed files in /var/www/html
  3. Copy over the trained model to rl_server/results
  4. Use 'http://localhost/' + 'myindex_' + abr_algo + '.html' as URL in run_video.py
  5. Run run_exp.py However, results in chrome_retry_log don’t look normal: image Could you please help me to analyse the causes of this problem? I am not sure about some steps: First, Did I use correct URL? Second, if video files are put in the right place, the html files (for example, myindex_RL.html) will play one video chunk for about 3-4s when I open it? But when I do that, the html seems loaded nothing. If it means something wrong? image image Thank you for your help!!!