2.28.2 So it is a Totem issue and not a setting in Rocket?
If so, that is fine by me. -Thadeus On Fri, Apr 2, 2010 at 6:54 AM, mr.freeze <[email protected]> wrote: > What version of Totem are you using? Looks like they fixed it by > buffering the downloaded portion locally on 2.28 and after: > > https://bugzilla.gnome.org/show_bug.cgi?id=524771 > > On Apr 2, 1:17 am, Thadeus Burgess <[email protected]> wrote: >> I have a controller as follows >> >> def stream(): >> id = request.args(0) >> record = db.items[id] >> >> if record: >> return response.stream(record.filepath) >> else: >> return False >> >> When playing in Totem Media Player, the files play, but when >> attempting to seek ahead in the song it receives this error. >> >> "http://127.0.0.1:8000/muzik/default/stream/228": failed to seek; >> server does not accept Range HTTP header >> >> However, when playing the same file in VLC, I am able to seek. >> >> Any help to make it work for Totem? >> >> Totem: 0 >> VLC: 100 + 1 >> >> -Thadeus > > -- > You received this message because you are subscribed to the Google Groups > "web2py-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/web2py?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

