-
Content Count
41 -
Joined
-
Last visited
Awards
This user doesn't have any awards
About AndrewCam100
-
Title
Member
Profile Information
-
Location
C:\Users\..
-
Gender
Male
-
Interests
Old Windows versions, computers, cinematography, and other random things
-
Occupation
Waiting for it to be Friday
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
--note-- I found the solution... can be removed... Hello! I am designing an HTML video player for a personal video streaming website. I'm using video.js and NGINX, but whenever I try to scrub to anywhere, the video goes straight back to the beginning. This might be an NGINX or my Python Test Web Server issue, though... Can anyone assist me?
-
Post Linus Memes Here! << -Original thread has returned
AndrewCam100 replied to COCOBYTES's topic in Off Topic
He finally lost a tooth! -
Post Linus Memes Here! << -Original thread has returned
AndrewCam100 replied to COCOBYTES's topic in Off Topic
-
Arduino Ethernet Shield having issues...
AndrewCam100 replied to AndrewCam100's topic in Hobby Electronics
It is the WebClientRepeating example with the host modified. -
Hello! For an electronics project, I have a Raspberry Pi running a very basic web server. My Arduino with its Ethernet Shield needs to fetch the contents of a text file from that web server. I am using the WebClientRepeating example, but modified for my Raspberry Pi's IP address and the location of the text file. I have pins 10-13 connected correctly, and my power wired correctly, and the shield is making a link to my router, but the Arduino Serial Monitor thinks that no shield is connected. Does anyone know how to get the shield to correctly interface with the Arduino?
-
Thank you! I cannot connect for some reason, it keeps timing out when I try to connect. Is it up right now?
-
Hello! I have an old GoPro Hero 3 and I am only getting this text when I go to look at my live preview at http://10.5.5.9:8080/live/amba.m3u8: #EXTM3U #EXT-X-TARGETDURATION:1 #EXT-X-VERSION:3 #EXT-X-ALLOW-CACHE:NO #EXT-X-MEDIA-SEQUENCE:1905 #EXTINF:0.26693, amba_hls-9.ts #EXTINF:0.26693, amba_hls-10.ts #EXTINF:0.26693, amba_hls-11.ts #EXTINF:0.26693, amba_hls-12.ts #EXTINF:0.26693, amba_hls-13.ts #EXTINF:0.26693, amba_hls-14.ts #EXTINF:0.26693, amba_hls-15.ts #EXTINF:0.26693, amba_hls-16.ts Does anyone know how I can get the live video feed from the came
-
Post Linus Memes Here! << -Original thread has returned
AndrewCam100 replied to COCOBYTES's topic in Off Topic
-
This really don't ad up - Samsung phone showing ads in some regions
AndrewCam100 replied to williamcll's topic in Tech News
Wow. This is bizarre. I would probably set up Pi-Hole if I ever got one. -
What is the maximum current input on an Arduino?
AndrewCam100 replied to AndrewCam100's topic in Hobby Electronics
Thank you so much for the help! Because I have some bad experiences with frying transistors, I used two power supplies and connected the positive rails of both, and now it works much more reliably. I never would have guessed that the issue was just powering relays from pins. Thanks again! -
How do I compile Linux from sources to make a command line?
AndrewCam100 replied to AndrewCam100's topic in Programming
Thank you for the help! I will probably start with Ubuntu Server, as I am too lazy to deal with compiling Linux. -
Hello! I am planning on making a Linux distro that uses Python for the UI and I need a Linux terminal as the base to start the Python script. How do I compile the kernel and a command-line to have a very small base to run my code? Is there a better way to do what I am thinking of doing? Thanks in advance!