← Back to team overview

zeya team mailing list archive

Couple of queries regarding zeya.py

 

Hello all:

Just joined this list! I am just taking a first look at zeya.py and I have some initial queries:

- I am not too sure of what is going on in 'serve_content' when it is checking for whether buffering is activated or not. Who activates/deactivates buffering?

- When I go to http://127.0.0.1:8080/getcontent?, I just see a "Loading type" video. Not sure what is happening here:

133            elif self.path.startswith('/getcontent?'):
134                self.serve_content(urllib.unquote(self.path[12:]))



Also, to check my understanding: So, basically what is happening here is all non-Ogg files are decoded to Oggs and are then sent back using 'audio/ogg' which is recognized by a HTML5 compliant browser and hence the dependence on HTML5.

What other dependencies do we have on HTML5 ?

Many thanks for your time.

Best Regards,
Amit

--
Journal: http://amitksaha.wordpress.com
µ-blog: http://twitter.com/amitsaha
IRC: cornucopic on #scheme, #lisp, #math, #linux



Follow ups