[Home]

Summary:ASTERISK-10619: Add Theora Video to the list of codecs
Reporter:mihai (mihai)Labels:
Date Opened:2007-10-25 13:07:10Date Closed:2011-06-07 14:02:46
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Codecs/NewFeature
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:( 0) theora_video.patch
Description:A small patch that adds Theora video to the list of small codecs.  The patch has been created against latest trunk
Comments:By: Jason Parker (jparker) 2007-10-26 12:11:13

Any chance of adding stuff for rtp.c, and perhaps a format_theora?

By: mihai (mihai) 2007-10-29 16:11:59

I could add a quick hack for format_theora, in the same vein as format_h264.  However this is probably not the right way of approaching the problem, since the native Theora file format is .ogg.

Not sure what needs to be done for rtp.c...

By: Jason Parker (jparker) 2007-10-29 16:14:11

I was referring to the mimetypes[] and static_RTP_PT[] structs in rtp.c

By: Mark Michelson (mmichelson) 2008-02-01 17:01:45.000-0600

Ping. Any progress on this?

By: mihai (mihai) 2008-02-04 09:36:12.000-0600

Nope, no progress

By: Tilghman Lesher (tilghman) 2008-02-11 12:27:55.000-0600

Well, if we aren't making any progress, then this should be suspended until that happens.

mihai:  Until we have a format or codec or some other code that uses it, I'm reticent to allocate a codec for something, given the rather short supply of codec bits at this time.  Perhaps when we have less than half of the codecs available (by expanding the bitfield drastically) or by going to some other approach, we can revisit this.