Displaying 20 results from an estimated 60 matches for "mediatypes".
2005 Dec 16
2
Shared code for controllers
Hi,
I think that this is made from a plugin or something in /lib/, but i really
don''t know which is the better way:
I have this in my MediasController:
def mediatype_medias_options
if params[:id]
begin
@mediatype = MediaType.find(params[:id])
render :inline => "<%= options_from_collection_for_select @
mediatype.medias, ''id'',
2003 Feb 11
1
RFC-to-be: <draft-walleij-ogg-mediatype-08.txt> (fwd)
The transport type application/ogg may now be used in applications. The
IANA has assigned it in their namespace, so start adding it at will.
See mail below.
Linus
---------- Forwarded message ----------
Date: Mon, 10 Feb 2003 12:23:47 -0800
From: IANA <iana@iana.org>
To: triad@df.lth.se
Cc: Allison Mankin <mankin@psg.com>, Scott Bradner <sob@harvard.edu>
Subject: RFC-to-be:
2003 May 09
1
OH323 Channel Driver buffer sizes
Hello!
Anyone with some insight into the oh323 channel driver please shed
some light on the code block below from wrapendpoint.cxx.
When enabling trace on the channel driver i get this, for me, strange
debug info:
WrapH323EndPoint::OpenAudioChannel: Direction => PLAYER, Buffer => 320
WrapH323EndPoint::OpenAudioChannel: FrameSize 8, FrameTime 8, TimeUnits
8
2002 Apr 03
1
Please last call this individual draft (fwd)
After much bureucracy in the IETF hierarchies and sort of chaos-like
organization, it seems I have got the matter so far that a four-week last
call will be issued so that application/ogg finally becomes a standard.
Don't jump of joy just yet, but I have feelings that it actually may
happen now. :-) The "last call" is not yet issued!
(They started discussing adding this MIME-type in
2009 Sep 16
3
find_by_sql - multiple selects, same statement SQL error
I''m trying to get the following statement to work using variable
substitution (it works if hard-code the where (med_type) param in the
inner SQL statement):
med_type = ''game''
@mediaformats = MediaFormat.find_by_sql("select * from media_formats
where media_formats.media_type_id = (select media_type_id from
media_types where media_type = ?, :med_type) order by
2014 Nov 03
2
Large Dependency List on Ubuntu Server 14
...s-perl
libhttp-daemon-perl libhttp-date-perl libhttp-message-perl
libhttp-negotiate-perl libijs-0.35 libintl-perl libio-html-perl
libio-socket-inet6-perl libio-socket-ssl-perl libio-string-perl libjbig0
libjbig2dec0 libjson-glib-1.0-0 libjson-glib-1.0-common liblcms2-2
libldm-1.0-0 liblwp-mediatypes-perl liblwp-protocol-https-perl liblzo2-2
libmailtools-perl libnet-http-perl libnet-smtp-ssl-perl libnet-ssleay-perl
libnetpbm10 libpaper-utils libpaper1 libparse-debianchangelog-perl
libsigc++-2.0-0c2a libsocket6-perl libstring-shellquote-perl
libsub-name-perl libsys-virt-perl libtiff5 lib...
2001 Aug 15
3
packetizing an ogg stream
Hi,
I am not sure if this is the right mailinglist (since I have an ogg problem
not a vorbis).....
I am looking for some pointers on how to packetize an ogg stream.
My idea is to use udp packets for transport, so I would need a way that
would minimalize the impact of lost packets.
Are there any code examples out there for this?
Thanks,
Jeroen
p.s. Please cc me, I am not subscribed to this
2001 Aug 15
3
packetizing an ogg stream
Hi,
I am not sure if this is the right mailinglist (since I have an ogg problem
not a vorbis).....
I am looking for some pointers on how to packetize an ogg stream.
My idea is to use udp packets for transport, so I would need a way that
would minimalize the impact of lost packets.
Are there any code examples out there for this?
Thanks,
Jeroen
p.s. Please cc me, I am not subscribed to this
2001 Oct 02
1
Manual Printer Driver Installations
Hey,
I posted a few days ago about how the printer paper sizes are differ from
the admin account
when they are installed. People at my work are getting pissed at the moment
and all they want to do
is to be able to change the paper sizes themselves and not have it done at
the server
Is there a way to do it?
I fluked it at one stage and had it working like that, I think I deleted the
driver
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2004 Sep 25
6
Directshow filters 0.64.7878
Updated again... theora works and seeks properly (not to keyframe) in WMP 9
and 10.
You can encode from a bunch of onew input types like RGB32, RGB24, IYUV etc.
And fixed a bug that was stopping the filters being used in a activeX
control in an IE browser.
www.illiminable.com/ogg/
Enjoy,
Zen.
2008 Jul 01
0
using of speex filters without muxer
hi All
i'm trying to use speex codec for my voip application.
let me describe how i made it:
i build dshow graph with speex encoder and my own renderer filter
which receives encoded data and pass it thouht network to other
application.
in this application i have another graph with my own source filter
which is connected to speex decoder.
the problem is in following: decoder filter doesn't
2007 Feb 16
0
Mongrel upload progress and models with other fields
I''m trying to set up a system that will allow users to upload files
using the mongrel upload progress gem to a model that includes other
information.
While I''m willing to hack around with this myself for a while to get
it working, I was hoping that someone had done this before and might
be able to give me some hints/code to look at.
My mediafile has a description, mediatype,
2008 Jun 06
2
Printing "garbage"
I'm using wine v1.0 rc2 under debian lenny. My CUPS printer (Brother HL2030) works with no problems under linux. I've been trying to get printing from wine working without success. This is what I have tried:
1) renamed the existing ~/.wine directory to force a clean wine config
2) run: wine notepad
3) created some text in notepad
4) File->print in notepad - my CUPS printer shows as the
2002 Dec 09
0
Update on IETF RFC
Dear Ogg developers,
there are now two Internet-Drafts (I-Ds) submitted to the IETF with a
request to be published as RFCs.
1) an I-D requesting to register "application/ogg" as a mime-type
written by Linus Walleij:
http://www.ietf.org/internet-drafts/draft-walleij-ogg-mediatype-07.txt
2) an I-D describing the "Ogg file format" written by me:
2002 Dec 09
0
Update on IETF RFC
Dear Ogg developers,
there are now two Internet-Drafts (I-Ds) submitted to the IETF with a
request to be published as RFCs.
1) an I-D requesting to register "application/ogg" as a mime-type
written by Linus Walleij:
http://www.ietf.org/internet-drafts/draft-walleij-ogg-mediatype-07.txt
2) an I-D describing the "Ogg file format" written by me:
2003 Jan 08
0
[Fwd: Re: Regarding non-streaming Ogg]
This is my previous conversation with Colin Perkins at IETF regarding
audio/vorbis. For interested parties. Last two paragraphs are the most
interesting ones.
Linus
-----Vidarebefordrat meddelande-----
From: Colin Perkins <csp@isi.edu>
To: Linus Walleij <triad@df.lth.se>
Subject: Re: Regarding non-streaming Ogg
Date: 20 Jun 2001 16:17:34 -0400
--> Linus Walleij writes:
2007 Dec 13
0
How do I force download with LiteSpeed?
Hi!
Searched a long time for this, but haven''t found an answer.
I''m trying to make the user download a special file, no matter what
mediatype it is (could be jpg, pdf or doc for example).
My code right now is this:
def download_path( _id = params[:id])
result = Philestructure.find( _id )
headers[''X-LiteSpeed-Location''] = "/downloads/