Opened 4 years ago

Last modified 3 years ago

#5623 new defect

im unable to play videos after disableing transcoding

Reported by: Easton Owned by:
Priority: major Milestone:
Component: graphic design/interface Keywords: video player, transcode
Cc: Parent Tickets:

Description

im unable to play videos after disableing transcoding per https://wiki.mediagoblin.org/Configure_MediaGoblin#Disable_transcoding
i added the following to the bottom of mediagoblin.ini and did ./bin/gmg dbupdate, and now it no longer plays videos i upload, even though the direct download link works just fine and plays the video in browser, in chrome and firefox, any help would be appreaciated, ty

[skip_transcode]
mime_types = video/webm, video/ogg, video/mp4, audio/ogg, application/ogg, application/x-annodex
container_formats = Matroska, Ogg, ISO MP4/M4A
video_codecs = VP8 video, VP9 video, Theora, H.264, H.264 / AVC, MPEG-4 video
audio_codecs = Vorbis, MPEG-4 AAC audio
dimensions_match = false

Change History (1)

comment:1 by Ben Sturmfels, 3 years ago

Milestone: 1.0

Hi Easton,

It sounds as though the multi-resolution video changes in 0.10.0 may not be compatible with the "skip transcode" configuration option. Looks like this will need some work.

Regards,
Ben

Note: See TracTickets for help on using tickets.