search for: demultiplexer

Displaying 20 results from an estimated 62 matches for "demultiplexer".

2002 Oct 18
0
Demultiplexer API with a static number of streams
Hi, just to prevent me from overreading something, I have a question and probably the only possible solution, but I would appreciate if someone could tell me if there is a better solution. I am currently implementing an Ogg demultiplexer for a media API, where the demultiplexer plugin has to provide a static number of logical streams. Adding and removing logical streams as they appear when parsing through the physical stream is not possible. Also, the correct content type for each stream has to be known before the actual demult...
2003 Jan 27
3
application/ogg is a proposed Internet standard.
The IETF passed the application/ogg MIME type some days ago. I couldn't bring you the news earlier because of the MS SQL worm that has been wreaking havoc all over my local networks. The IETF wants some clarifications in Silivias draft for the Ogg stream format, but apart from that I think it will also be passed soon. The RFC and IANA registration of this mimetype will probably be published
2006 Dec 20
1
[LLVMdev] Instruction sets requiring more than 3 operands
Dear Mr. Cheng: Thank you for kind information. Can you tell me in more detail about that? For example, I am trying to implement 'demultiplex' instruction as follows: demultiplex <multiplexid,choose,branch0id,branch1id,…,otherwisebranchid> In this case, the number of branch#id is not definite. It can be 1, 2, 3...or any number. My question was about this. I am still not sure how
2004 Dec 14
2
help - Theora/Vorbis/Ogg, ogmmerge and ffmpeg2theora
...77883185) Vorbis audio (channels 2 rate 48000) I also did: ffmpeg2theora -x 720 -y 576 vts_01.m2v which gave: # ogminfo vts_01.m2v.ogg (ogminfo.c) OGG stream 1 is of an unknown type (bad header?) and also gave me: # ogmmerge -v -o test.ogg vts_01.m2a.ogg vts_01.m2v.ogg Using OGG/OGM demultiplexer for vts_01.m2a.ogg. +-> Using Vorbis audio output module for stream 1. Using OGG/OGM demultiplexer for vts_01.m2v.ogg. 0.000000 (timestamp) written header page for vts_01.m2a.ogg Error: the reader for vts_01.m2v.ogg did not produce a header page. The vts_01.m2v.ogg file plays fine under...
2004 Sep 10
2
Ogg FLAC
--- Ingo Ralf Blum <ingoralfblum@gmx.de> wrote: > > currently flac sets all granulepos members of the ogg pages to 0, > when > > embedding a FLAC stream into an Ogg file. Is it possible to change > this > > behaviour to use a more reasonable value, e.g. the bytes written so > far. > So > > when the first packets is 1000 bytes long it gets the granulepos
2002 Oct 28
6
Carrying non-audio data in an Ogg/Vorbis I stream
Hello, I would like to "piggy-back" other data in an Ogg/Vorbis I physical stream (i.e. file) in a manner that does not conflict with specifications and existing decoders/players/editors etc. As far as I can see, I have some possible choices: 1 - Chaining a logical bistream at the end. If this is the way to go, two questions arise to begin with: q1a - How to identify this stream in a
2004 Sep 10
0
Ogg FLAC
...mber, etc). I was going to forward this to vorbis-dev > but haven't yet. If you see the whole thing from a perspective of a filter graph, like DirectShow or GStreamer, the number of bytes written so far is the best solution. The graph for playing such a stream would be FileReader -> OggDemultiplexer -> FLACDemultiplexer -> here we have PCM audio data Each filter has a capability to receive seek commands, which works upstream, and each filter can deliver data by pushing it downstream. So lets look what happens when you seek to a specific time. The FLAC demultiplexer, which thinks, that i...
2003 Jan 03
0
Re: [theora-dev] Re: Ogg Internet Drafts - create application/ogg-vorbis, application/ogg-tarkin, etc.
...te what should be general data in the file. Please, somebody >correct me if I'm wrong. I have asked the same questions here on the mailing list assuming the same as you do, and yet noone has been able to explain that it is not so. In the media frameworks I've been working with, the demultiplexer must not only be capable of splitting a physical stream into logical streams, but also be able to tell the mime type of the logical stream and ideally also put an absolute, comparable time stamp on the logical stream packets. In the case of Ogg, this means that the demultiplexer must peek into...
2004 Sep 10
1
Ogg FLAC and granulepos
...to vorbis-dev > > but haven't yet. > > If you see the whole thing from a perspective of a filter graph, like > DirectShow or GStreamer, the number of bytes written so far is the > best > solution. The graph for playing such a stream would be > > FileReader -> OggDemultiplexer -> FLACDemultiplexer -> here we have > PCM > audio data > > Each filter has a capability to receive seek commands, which works > upstream, > and each filter can deliver data by pushing it downstream. So lets > look what > happens when you seek to a specific time. The...
2008 Nov 19
1
Assistance needed on using mount.smbfs (cifs) to authenticate to samba server with encrypt passwords = No.
Greetings, I am working on getting mount.cifs version: 1.11-3.2.4 on debian to mount a share on a samba server Version 3.0.13-1.1-SUSE on SuSe. This was working on older debian systems, but upon upgrading some of the systems to Lenny I am now having trouble mounting shares. Again, this was working and I have smbfs installed on the systems (which is what I used before). The samba server is set
2004 Sep 10
3
ACM work
Hi (again), I started to work on an ACM (Audio Compression Manager) for FLAC. I currently only have the canvas. The encoding/decoding is not done yet. So it's completely useless. But since the canvas is the harder thing to start, here it is. (just in case I don't have time to continue) http://mukoli.free.fr/flac-ACM.v0.1.0.zip
2001 Sep 14
1
a few questions
>http://www.m4if.org/resources.html > See also http://www.mpeg4ip.net/ which has a lot of open source and available MPEG-4 code available. The licensing issue is still a mess, although they hope to make it at least coherent "real soon now". Use at your own risk. BTW, there is no MP4. The equivalent audio codec is the Dolby AAC. Regards Marshall Eubanks >appears it's
2004 Mar 17
0
mount.cifs - trouble authenticating to a windows share
Hi there Firstly, you may want to check out this thread on Experts Exchange: http://www.experts-exchange.com/Operating_Systems/Linux/Q_20815085.html essentially this is my problem - I can connect to and browse a windows file share with smbclient, but when i try to mount it with mount.cifs I get errors. Note that this only happens when I have to authenticate to a domain controller - I can use
2006 May 10
2
Codebook decoding help
Dear Sir or Maddam, we're in the progress of developing a multimedia framework for Java. We started with programming a Vorbis (ogg) codec and demultiplexer and have still some problems with this. The problem occured when trying to read the setup header of a vorbis file. After a certain time we have to decode the codebook_lengths but this does not work. We followed the instructions in the Vorbis 1 specification script (chapter 3 - Codebooks) but we d...
2012 Jul 01
2
can't demux with ogminfo / need to re-pac OGV to MKV
...Video-Height: 572 Vorbis: serialno 1092562206 435481 packets in 18312 pages, 23.8 packets/page, 1.443% Ogg overhead Audio-Samplerate: 48000 Hz Audio-Channels: 2 mkvmerge -o movie.mkv movie.ogv mkvmerge v5.6.0 ('Kenya Kane') built on Jul 1 2012 17:12:28 'movie.ogv': Using the demultiplexer for the format 'Ogg/OGM'. 'movie.ogv' track 1: Using the output module for the format 'Theora'. 'movie.ogv' track 2: Using the output module for the format 'Vorbis'. mkvmerge(36391) malloc: *** error for object 0x7fff78ea1860: pointer being freed was not allo...
2016 Apr 19
2
mount cifs
On 19-4-2016 9:18, Denis Cardon wrote: > Hi lists at merit.unu.edu, > >> I updated our servers to 4.2.11, and I have a problem, but I'm not sure >> if the problem is related to the update. > > I've had a call from a client yesterday who had issue with his copiers' > scan2folder feature after badlock samba file server upgrade. The > mount.cifs ntlm basic
2009 Feb 05
1
Question about mount.cifs and smbclient
Hi! I have a problem for a few weeks, and can't figure out what could be the problem. The client computer runs RHEL 5.2 (arch: x64_64); the smb server is unknown for us. I'm sorry, that I can't provide any info (usernames, servernames, IPs, etc), they are masked to look like variables. But they are correct as far as i am concerned. When I try to mount it with mount.cifs (.smbfs
2005 Mar 08
0
Re: [linux-cifs-client] Mounting directories below share level
On Friday 4th March 2005, Steven French said, in part: > I did some experiments and confirmed that for this "deep mapping" > (http://www.windowsnetworking.com/articles_tutorials/w2kdmap.html) mount of > a complex target ie \\server\share\dir > 1) the path component following the share name is not sent by windows (it > is sent by linux cifs and smbfs - and samba then
2018 May 03
3
RFC: virtual-like methods via LLVM-style RTTI
Hello, In an effort to help LLVM-style projects save memory, I’ve been toying with some macros that provide an alternative to C++ vtables that use LLVM-style RTTI design patterns instead. Is this something that LLVM or sub-projects think is worth pursuing? Or are the macros below too ugly/problematic? Feedback would be appreciated. Thanks, Dave //===- llvm/Support/VTable.h - LLVM-style
2005 Jan 28
0
CIFS with Kerberos and client signing
Hi, I'm trying to mount a Samba share on Linux 2.6.10, using samba-3.0.7. The authentication is done using Kerberos V5, on a Windows server. The share is located on a Solaris server that uses samba-3.0.10. Authentication with Kerberos is functional (I can get a ticket using kinit(1)). The server requires client (packet?) signing. The admins in charge of the server refuse to make it