Mailing List Archive

Embedded server
Hello all

I have a camera with a built in cherokee servers, to access it you use the
following:

Http://10.5.5.9:8080/

The camera takes videos (.mp4) and low res videos (.lrv) , when accessing
the websever the mime type of the mp4 files is correctly set as video , but
the lrv isn't set so you can't stream the files.

Is there a way of adding a mime type on an embedded version of cherokee ? I
have tried http://10.5.5.9:9090/ but this doesn't bring up the admin pages.

Any help appreciated

Thanks
Toby



--
View this message in context: http://cherokee-web-server-general.1049476.n5.nabble.com/Embedded-server-tp5706841.html
Sent from the Cherokee Web Server - General mailing list archive at Nabble.com.
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee
Re: Embedded server [ In reply to ]
On Wed, 3 Apr 2013, Ybotc wrote:

> I have a camera with a built in cherokee servers, to access it you use the
> following:

Sounds like a GoPro? :-) The best thing would be to ask them to include
it, or a way for you to build the firmware (and/or access the cherokee
configuration)

Stefan
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee
Re: Embedded server [ In reply to ]
Ybotc Would be interesting to know what company uses Cherokee as a webserver in a camera :) Would you tell us please?


----- Ursprüngliche Message -----
Von: Stefan de Konink <stefan@konink.de>
An: Ybotc <Ybotcoombes@gmail.com>
CC: cherokee@lists.octality.com
Gesendet: 21:43 Mittwoch, 3.April 2013
Betreff: Re: [Cherokee] Embedded server

On Wed, 3 Apr 2013, Ybotc wrote:

> I have a camera with a built in cherokee servers, to access it you use the
> following:

Sounds like a GoPro? :-) The best thing would be to ask them to include it, or a way for you to build the firmware (and/or access the cherokee configuration)

Stefan
_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee

_______________________________________________
Cherokee mailing list
Cherokee@lists.octality.com
http://lists.octality.com/listinfo/cherokee
Re: Embedded server [ In reply to ]
On Thu, Apr 4, 2013 at 12:10 AM, - - <stadtpirat11@ymail.com> wrote:

> Ybotc Would be interesting to know what company uses Cherokee as a
> webserver in a camera :) Would you tell us please?


http://www.goproforums.com/6-gopro-hd-hero-hero2/733-gopro-wifi-backpac-web-server-cherokee-web-server.html


--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
e: m.david@3rdandurban.com | v: (503) 332-6230 | w:
http://mdavidpeterson.org
Re: Embedded server [ In reply to ]
On Fri, Apr 12, 2013 at 8:01 PM, M. David Peterson
<m.david@3rdandurban.com>wrote:

> On Thu, Apr 4, 2013 at 12:10 AM, - - <stadtpirat11@ymail.com> wrote:
>
>> Ybotc Would be interesting to know what company uses Cherokee as a
>> webserver in a camera :) Would you tell us please?
>
>
>
> http://www.goproforums.com/6-gopro-hd-hero-hero2/733-gopro-wifi-backpac-web-server-cherokee-web-server.html


Further acknowledgement that they are in fact using Cherokee =>
http://gopro.com/support/open-source <= where you'll find at the bottom
both a reference to their usage of Cherokee as well as their modifications
to the source (v1.2.101) available for download.

GoPro Modifications — GoPro shares its modifications to GPL-licensed code
LibraryLicenseVersionPatchcherokeeGNU
GPLv2<http://www.gnu.org/licenses/gpl-2.0.html>
v1.2.101Source Code<http://gopro.com/wp-content/uploads/2012/11/cherokee-1.2.101-001-patch.pdf>



I'm going through the code now. I'll merge the changes they've made to the
source into a v1.2.101-based branch called
'go-pro-embedded-cherokee-server' and commit it to the repository shortly.

--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
e: m.david@3rdandurban.com | v: (503) 332-6230 | w:
http://mdavidpeterson.org
Re: Embedded server [ In reply to ]
Hah, a patch in PDF format!

That's very cool that they are using Cherokee.

-Locke

On Fri, Apr 12, 2013 at 11:14 PM, M. David Peterson <m.david@3rdandurban.com
> wrote:

