Page 3 of 3
Live Camera stream
Posted: Wed Dec 31, 2008 12:46 am
by TANE
are you getting a stream or just the last picture?
Live Camera stream
Posted: Wed Dec 31, 2008 12:46 am
by Snelvuur
search the forum for another topic, we are discussing this then aswell, but some needed something like 2x \r or \n i know that mine needed one for instance, while the one that came with the idea used 2. If you cant find it let me know, its been some time.
// Erik (binkey.nl)
Live Camera stream
Posted: Wed Dec 31, 2008 12:50 am
by ddgiel
Digit -> In the browser I have to give username/password.
Chak -> I'm just getting the last picture.
Snelvuur -> I search further on the forum
Live Camera stream
Posted: Wed Dec 31, 2008 12:54 am
by ddgiel
It was indead a questions of using \r\n\r\n in the Authentication part
socket.write("Authorization: Basic cHJvbnRvOTQwMDprYXNrZQ==\r\n\r\n ");
Thanks for the advise