Modify ↓
Ticket #6401 (closed patch: fixed)
Opened 3 years ago
Last modified 3 years ago
flv streaming ffmpeg mp3 detection incorrect
| Reported by: | Michelle Agnew <mythtvtrac@…> | Owned by: | kormoc |
|---|---|---|---|
| Priority: | minor | Milestone: | unknown |
| Component: | Plugin - MythWeb | Version: | head |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
The setup screen for flv streaming in mythweb uses the output of ffmpeg --help to check for mp3 support. The deb version of ffmpeg 3:0.svn20080206-12ubuntu3.1 doesn't have mp3 support compiled in but it is available to it. The patch attached uses ffmpeg -formats to detect mp3 support.
Attachments
Change History
Changed 3 years ago by Michelle Agnew <mythtvtrac@…>
- Attachment flv_ffmpeg_mp3_detection.patch added
comment:1 Changed 3 years ago by kormoc
- Owner changed from xris to kormoc
- Status changed from new to accepted
Changed 3 years ago by Michelle Agnew <mythtvtrac@…>
- Attachment flv_ffmpeg_mp3_detection.2.patch added
ffmpeg mp3 support detection patch
Note: See
TracTickets for help on using
tickets.

ffmpeg mp3 support detection patch