About Video Stream tutorial #3112
-
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
#3109 Please see our documentation, and follow the guidelines in our tutorials.
If you pack as /images/x , why do you expect to read at images/x ?
Do this in your computer, learn, then go to your microcontroller with half the problem solved:
Tested and works. Closing |
Beta Was this translation helpful? Give feedback.
#3109
Please do not open new questions for the same subject.
Please see our documentation, and follow the guidelines in our tutorials.
If you will be using the packed file system, read the packed file system tutorial https://mongoose.ws/documentation/tutorials/core/embedded-filesystem/
If you will be using
mg_file_read()
, read its doc https://mongoose.ws/documentation/#mg_file_readc->data[0]
is not magical, you have to mark that when getting a connectionmongoose/tutorials/http/video-stream/main.c
Line 13 in c2e2432
If you pack as
/images/x
, why do you expect to read atimages/x
?Do this in your computer, learn…