Displaying 20 results from an estimated 400 matches similar to: "Differentiating Video from Audio"
2013 May 10
5
Btrfs balance invalid argument error
Hi list,
I am using kernel 3.9.0, btrfs-progs 0.20-rc1-253-g7854c8b.
I have a three disk array of level single:
# btrfs fi sh
Label: none uuid: 2e905f8f-e525-4114-afa6-cce48f77b629
Total devices 3 FS bytes used 3.80TB
devid 1 size 2.73TB used 2.25TB path /dev/sdd
devid 2 size 2.73TB used 1.55TB path /dev/sdc
devid 3 size 2.73TB used 0.00 path /dev/sdb
2014 Jul 24
2
Failed to bind to uuid (GUID)._msdcs.DOMAIN NT_STATUS_NO_LOGON_SERVERS & IRPC callback failed for DsReplicaSync - NT_STATUS_IO_TIMEOUT
Hello everyone.
After all the problems I had demoting my DC and managed it to work
again, it was working for only a week.
Now i am getting this messages on the log:
[2014/07/22 16:13:11.745783, 0]
.../source4/librpc/rpc/dcerpc_util.c:681(dcerpc_pipe_auth_recv)
Failed to bind to uuid e3514235-4b06-11d1-ab04-00c04fc2dcd2 for
e3514235-4b06-11d1-ab04-00c04fc2dcd2 at
2018 Nov 23
1
How to concatenate Ogg in the browser JS?
I found how to build CRC32 table for Ogg in JS, if anyone interested:
function _makeCRC32Table() {
// From https://stackoverflow.com/questions/53438815/hot-to-build-crc32-table-for-ogg
const polynomial = 79764919;
const mask = 2147483648;
const CRCTable = new Uint32Array(256);
for (let i = 256; i--;) {
let char = i << 24;
for (let j = 8; j--;) {
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2007 May 13
3
Xiph Online Meeting on 16th of May, Wednesday, 6:00 am UTC?
Hello everyone,
It's been a while since the last meeting and issues are starting to
pile up again. I propose a meeting at the 16th of May, next Wednesday
at 6:00 am UTC. Does everyone agree with time/day?
Agenda may be found at http://wiki.xiph.org/index.php/MonthlyMeeting200705
Preliminary Agenda:
* Google Summer of Code 2007; how are the projects/candidates going?
* discussing current
2009 Jun 05
2
libogg++ release 1.1.0
(Sorry, Sylvia, about the duplicate, hit the wrong reply button.)
On Fri, 2009-06-05 at 08:07 +1000, Silvia Pfeiffer wrote:
> Hi Elaine,
>
> I flipped through some of the code but wasn't really about to
> determine this: Do you also support Skeleton in libogg++ ?
Hi, Silvia. I studied your multi-track work when I was working on
ALingA. It was a valuable guide.
No, libogg++ tries
2008 Jul 22
4
[patch] enable annodex firefox plugin for application/ogg
Hi there !
This patch adds support for the registered mime type application/ogg to
the annodex firefox plugin.
Depending on your view of the issue, some more mime types should
probably be handled by the annodex firefox plugin [1,2].
Have a nice day,
erlehmann
[1] http://wiki.xiph.org/index.php/MIME_Types_and_File_Extensions
[2]
2009 Jun 04
3
libogg++ release 1.1.0
Hi everybody,
I posted here about two years ago about the initial release. This is a
release that fixes many bugs, and has enhancements that make it possible
to support a multi-stream format, ALingA, which I will mention briefly
later. It also supports a PCM format, Neuro, both as part of the
multi-stream codec, and stand-alone.
libogg++ is a C++ library implementing Ogg. It is designed to be
2002 Oct 15
2
AMENDED: Ppmtolss16 trouble...
Upon finding a different image conversion program, I have eliminated the
Premature EOF problem that I had(apologies if I post this before the
moderator approves my first post...you can ignore it if/when it shows
up).
Now, I am seeing the script complete with no error.
I tested my syslinux.dpy file with the syslogo.lss file from the
samples, and it's fine.
The lss file I created, however,
2008 Mar 28
2
[PATCH] oggmerge, various
> I'm testing this. Meanwhile, a brief question, do you really want
> Kate's media type to be "application" as opposed to "text"?
Thanks.
About the media type, my understanding was that text was for actual text,
not binary that could be decoded into text. If you think another would be
more appropriate, please tell which. If it would be text/x-kate, I'd see
2007 Jun 29
5
ffmpeg2theora 0.19 release
New version of ffmpeg2theora,
a command line tool to convert video files to Ogg Theora.
new in version 0.19
- use libswscale api
- add frontend mode and a simple PythonCard Frontend
(only in svn right now or binary for os x *)
- support for output larger than 2GB on 32bit systems
- fix short option -k to output Ogg Skeleton
- other smaller fixes
binaries
2007 Sep 08
2
Feedback on XML metadata namespace
Ralph Giles wrote:
>
> A URI/URL scheme for referencing streams would be a generally useful
> thing. Should we override the query mechanism like the time fragment
> draft? "?oggserial=0x15323421" ?
>
This is roughly what was suggested the last time around.
A possible refinement is to provide a mapping from identifiers
to IDs so you could say "?oggid=myvideo".
2009 Jun 08
2
libogg++ release 1.1.0
On Tue, 2009-06-09 at 00:12 +1000, Silvia Pfeiffer wrote:
> On Sat, Jun 6, 2009 at 6:23 AM, ter<et at ihear.com> wrote:
> >> If you are creating multitrack Ogg files, they should contain a
> >> skeleton track to identify the different contained tracks.
> >> http://wiki.xiph.org/OggSkeleton
> > ALingA is a multitrack format
> >
2014 Jul 19
0
Fwd: Re: demote DC
Hi Marc,
Thanks for your reply.
On 18/07/2014 21:19, Marc Muehlfeld wrote:
> Hello Fernando,
>
> Am 18.07.2014 20:14, schrieb Fernando Rodriguez:
>> I am having a problem while demoting a DC.
>>
>> The DC i want to demotes is still online. When i try to use the command
>> samba-tool domain demote this is the message i get:
>>
>> root at
2006 Aug 14
14
ClockingIT Beta - It''s about time...
My wife and I have been working on our own task-listing, time-tracking
web application, and we''re really interested in some feedback as we
ourselves feel we''ve come a long way.
If you have some minutes to kill (or just want to see how the Comet
functionality provided by the Juggernaut plugin can work) have a look at
http://www.clockingit.com and
2004 Jul 13
0
Samba-3.0.x: Strange problems with roaming profiles
Hello
I've got some strange problems with Samba-3.0.4. When using roaming
profiles, keyboard layout is set to english (instead of norwegian) and a
lot of programs wont load correctly. Setting log level = 3 revealed a
lot of errors after the netlogon-script had executed (and all shares
correctly set up). I switched to log level = 10 to get a more detailed
view of these errors (show below).
2003 Jun 20
3
best ISDN BRI solution for DID
I want to test asterisk with its DID functions on a smaller scale without the expense of a PRI. I am in the US, and want the most reliable/stable, and feature rich solution that I can have.
What ISDN card would be reccommended?
My clec switch operator says he can/will send DID info to my BRI's if I wish. Can Asterisk, or one of its addons support this?
What BRI solution would be