search for: mediatyp

Displaying 20 results from an estimated 60 matches for "mediatyp".

Did you mean: mediatype
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'', ''name'' %>" rescue Exception render :nothin...
2003 Feb 11
1
RFC-to-be: <draft-walleij-ogg-mediatype-08.txt> (fwd)
...t 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: <draft-walleij-ogg-mediatype-08.txt> Authors, We have completed the IANA Actions for RFC-to-be <draft-walleij-ogg-mediatype-08.txt>. Please see the following for the registration of the MIME Media Type application/ogg: <http://www.iana.org/assignments/media-types/application/> The reference [RFC-walleij-og...
2003 May 09
1
OH323 Channel Driver buffer sizes
...if (dir == RECORDER) { bufSize = GetFrames(mediaFormat) * mediaFormat.GetFrameSize(); WRAPTRACE(5, "Frames " << GetFrames(mediaFormat)); } else { /************* if ((mediaType == RTP_DataFrame::PCMU) || (mediaType == RTP_DataFrame::PCMA)) { bufSize = bufferSize; } else { ***********/ bufSize = mediaFormat.GetFrameSize(); WRAPTRACE(5,...
2002 Apr 03
1
Please last call this individual draft (fwd)
...e, 02 Apr 2002 11:33:00 -0500 From: Allison Mankin <mankin@isi.edu> To: iesg-secretary@ietf.org Cc: ned.freed@mrochek.com, sob@harvard.edu, triad@df.lth.se Subject: Please last call this individual draft <p>Please issue a four-week last call for Proposed Standard for draft-walleij-ogg-mediatype-05.txt This is a draft that is individually submitted but of interest to the AVT working group. It is a definition of a MIME type supporting a useful and patent-free alternative to MP3, among other media. Thanks, Allison <p>--- >8 ---- List archives: http://www.xiph.org/archives/ Og...
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 l...
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
...cation. 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 send any samples to audio device. and there is some strange behavour: i'm putting first ident packet from encoder (80 bytes) to mediatype to connect my filter to decoder. and i don't send this sample to decoder. in this case decoder asks me for only one more sample (and i send it to it), then nothing happends. i mean, decoder doesn't asks me for more samples. but if i send this first packet to decoder, i got 'division b...
2007 Feb 16
0
Mongrel upload progress and models with other fields
...ongrel 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, filename, size, content_type and data field. (Yes I''m storing it in the db, but I will also save it on the drive to serve). Essentially I''m using the upload example but I added in a couple of fields into the code. I think among the issues I''m running into is that the m...
2008 Jun 06
2
Printing "garbage"
...epad - my CUPS printer shows as the default printer and what look like the correct properties 5) Click "OK" to print and some lines of "garbage" are printed 6) The "garbage" is probably a clue to what is going wrong - it looks like this: Code: -12345X at PJL @PJL SET MEDIATYPE=REGULAR -12345X at PJL RESET Any help gratefully received. Thank you.
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: http://www.ietf.org/internet-drafts/draft-pfeiffer-ogg-fileformat-00.txt <p>These will be discussed and possibly changed in the IETF by the Audio/Video Transport working group, part of the Transport Area (see http:/...
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: http://www.ietf.org/internet-drafts/draft-pfeiffer-ogg-fileformat-00.txt <p>These will be discussed and possibly changed in the IETF by the Audio/Video Transport working group, part of the Transport Area (see http:/...
2003 Jan 08
0
[Fwd: Re: Regarding non-streaming Ogg]
...s. 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: >Colin, > >regarding application/ogg, draft-walleij-ogg-mediatype-02.txt which is not >subject to streaming issues like the audio/vorbis, could this draft be >advanced to be a proposed standard on the standards track? This would be >good since it provides a fallback MIME type for downloading .ogg files off >webservers for example. Provided that it e...
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/ #{result.phile.file_name}" headers[''Content-Description'...