Skip to content

Commit

Permalink
Update TIDL mjpg-streamer port to 8090
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason Kridner committed Mar 27, 2020
1 parent 0ac2e68 commit 55ad6a8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion common/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ ifneq ($(PRU_DIR),)
@echo start > $(PRU_DIR)/state
else ifeq ($(PROC),tidl)
ti-mct-heap-check -c
sudo mjpg_streamer -i "input_opencv.so -r 640x480 --filter ./$(TARGET)$(EXE)" -o "output_http.so -p 8080 -w /usr/share/mjpg-streamer/www"
sudo mjpg_streamer -i "input_opencv.so -r 640x480 --filter ./$(TARGET)$(EXE)" -o "output_http.so -p 8090 -w /usr/share/mjpg-streamer/www"
else
./$(TARGET)$(EXE)
endif
Expand Down
2 changes: 1 addition & 1 deletion extras/mjpg-stream.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<script>
/*global location*/
var element = document.getElementById("mjpg-iframe");
element.src = "http://" + location.host + ":8080/?action=stream";
element.src = "http://" + location.host + ":8090/?action=stream";
</script>

0 comments on commit 55ad6a8

Please sign in to comment.