hongzimao / pensieve

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

Results for run_exp/ #63

Closed zhou000 closed 5 years ago

zhou000 commented 5 years ago

When you get the results which only 14 lines of records in each result. You may get the figures as follows:

figure_on_fcc_2 figure_on_norway_2.

However, it is not the full results. If you use the latest-stable google chrome, you can get the full results when you click the 'videoPlayer' button in the 'url' HTML page. Moreover, you can add the 'click button' sentences in run_exp/run_video.py, then it will load the full video automatically and you can get the full results.

hongzimao commented 5 years ago

Can you also show your full results?

zhou000 commented 5 years ago

The full results are as follows: figure_fcc_2 figure_norway_2.

hongzimao commented 5 years ago

@zhou000 just circle back to this issue---it seems to be a chrome issue. In our refactored codebase (along with many other system environments), we use the following method to automatically start video playing: https://github.com/park-project/park/blob/master/park/envs/abr/run_video.py#L63

Thanks for pointing out the issue last time! The results above look good.