similar to: embeding xml to ogg

Displaying 20 results from an estimated 300 matches similar to: "embeding xml to ogg"

2012 Jun 05
2
embeding xml to ogg
On 6/4/12, Benjamin M. Schwartz wrote: > On 06/04/2012 04:08 PM, Martin Leese wrote: ... >> The optimal solution is described at: >> https://wiki.xiph.org/XMLEmbedding > > As that page says, "This page is for development of a specification for > embedding XML streams in Ogg.". "XML streams" are not simply XML > documents. They are _temporally
2012 Jun 08
0
embeding xml to ogg
Oleksij Rempel <bug-track at fisher-privat.net> wrote: > Ok, > you are right, using existing technology will save time :) What has not yet been discussed is what you are streaming *to*. That is to say, what software is going to receive the metadata, and what will it do with it. This is important because VorbisComments can contain pretty much anything you want. Suggestions for field
2012 Jun 04
3
embeding xml to ogg
"Benjamin M. Schwartz" wrote: > On 06/04/2012 10:50 AM, Oleksij Rempel wrote: ... >> XMP fits to our needs, but it >> looks like there is still no ready documentation about muxing XML to ogg. > > Well then you've already solved the problem. Just store the XMP in a > VorbisComment field named "XMP" (or whatever name you like). This suggestion falls
2012 Jun 04
1
embeding xml to ogg
Hi all, i googled about it first but didn't got needed results. I work on project which basically record speech and manage it. The format of choice is ogg/speex or ogg/vorbis, depending on quality. To manage files we can't use VorbisComment. We also can't use external database to store needed information. XMP fits to our needs, but it looks like there is still no ready documentation
2012 Jun 05
0
embeding xml to ogg
On 05.06.2012 20:41, Martin Leese wrote: > On 6/4/12, Benjamin M. Schwartz wrote: > >> On 06/04/2012 04:08 PM, Martin Leese wrote: > ... >>> The optimal solution is described at: >>> https://wiki.xiph.org/XMLEmbedding >> >> As that page says, "This page is for development of a specification for >> embedding XML streams in Ogg.".
2013 Dec 04
1
possible regression in libogg
Am 03.12.2013 23:49, schrieb Monty Montgomery: > Any time code is stuck in a loop calling ogg_sync_pageseek() or > ogg_sync_pageout(), you'll see most of the time sunk into checksum > calculation. It's the only thing in libogg that _can_ take much time. > This is not likely a libogg bug, but a bug in the code calling libogg > in a tight loop. > > Looking at the file
2004 Nov 04
1
Allow access to a share to all members of a container?
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 I have 104,000 users, some of which are in the OU: ad.network.local\AD\People\IFAS\Hort Is there an easy way to find all the users in this OU and grant them access to a share? Or do I have to list each user individually? And if so, can I use net user to list the users in an OU? - -Tom -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.6
2006 Apr 25
2
DateTime format YYYY-MM-DDTHH:MM:SSZ ????
Hi all - Implementing my first web service with rails and trying things out using the "/controller/invoke" interface. Mostly works fine. But I have a function that takes a datetime and returns all rows that are newer than that. According to the log the SQL it''s generating is this: SELECT * FROM xxxx WHERE (created_at >= ''2006-04-25T13:18:31Z'') I have
2023 Jul 21
2
[Bridge] [PATCH] can: j1939: prevent deadlock by changing j1939_socks_lock to rwlock
The following 3 locks would race against each other, causing the deadlock situation in the Syzbot bug report: - j1939_socks_lock - active_session_list_lock - sk_session_queue_lock A reasonable fix is to change j1939_socks_lock to an rwlock, since in the rare situations where a write lock is required for the linked list that j1939_socks_lock is protecting, the code does not attempt to acquire any
2012 Jun 04
0
embeding xml to ogg
On 06/04/2012 04:08 PM, Martin Leese wrote: > "Benjamin M. Schwartz" wrote: > >> Just store the XMP in a >> VorbisComment field named "XMP" (or whatever name you like). > > This suggestion falls well short of an optimal > solution. You haven't specified any requirements, so I have no idea what would be more helpful. > The optimal solution
2013 Dec 03
2
possible regression in libogg
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA256 Hello devs, since this bug affect gstreamer and vlc, i assume it is libogg regression. Please take a look at this bug report: https://bugzilla.gnome.org/show_bug.cgi?id=719615 - -- Regards, Oleksij -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.14 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/
2013 Jul 23
2
Metadata
Brendan Bolles wrote: > Hey everyone, according to Wikipedia's 4-year-old information, there is no > standard for putting metadata into an Ogg file. True. > That metadata must be > included in the codec. More generally, in a stream in the Ogg file. Codecs are streams, but so are things like Ogg Skeleton. Information about Metadata has been collected together in the Xiph Wiki
2011 Apr 11
1
rsync in theory.
I am looking at add some code to the rsync tool but want to know if I am "totally out to lunch". I realize that my example is so trivial that I am sure I will get replies of "don't do it that way", but bear in mind that it is just an example, and there are real world cases where I think this functionality would be useful. I am trying to figure out if rsync can do
2007 Sep 11
1
M3F: Multimedia Metadata Format
Hi list, On 2007-09-10 Silvia Pfeiffer wrote: > 2) we need a XML annotation format for audio - in particular for music - > that is more structured than vorbiscomment (and this probably > applies to video, too) Above, Silvia sums up nicely what I used three days and a tone of emails to say. (Though she did not say that this format should replace Vorbis comments all together, which is
2008 Sep 03
1
ggplot2: line plot with gaps in time axis
Hello, I'm trying to plot data that has gaps in the timeline because my data only has the business day in it. When I do a line plot I get the data and then a blank area where a line goes the tail of the last data point to the head of the next data point. Is there a way I can do a line plot where the gaps are not plotted? Thanks in advance, Brian > names(utildf) [1]
2005 Sep 15
3
Xend can not start
With changeset 6869, I can _not_ start xend. Did anybody else meet the same issue? [root@xin ~]# xend start Traceback (most recent call last): File "/usr/sbin/xend", line 32, in ? from xen.xend.server import SrvDaemon File "/home/xin/work/xmp/xen32-smp/dist/install/usr/lib/python/xen/xend/serve r/SrvDaemon.py", line 30, in ? File
2009 Jan 20
2
Embeding R
Hi, I'm planning to embed R into an application, with the following context: - This application is written in Java (and managed with maven). I plan accessing R using JRI. - This application must be installable on several plateform (linux, mac os, windows). - The R engine must embed library, some of them having native code in C or Fortran. Does this sound reasonable? I would be very
2008 Aug 30
0
Flash embeding in pdf
Hi all I want to embed flash with pdf. I guess i cannot directly do that..I will have to first convert flash to jpg or other image format and then put it in pdf. Let me know how can I do it? I am generating chart which i want the user to download using the download option and the format should be pdf. Thanks -- Posted via http://www.ruby-forum.com/.
2017 Sep 08
1
Embeding a path in address extensions
I generate bcc backups with the pattern backups+DATE.user.domain.tld at myBackupDomain.tld (for example, backups+20170908.kremels.kreme.com at myBackupDomain.tld) This puts mail in ?/.20170908.kremels.kreme.com/new What I would like to do is get the expansion to generate the following path ?/.20170908/.kremels.kreme.com/new Of course the date changes everyday, but it will always be numeric
2007 Oct 20
0
Live Streaming and embeding into webpage on OSX
Marc Manthey schrieb: > hello free streamers, > > after i had not much luck with " Darwin streaming server" ( because of > a lack of NAT implementation ) > > i got a hint from a Wireless mailing list to try OGG/Theora streaming. > > I ?ve found a great site here <http://www.oddsock.org/guides/video.php> > > and downloadet and installed