similar to: Ogg Pages Play Time?

Displaying 20 results from an estimated 300 matches similar to: "Ogg Pages Play Time?"

2006 Jan 23
5
Bibtex database design
I am working a Bibtex database for my school using Rails and I need some idea on how to manage the bibtex types. I crated an Author and Publications model and put has_and_belongs_to_many relationship between them. The user model basically is like this: class User < ActiveRecord::Base has_and_belongs_to_many :publications end The Publication model has all the Bibtex fields
2006 Jun 22
5
Sliding Gallery
I have a little image gallery application in rails enough for small galleries (20< photos). But as images increase and the user needs to scroll down the page it starts getting anoying to see all pictures... I thought pagination but then I saw this AJAX goodness http://www.apple.com/getamac/ads/ As you can see the videos scroll right/left when the arrows are pressed in a circular manner
2007 Oct 23
2
Streaming to Doja devices
Hi, Actually, I thought that Icecast did support seeking for static files. Of course it doesn't for a live stream. Geoff. ----- Original Message ----- From: "Thomas B. Ruecker" <dm8tbr@afthd.tu-darmstadt.de> To: "Horacio Sanson" <hsanson@gmail.com>; <icecast@xiph.org> Sent: Tuesday, October 23, 2007 1:01 PM Subject: Re: [Icecast] Streaming to Doja
2011 May 09
1
Gluster text file configuration information?
Where can I find documentation about manual configuration of Gluster peers/volumes? All documentation seems to be about the gluster CLI. I would prefer manual configuration to facilitate automation via scripts (e.g. Puppet/Chef). I also read in this list that it is possible to configure Raid10 via text files... I would also like to experiment with this setup. Any related documents on how to do
2007 Oct 23
3
Streaming to Doja devices
Doja devices (NTT Mobile Phones) are very limited in their connectivity capabilities and was wondering if icecast can help me overcome them. The first limitation is that they only support HTTP that as I can see would not be a problem with icecast. The second limitation is that these Doja devices cannot transfer more than 150KB of data per HTTP connection so I can not simply establish one
2006 May 24
3
delete image through plugin file_column ?
how can i delete image through plugin file_column? -- Posted via http://www.ruby-forum.com/.
2008 Dec 10
3
How to fix broken ogg/theora files
Hi there, I haven't been on this list until now, so I wasn't aware of this problem until last night ;-) - sorry for that. I am working on a patch for oggCut for that issue (looks good actually but I would like to do some testing befor I can release a patch.) Normal players are not effected by the page time misordering, so I took this issue as "minor". The reason for the
2005 Dec 28
1
Instance variables don''t persist between actions?
Following a simple example of the Rails book and using scaffolding I got a simple application to manage a user database. the controller is like: def new @user = User.new @text = "Hello World" end def create @user = User.new(params[:user]) if @user.save flash[:notice] = ''User was successfully created.'' redirect_to :action =>
2008 Apr 25
1
Elephant Dreams test video
I recently found these sample videos for codec/decode testing and was wondering if someone can give me more info on these files and how to use them. http://media.xiph.org/ED/ First I would like to know what is the frame rate needed for the ED-360 and ED-1080 to be sync with the audio samples?? Second what tool (specific command) can I use to convert this sequence of PNG files to raw YUV and to
2007 Oct 23
1
Possible errors in the spec..
I just downloaded the libtheora-1.0beta2 and found some sentences in the spec that I believe are wrong: 1 - In section 6.4.4 "DCT Token Huffman Tables" step one says: "For each consecutive value of hti from 0 to 80, inclusive". As I understand there should be only 80 tables so shouldn't it be "0 to 79, inclusive" instead of 80?? 2 - In section 7.4 "Macro
2008 Feb 27
1
Scalable Extension
With the newly released SVC (Scalable Video Coding) of H264 I was wondering if Ogg/Theora has any plans of following suit or are there plans to implement a better solution? the closest to SVC I have seen at Xiph is bitrate peeling but that never happened and to date does not seem to be in any TODO list. thanks, -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Oct 25
0
Streaming to Doja devices
Thanks for the replies... it looks I will have to implement my own streamming server.... A question unrelated to icecast: what format (Ogg, Matroska, WMV, MP4) would be more appropiate to handle streaming in bursts?? I think maybe Ogg is good for this as the server can keep state information of the last stream/page a client downloaded and send the next group of pages when the client requests
2000 Aug 28
0
Error messages being sent to console
I'm new to Samba and networking, and am running RH 6.1, Samba Version 2.0.7 on my home PC and using it as a LAN gateway for 2 Win95 boxes. Samba is printing error messages directly to the screen. It tends to favor the Pine program, overwriting whatever is on the console even if I'm reading from a different virtual console (see next 2 paragraphs for example): <edit> If you have a
2012 Jan 10
3
[PATCH v2 0/3] virtio_net: Better low memory handling.
The following series applies to net-next. The following series changes the low memory paths in virtio_net to not disable NAPI while waiting in the allocator in the slow path. It attempts to rectify some performance problems we've seen where the network performance drops significantly when memory is low. The working theory is that the disabling of NAPI while allocations are occuring in the
2012 Jan 10
3
[PATCH v2 0/3] virtio_net: Better low memory handling.
The following series applies to net-next. The following series changes the low memory paths in virtio_net to not disable NAPI while waiting in the allocator in the slow path. It attempts to rectify some performance problems we've seen where the network performance drops significantly when memory is low. The working theory is that the disabling of NAPI while allocations are occuring in the
2005 Jan 06
2
samba-3.0.9-1.3E.2
I wouldn't normally hurry you guys about a package release, (because you're doing an excellent job), but any eta on the above? samba-3.0.9-1.3E.1 is in the current repos and that install seriously fubar'd my ADS + winbind setup. samba-3.0.9-1.3E.2 (which requires krb5-libs-1.2.7-31) fixes the problem. NB, samba-3.0.7-1.3E.1 (the old version) was fine for me, its only this
2011 Oct 27
2
Best way to automatically number sections
Hi list Would anyone suggest the most simple approach to automatically number sections and sub-sections ? I usually use more than one tool to edit my Markdown files, including Byword, Textmate, etc. Thanks in advance Christian Trotobas
2012 Jan 04
4
[RFC PATCH v1 0/2] virtio_net: Better low memory handling.
The following series applies to net-next. The following series changes the low memory paths in virtio_net to allow the driver to contribute to reclaim when memory is tight. It attempts to rectify some performance problems we've seen where the network performance drops significantly when memory is low. The working theory is that while the driver contributes to memory pressure when throughput
2012 Jan 04
4
[RFC PATCH v1 0/2] virtio_net: Better low memory handling.
The following series applies to net-next. The following series changes the low memory paths in virtio_net to allow the driver to contribute to reclaim when memory is tight. It attempts to rectify some performance problems we've seen where the network performance drops significantly when memory is low. The working theory is that while the driver contributes to memory pressure when throughput
2007 Oct 23
0
Streaming to Doja devices
Horacio Sanson schrieb: > Doja devices (NTT Mobile Phones) are very limited in their > connectivity capabilities and was wondering if icecast can help me > overcome them. The first limitation is that they only support HTTP > that as I can see would not be a problem with icecast. The second > limitation is that these Doja devices cannot transfer more than 150KB > of data per