Opened 16 years ago
Closed 16 years ago
#6770 closed patch (fixed)
CD rips to ogg don't play in iAudio7 player
Reported by: | Owned by: | stuartm | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | Plugin - MythMusic | Version: | head |
Severity: | medium | Keywords: | |
Cc: | Ticket locked: | no |
Description
I've been patching vorbisencoder.cpp for years because the call to ogg_stream_init with serialnumber=0 breaks playback of ripped files in my iAudio7. Don't know if this is a problem for other players, but I think the patch shouldn't break anything for others (just replaces 0 with rand()). Thought I'd finally try submitting it. Thanks for all the great work!
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | ogg_serial_number.patch added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Component: | MythTV - General → Plugin - MythMusic |
---|---|
Owner: | changed from Isaac Richards to stuartm |
comment:3 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
(In [21451]) Ogg supports a randomly generated 'serial number' for streams which the mythmusic encoder never supplied. It's not really clear what purpose these numbers serve and playback works in most applications with them, but not the iAudio7 hardware player. This adds the random serial number to ogg_stream_init(), based on patch by noah711. Fixes #6770
sorry, the "Component" should have been MythMusic. Apologies, it's my first ticket!