similar to: Theora in stream directory

Displaying 20 results from an estimated 2000 matches similar to: "Theora in stream directory"

2006 May 24
2
Theora and Vorbis problems
Hi all, I've been trying to add Vorbis to my Theora stream, and it seems to be working in mplayer and oggz-validate seems fine with it (apart from the missing EOS flags in the final pages, but this is expected). Xine and Cortado are both making a mess of it though: http://www.firestorm.cx/files/followthedot.ogg It's a very boring moving green dot - it moves smoothly in mplayer, bounces
2006 Mar 07
2
Dropped / Duplicate Frames
Hi all, I've been playing with Theora this week and have hacked together a test program (http://www.firestorm.cx/live1/) that can encode live video (no audio) from a V4L* source that supports the YUV420 pixel format. Now encoding Theora ain't exactly a speedy process, and sometimes frames get lost during capturing. What I'd like to be able to do is tell libtheora that the next few
2008 Aug 21
3
dovecot-antispam has some kind of bug
On Thu, 2008-08-21 at 12:25 +0200, Mikael Jenkler wrote: > Hi Johannes! > > it seams that you pluggin is doing something wrong with the imap connection > > i get this: > > Aug 21 12:21:54 firestorm dovecot: child 21443 (imap) killed with signal 11 > > both with squirrelmail and mutt mail clients, but only when the pluggin > is enabled in dovecot > iam using
2006 Jun 23
3
Can I recommend theora to my readers yet? Please?
Hi, I'm working on updates to the WWW FAQ (okay, it's a little much to use the singular in 2006, but it was the first!). Embedded multimedia has been a sore spot for a while. I've been recommending that people embed old-school MPEG, because it works in all players. But it's awful. Terrible bitrates. I'm on the verge of recommending SWF instead, even though it's a hideous
2005 Oct 17
2
source for Ogg//Theora + ezstream.
> >Icecast only > >streams the audio part of the video file. > sounds like you didn't have theora installed when you built icecast. Check > the config.log for your compile, and you'll probably see that theora > support was disabled. In the general section of the ezstream configuration file (before of <encode> ... </encode>), setting <format> to
2019 Aug 03
14
[Bug 111292] New: Advanced Lighting option in Firestorm Viewer makes some objects black on nv92 card
https://bugs.freedesktop.org/show_bug.cgi?id=111292 Bug ID: 111292 Summary: Advanced Lighting option in Firestorm Viewer makes some objects black on nv92 card Product: Mesa Version: git Hardware: x86 (IA32) OS: Linux (All) Status: NEW Severity: normal Priority: medium
2006 Mar 05
1
Help with Self-Referential HABTM
With the help of the Rails Recipes have got a self-referential HABTM relationship working, but I''m really struggling with getting a new entry from a form accepted. i should say here that the form is also submitting info for the join table too. So in my model I have: class Type < ActiveRecord::Base has_and_belongs_to_many :subtypes, :class_name => ''Type'',
2011 Mar 25
2
library(foreign) read.spss warning
I got the following: > library(foreign) > swal = read.spss("swallowing.sav", to.data.frame =TRUE) Warning message: In read.spss("swallowing.sav", to.data.frame = TRUE) : swallowing.sav: Unrecognized record type 7, subtype 21 encountered in system file > The bulk of the data seems to read in a usable form, but I'm curious about what might be getting lost
2018 Mar 07
1
Show all audiance in Icecast directory... cluster ?
Hello, I installed Icecast 2.4.3 by downloading http://downloads.xiph.org/releases/icecast/icecast-2.4.3.tar.gz CentOS 7 Then ./configure make make install Its working. My only issue : I have 3 streams, I see the name of my station 3 times in Icecast directory. I tryed to hide 2 streams by using the hidden and public tags and force showing the total of audiance in the one public stream. i
2018 Jan 16
1
[RFC PATCH v2 2/5] iommu/virtio-iommu: Add probe request
Hi Jean-Philippe, On 17/11/17 19:52, Jean-Philippe Brucker wrote: > When the device offers the probe feature, send a probe request for each > device managed by the IOMMU. Extract RESV_MEM information. When we > encounter a MSI doorbell region, set it up as a IOMMU_RESV_MSI region. > This will tell other subsystems that there is no need to map the MSI > doorbell in the virtio-iommu,
2010 Oct 18
2
read.spss warning message (Unrecognized record type 7, subtype 18 encountered in system file)
Hello Everyone,   Trying to help someone recover the contents of an SPSS.sav file using read.spss. This seemed to work well but produced a warning message. My code and the warning are displayed below.   Spent some time looking for previous questions about this warning. Found a lot of questions posted but wasn't able to figure out what the problem is.   Is there anyone out there who can explain
2004 Aug 27
2
read.spss warning: unrecognized record type??
When using read.spss (library: 'foreign') I get the following warning message: Warning message: E:/R4win/mesamri.sav: Unrecognized record type 7, subtype 13 encountered in system file. I don't see anything wrong with record #7 in the database I am trying to read in, but I suspect that the warning message does not refer to a specific record, but a "variable" type. Is this
2008 Jan 11
1
Google Video accepting Ogg Theora files
Hi all, I just noticed that Google Video now accepts uploading of Ogg Theora files, even though they don't mention it on the site. Now if they could just sort out the download side of things... -Phil
2018 Mar 23
1
[PATCH 2/4] iommu/virtio: Add probe request
On 14/02/18 14:53, Jean-Philippe Brucker wrote: > When the device offers the probe feature, send a probe request for each > device managed by the IOMMU. Extract RESV_MEM information. When we > encounter a MSI doorbell region, set it up as a IOMMU_RESV_MSI region. > This will tell other subsystems that there is no need to map the MSI > doorbell in the virtio-iommu, because MSIs
2007 Aug 02
2
STI functionality, but then with multiple tables
Hello, I''m creating my own Tumblr [tumblr.com] like rails app. It''s like a blog, but in this case a blog post could be of a certain type, i.e. a regular post, a video, a link, a photo, a song(info). Well now, it''s clear that they share a lot of similar functionality: title, created_at/updated_at, commentable, probably has an author_id, etc.. But besides that they are
2017 Jun 05
2
Question
Hello, 1. Can you please tell me how can I find the type of my Intel Xeon?I see in LLVM code that Intel Xeon processors can be of type "core2", "penryn", "westmere", "skylake". 2. I also see that "skylake" can be a type and a subtype as well.How can I find out the subtype of my architecture? Looking forward for you answer. Thank you.Iulia On
2009 Jan 20
1
two-sample test of multinomial proportion
Hi all, This is perhaps more a statistics question than an R question, but I hope it's OK anyhow. I have some data (see below) with the number of tests positive to subtype H1 of a virus, the number of tests postive to subtype H3, and the total number of tests. This is for two different groups, and the two subtypes are mutually exclusive. What is the best way to test if the proportion of H1
2010 Feb 14
0
c&c free and legally from EA
If u dont know http://www.commandandconquer.com/classic red alert tiberian dawn tiberian sun + firestorm
2010 Jul 20
1
Error using sqldf
Hi, I am running a query using sqldf() [package : sqldf]. The query is:- userid <- 5 taskid <- 5 tab1 <- fn$sqldf("SELECT tobiiEvents.data1, tobiiEvents.data2, events.`timestamp` as tobiiTime FROM tobiiEvents INNER JOIN events ON events.eventid = tobiiEvents.eventid WHERE tobiiEvents.subtype = 'MOUSE' AND tobiiEvents.userid = 5 AND tobiiEvents.taskid = 5 ORDER BY
2020 Jun 15
1
Can't play from iPhone
I am having a terrible time getting an iPhone to connect to my stream. I am trying to connect through just a normal web browser (Safari) to my icecast 2.4.4 server. When I connect to the web page, the iphone doesn't see the <audio> tag on the stream. I think safari doesn't recognize application/ogg as a mime type, which is what icecast 2.4.4's web server puts on it. When I