Displaying 16 results from an estimated 16 matches for "bbcd".
Did you mean:
bcd
2008 Aug 16
2
Fwd: final changes to mimetypes rfc
Excellent, thanks for noticing - will add that.
Also: question about the Dirac codec identifier in Ogg. It is
currently char[5]: 'BBCD\0' - but in your spec it is char[4]:
'BBCD'.
Which one should we put in?
Cheers,
Silvia.
On Sat, Aug 16, 2008 at 5:31 PM, David Flynn <davidf+nntp at woaf.net> wrote:
> On 2008-08-16, Ralph Giles <giles at xiph.org> wrote:
>> On Thu, Aug 14, 2008 at 9:14 PM, Silv...
2008 Jun 06
3
How Ogg mappings translate into the codecs parameter in Ogg media types
Hi all,
I am trying to set up the codecs table in the wiki and we have played
a bit with Dirac to find out what existing tools write into the
header.
The Schroedinger implementation by Fluendo uses (or used to use)
"KW-DIRAC" as the identifier in the Ogg header.
"BBCD" is the identifier of each of the Dirac data packages.
More recently, I read that the Dirac Sequence header will be used as
the Ogg BOS packet directly.
I'm not sure this is the best solution and I'm not sure this is a
final decision either.
I believe it has to be sorted out properl...
2008 May 29
3
How Ogg mappings translate into the codecs parameter in Ogg media types
2008/5/29 Ralph Giles <giles at xiph.org>:
> On 28-May-08, at 6:20 PM, Conrad Parker wrote:
>
>> /* TODO: this should check against 42 for the relevant version numbers */
>> if (op->bytes < 41) return 0;
>
> I gather this means the USE_THEORA_PRE_ALPHA_3_FORMAT #if should instead be
> based on the length of the header packet. I'm not sure why you're
2015 Oct 01
4
4th DC Unable to Replicate - WERR_DS_DRA_ACCESS_DENIED
...quot;DRS connection to %s failed: %s" % (server, e))
I have the server name in /etc/hosts. I have resolve.conf pointing to
the other DCs.
If I "samba-tool drs showrepl samba4-40" I get
Default-First-Site-Name\SAMBA4-40
DSA Options: 0x00000001
DSA object GUID: 072d7de1-f6f3-45e0-bbcd-4ba17b0054ab
DSA invocationId: acea15ea-f471-42b9-84c3-8dc44bd98da4
==== INBOUND NEIGHBORS ====
CN=Configuration,DC=samba4,DC=scem,DC=westernsydney,DC=edu,DC=au
Default-First-Site-Name\SAMBA4-10 via RPC
DSA object GUID: 7fa7fc88-8d99-4217-b329-7e82324ec084
Last attempt @ Th...
2008 Aug 16
2
Fwd: final changes to mimetypes rfc
On Thu, Aug 14, 2008 at 9:14 PM, Silvia Pfeiffer wrote:
> The IETF has a final draft of our RFC at
> ftp://ftp.rfc-editor.org/in-notes/authors/rfc5334.txt (yes, it goes
> from 3534 to 5334 - funny!).
Didn't we decide YUV4MPEG should be 8 octets as well?
-r
2008 May 24
3
How Ogg mappings translate into the codecs parameter in Ogg media types
On 5/24/08, Conrad Parker <conrad at metadecks.org> wrote:
> The magic is not always char[8] -- it's an arbitrary number of
> characters, and as far as I know there is no official limit.
I was under the impression that 8 was the limit. Thus the extra white
space JM adds on Speex and CELT magics. I may be wrong, though.
> So it's 7 for Vorbis and Theora, 5 for FLAC
So
2008 May 24
5
How Ogg mappings translate into the codecs parameter in Ogg media types
...-----------------------------------------------------------
char[8]: '\x01vorbis' | vorbis
char[8]: '\x80theora' | theora
char[8]: 'Speex ' | speex
char[8]: '\177FLAC' | flac
char[8]: 'BBCD\0' | dirac
char[8]: 'OggMIDI\0' | midi
char[8]: 'CMML\0\0\0\0' | cmml
char[8]: 'PCM ' | pcm
char[8]: 'CELT ' | celt
char[8]: 'kate\0\0\0\0' | kate
Is everything c...
2015 Oct 05
0
Fwd: net rpc lookup from group names that start with "-"
...(server, e))
>
>
> I have the server name in /etc/hosts. I have resolve.conf pointing to the
> other DCs.
>
> If I "samba-tool drs showrepl samba4-40" I get
>
> Default-First-Site-Name\SAMBA4-40
> DSA Options: 0x00000001
> DSA object GUID: 072d7de1-f6f3-45e0-bbcd-4ba17b0054ab
> DSA invocationId: acea15ea-f471-42b9-84c3-8dc44bd98da4
>
> ==== INBOUND NEIGHBORS ====
>
> CN=Configuration,DC=samba4,DC=scem,DC=westernsydney,DC=edu,DC=au
> Default-First-Site-Name\SAMBA4-10 via RPC
> DSA object GUID: 7fa7fc88-8d99-4217-b329-7e82324e...
2008 May 24
0
How Ogg mappings translate into the codecs parameter in Ogg media types
...------------
> char[8]: '\x01vorbis' | vorbis
> char[8]: '\x80theora' | theora
> char[8]: 'Speex ' | speex
> char[8]: '\177FLAC' | flac
> char[8]: 'BBCD\0' | dirac
> char[8]: 'OggMIDI\0' | midi
> char[8]: 'CMML\0\0\0\0' | cmml
> char[8]: 'PCM ' | pcm
> char[8]: 'CELT ' | celt
> char[8]:...
2008 May 24
0
How Ogg mappings translate into the codecs parameter in Ogg media types
...mpare
with a string that might be less than eight characters.
> Dirac is the only one I'm not sure, since this one here's the
> recent string.
It's supposed to be finalized though there many be some granulepos
issues still in current implementations. I don't expect the BBCD\0
magic to change.
OggMNG defines the following magics:
char[8]: "\211PNG\r\n\032\n" png
char[8]: "\212MNG\r\n\032\n" mng
char[8]: "\213JNG\r\n\032\n" jng
Are the 'Codecs Parameter' values from a different namespace from the
media-types? Do we define a m...
2008 May 30
3
How Ogg mappings translate into the codecs parameter in Ogg media types
...escapes.
>
> Is this feasible or even desired, or should we leave things as they are?
>
> For reference, this is how the table looks right now:
>
> Codec Identifier | Codecs Parameter
> -----------------------------------------------------------
> char[5]: 'BBCD\0' | dirac
> char[5]: '\177FLAC' | flac
> char[7]: '\x80theora' | theora
> char[7]: '\x01vorbis' | vorbis
> char[8]: 'Speex ' | speex
> char[8]: 'OggMIDI\0' | midi
> char[8]: ...
2008 May 24
2
How Ogg mappings translate into the codecs parameter in Ogg media types
On 5/24/08, Ralph Giles <giles at xiph.org> wrote:
> It's supposed to be finalized though there many be some granulepos
> issues still in current implementations. I don't expect the BBCD\0
> magic to change.
Great.
> OggMNG defines the following magics:
>
> char[8]: "\211PNG\r\n\032\n" png
> char[8]: "\212MNG\r\n\032\n" mng
> char[8]: "\213JNG\r\n\032\n" jng
Ah, yes, I had forgotten about image encapsulation! Doesn't OggSpots...
2008 Feb 27
0
Fwd: [Schrodinger-devel] Updating the Ogg mapping for Dirac
...implementation.
This is where it gets interesting.
I'd proposed changing the granule shift, and then just dropping the
KW-DIRAC stream identifier and using the sequence header packet as
the Ogg bos packet directly. It does what bos packets are meant to
do. The new stream idea magic is shorter (BBCD\0) but still ought to
be ok. My original intent was that concatenating all the Ogg packets
would result in a valid native Dirac stream, and this would restore
that.
Conrad had suggested instead extending the now Ogg-specific initial
data to include the framerate (and possibly also frame size) sinc...
2016 Mar 15
1
Windows 10 does not register dns in samba 4.3.4
...ng. . . . . . . . . . . : VMware Virtual Ethernet Adapter for
> VMnet8
> Physische Adresse . . . . . . . . : 00-50-56-C0-00-08
> DHCP aktiviert. . . . . . . . . . : Ja
> Autokonfiguration aktiviert . . . : Ja
> Verbindungslokale IPv6-Adresse . :
> fe80::51d2:a7e5:1bd5:bbcd%3(Bevorzugt)
> IPv4-Adresse . . . . . . . . . . : 192.168.87.1(Bevorzugt)
> Subnetzmaske . . . . . . . . . . : 255.255.255.0
> Lease erhalten. . . . . . . . . . : Freitag, 11. März 2016 12:40:05
> Lease läuft ab. . . . . . . . . . : Dienstag, 15. März 2016 12:40:09
>...
2016 Mar 16
1
Windows 10 does not register dns in samba 4.3.4 SOLVED
...ng. . . . . . . . . . . : VMware Virtual Ethernet Adapter for
> VMnet8
> Physische Adresse . . . . . . . . : 00-50-56-C0-00-08
> DHCP aktiviert. . . . . . . . . . : Ja
> Autokonfiguration aktiviert . . . : Ja
> Verbindungslokale IPv6-Adresse . :
> fe80::51d2:a7e5:1bd5:bbcd%3(Bevorzugt)
> IPv4-Adresse . . . . . . . . . . : 192.168.87.1(Bevorzugt)
> Subnetzmaske . . . . . . . . . . : 255.255.255.0
> Lease erhalten. . . . . . . . . . : Freitag, 11. März 2016 12:40:05
> Lease läuft ab. . . . . . . . . . : Dienstag, 15. März 2016 12:40:09
>...
2016 Mar 15
4
Windows 10 does not register dns in samba 4.3.4
Ok, what is the windows event log telling you.
You should see an error.
What is the description and event id.
Gr.
Louis
> -----Oorspronkelijk bericht-----
> Van: Mueller [mailto:mueller at tropenklinik.de]
> Verzonden: dinsdag 15 maart 2016 10:31
> Aan: 'L.P.H. van Belle'; samba at lists.samba.org
> Onderwerp: AW: [Samba] Windows 10 does not register dns in samba