> On Fri, Apr 12, 2013 at 8:01 PM, M. David Peterson <
> m.david@3rdandurban.com> wrote:
>
>> On Thu, Apr 4, 2013 at 12:10 AM, - - <stadtpirat11@ymail.com> wrote:
>>
>>> Ybotc Would be interesting to know what company uses Cherokee as a
>>> webserver in a camera :) Would you tell us please?
>>
>>
>>
>> http://www.goproforums.com/6-gopro-hd-hero-hero2/733-gopro-wifi-backpac-web-server-cherokee-web-server.html
>
>
> Further acknowledgement that they are in fact using Cherokee =>
> http://gopro.com/support/open-source <= where you'll find at the bottom
> both a reference to their usage of Cherokee as well as their modifications
> to the source (v1.2.101) available for download.
>
> GoPro Modifications — GoPro shares its modifications to GPL-licensed code
> LibraryLicenseVersionPatchcherokee GNU GPLv2<http://www.gnu.org/licenses/gpl-2.0.html>
> v1.2.101Source Code<http://gopro.com/wp-content/uploads/2012/11/cherokee-1.2.101-001-patch.pdf>
>
>
>
> I'm going through the code now. I'll merge the changes they've made to the
> source into a v1.2.101-based branch called
> 'go-pro-embedded-cherokee-server' and commit it to the repository shortly.
>
> --
> /M:D
>
> M. David Peterson
> Co-Founder & Chief Architect, 3rd&Urban, LLC
> e: m.david@3rdandurban.com | v: (503) 332-6230 | w:
> http://mdavidpeterson.org
>
> _______________________________________________
> Cherokee mailing list
> Cherokee@lists.octality.com
> http://lists.octality.com/listinfo/cherokee
>
>
Re: Embedded server [ In reply to ]
On Fri, Apr 12, 2013 at 9:11 PM, Locke Bircher <locke@gigsalad.com> wrote:

> Hah, a patch in PDF format!
>

I know, right?! Whoo! I mean, it may be completely unusable, but it does
provide a nice presentation layer for the upper management types who would
be completely freaked out if they had to look at a plain ASCII text and try
to decipher what the hell they were looking at. ;-)


> That's very cool that they are using Cherokee.


Which is certainly cool enough to consider forgiving whomever chose to
provide a PDF patch file. Barely, but none-the-less ;-)

--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
e: m.david@3rdandurban.com | v: (503) 332-6230 | w:
http://mdavidpeterson.org
Re: Embedded server [ In reply to ]
"[...] a reference to their usage of Cherokee as well as their modifications to the source (v1.2.101) [...]"

If they did make modifications, it would be great if we could encourage them to commit theit mods by themselves. Would be nice to see Cherokee growing :)



________________________________
Von: M. David Peterson <m.david@3rdandurban.com>
An: - - <stadtpirat11@ymail.com>
CC: Ybotc <Ybotcoombes@gmail.com>; "cherokee@lists.octality.com" <cherokee@lists.octality.com>
Gesendet: 5:14 Samstag, 13.April 2013
Betreff: Re: [Cherokee] Embedded server



On Fri, Apr 12, 2013 at 8:01 PM, M. David Peterson <m.david@3rdandurban.com> wrote:

On Thu, Apr 4, 2013 at 12:10 AM, - - <stadtpirat11@ymail.com> wrote:
>
>Ybotc Would be interesting to know what company uses Cherokee as a webserver in a camera :) Would you tell us please?
>http://www.goproforums.com/6-gopro-hd-hero-hero2/733-gopro-wifi-backpac-web-server-cherokee-web-server.html
Further acknowledgement that they are in fact using Cherokee => http://gopro.com/support/open-source <= where you'll find at the bottom both a reference to their usage of Cherokee as well as their modifications to the source (v1.2.101) available for download.

GoPro Modifications — GoPro shares its modifications to GPL-licensed code
Library
License
Version
Patch
cherokee GNU GPLv2 v1.2.101 Source Code
 

I'm going through the code now. I'll merge the changes they've made to the source into a v1.2.101-based branch called 'go-pro-embedded-cherokee-server' and commit it to the repository shortly.
--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
e: m.david@3rdandurban.com | v: (503) 332-6230 | w: http://mdavidpeterson.org
Re: Embedded server [ In reply to ]
On Sat, Apr 13, 2013 at 2:20 AM, - - <stadtpirat11@ymail.com> wrote:

> If they did make modifications, it would be great if we could encourage
> them to commit theit mods by themselves. Would be nice to see Cherokee
> growing :)


+1


--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
e: m.david@3rdandurban.com | v: (503) 332-6230 | w:
http://mdavidpeterson.org
Re: Embedded server [ In reply to ]
On Fri, Apr 12, 2013 at 8:14 PM, M. David Peterson
<m.david@3rdandurban.com>wrote:

> I'm going through the code now. I'll merge the changes they've made to the
> source into a v1.2.101-based branch called
> 'go-pro-embedded-cherokee-server' and commit it to the repository shortly.
>

The branch with GoPro's modifications based on v1.2.101 =>
https://github.com/cherokee/webserver/tree/go-pro-embedded-cherokee-server--v1.2.101-base

Same modifications merged with the current HEAD of master =>
https://github.com/cherokee/webserver/tree/go-pro-embedded-cherokee-server--master-base

Tag for v.1.2.101 with GoPro modifications =>
https://github.com/cherokee/webserver/tree/v1.2.101-GoPro

--
/M:D

M. David Peterson
Co-Founder & Chief Architect, 3rd&Urban, LLC
e: m.david@3rdandurban.com | v: (503) 332-6230 | w:
http://mdavidpeterson.org