Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add legacy support for ogg file format #94

Merged
merged 3 commits into from
Feb 20, 2020

Conversation

dharmin
Copy link
Contributor

@dharmin dharmin commented Jul 12, 2019

Background

In RFC 3534 the mime-type for ogg format was application/ogg, but in the favor of RFC 5334 which have mime-types video/ogg and audio/ogg, the RFC 3534 was obsoleted.

Problem

In the current version, mime-types which have word audio and video are supported, which is preventing the ogg file to transcode.

Solution

In this fix, we've added the condition to check application/ogg mime-type, and handle the condition to check either it's video or audio at transcoder server side using the ffprobe tool and treating all ogg file as audio job.

@dharmin dharmin changed the title WIP: Add legacy support for ogg file format Add legacy support for ogg file format Jul 12, 2019
@DevikVekariya DevikVekariya merged commit aee8ba0 into rtCamp:develop Feb 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants