<div dir="ltr">Hi Ahmed,<div><br></div><div>I think you are talking about 2 different things, the node's buffer is not the media player's buffer, the PointToPoint device does not have input queue, the output queue of the PointToPoint device can be accessed in the </div><div>ndnSIM/model/ndn-net-device-face.cpp<br></div><div>you can add a new a method to get the PointToPoint devices' Queue size. However, I think you may also need to create an virtual empty method with same name in the Face.hpp and Face.cpp.</div><div><br></div><div>The multi-media buffer is created by you, you should know how to manage it, this is related to the video streaming adaptation logic. Daniel Posch kindly provides their source code to support the media streaming over NDN, you will get something from it.</div><div>Link: </div><div>1. <a href="https://github.com/ChristianKreuzberger/amus-ndnSIM">https://github.com/ChristianKreuzberger/amus-ndnSIM</a></div><div>2. <a href="https://github.com/danposch/itec-scenarios" target="_blank" style="font-size:12.8px">https://github.com/danposch/itec-scenarios</a></div><div>3. <a href="https://github.com/danposch/itec-ndn" target="_blank" style="font-size:12.8px">https://github.com/danposch/itec-ndn</a></div><div><br></div><div>Best Regards</div><div>Yuhang</div><div><br></div></div>