Wah!Cade doesn't play flv (& other format) video files.

Bug #553506 reported by Vítor Baptista
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Wah!Cade
Fix Committed
Medium
Andy Balcombe

Bug Description

I downloaded videos for HyperSpin from EmuMovies. They're all in .flv. As Wah!Cade can't play them, and it uses gstreamer (who can), I went to the code searching the reason.

It turns out that it's a very simple fix. At constants.py, you define:
MOVIE_FILETYPES = ['avi', 'mpg', 'ogg', 'ogv']

so it never asks gstreamer to play them. If I simply change the extension from .flv to .avi, it plays without problem. It would be nice if every format supported by gstreamer were included there. My list is:
MOVIE_FILETYPES = ['avi', 'mpg', 'mpeg', 'ogg', 'ogv', 'mp4', 'mov', 'wmv', 'flv']

Tags: formats video
Revision history for this message
Andy Balcombe (andy-balcombe) wrote :

Excellent. It'll be in the next release.

Cheers,
Andy

Changed in wahcade:
status: New → In Progress
assignee: nobody → Andy Balcombe (andy-balcombe)
importance: Undecided → Medium
summary: - Wah!Cade doesn't plays flv videos.
+ Wah!Cade doesn't play flv (& other format) video files.
Changed in wahcade:
status: In Progress → Fix Committed
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.