Recent content by RAHIT

  1. R

    Amazon prime video streaming and HDCP

    But I have a laptop with intel & radeon graphics card..
  2. R

    Amazon prime video streaming and HDCP

    I have a HP Pavilion 15 n003tx laptop... when I stream TV series on amazon prime I get HD quality videos... But when I stream movies on amazon prime they stream at SD quality... The site says "Your video will play in standard definition because your computer hardware, HDMI cables, and display...
  3. R

    Visual Studio Code

    I want to do some C programming on visual studio code. What things I need to set up on VS code so that I can do C programming. A task.json file I found on the internet was like this: { "version": "0.1.0", "command": "g++", "isShellCommand": true, "showOutput": "always"...