ogg support
|
30-12-2014, 20:35
Post: #21
|
|||
|
|||
RE: ogg support
mp3 is free the last time I checked.
Also not sure about your assumption of loosing info twice. But the would of course be to re-rip lossless if the source is still at hand. |
|||
30-12-2014, 21:35
Post: #22
|
|||
|
|||
RE: ogg support
(30-12-2014 20:35)bbrip Wrote: mp3 is free the last time I checked. There are patents covering MP3 encoding and decoding. It is my understanding that the encoding patents are enforced quite strictly. I think the point about lossy encoding and losing information twice is valid. I am trying to assess how much work would be required to add ogg/vorbis support to MinimServer. (Note: this should really be described as adding vorbis support rather than adding ogg support.) There are some unusual aspects of vorbis that make this somewhat tricky. As an example, computing the track duration (see this post) seems to require reading the entire file to locate the last page. |
|||
31-12-2014, 15:27
Post: #23
|
|||
|
|||
RE: ogg support
This sounds complicated. Do you implement vorbis handling yourself or wouldn't you prefer to use an existing library for this?
I do not know if these libs are good, but the first hits in google are: https://github.com/Gagravarr/VorbisJava https://code.google.com/p/jvorbiscomment/ Greetings Gert |
|||
31-12-2014, 15:38
Post: #24
|
|||
|
|||
RE: ogg support
Also there are some libs that decode vorbis, too. Maybe this could lead into vorbis minimstreamer support? (But this was secondary for me.)
http://www.jcraft.com/jorbis/ http://www.javazoom.net/vorbisspi/vorbisspi.html http://www.jcraft.com/jorbis/ (Well I am not sure why I post these links here. I am sure you have already found them. But I really would like to help with this project.) |
|||
31-12-2014, 16:19
Post: #25
|
|||
|
|||
RE: ogg support
(31-12-2014 15:27)tarnkappe Wrote: This sounds complicated. Do you implement vorbis handling yourself or wouldn't you prefer to use an existing library for this? Thanks for these links! I have written my own code to read the audio information from all supported file formats. This helps me understand the file format as well as reducing the need to deal with external dependencies. The first link you posted contains a tool that could be useful for showing the contents of an ogg/vorbis file for debugging purposes. The second only supports reading comments and I already have code that does this for FLAC files. |
|||
31-12-2014, 16:23
Post: #26
|
|||
|
|||
RE: ogg support
(31-12-2014 15:38)tarnkappe Wrote: Also there are some libs that decode vorbis, too. Maybe this could lead into vorbis minimstreamer support? (But this was secondary for me.) Thanks for these as well. Another option for decoding the audio data would be to use ffmpeg/avconv. |
|||
12-01-2015, 10:30
Post: #27
|
|||
|
|||
RE: ogg support
Support for reading Ogg/Vorbis files is now available in MinimServer update 56.
|
|||
12-01-2015, 11:30
Post: #28
|
|||
|
|||
RE: ogg support
Wow, great news! This feels like it is christmas today. I will test it this evening when back home. This deserves a big donation...
Thank you, Simon Gert |
|||
13-01-2015, 07:54
Post: #29
|
|||
|
|||
RE: ogg support
I tested the new version yesterday and it works fine. The server restart after the upgrade via minimwatch did not scan the ogg files, I had to trigger it manually again (I used BubbleUPnP for this). It took some minutes to scan all the ogg files. After this all files I have tried were delivered correctly.
Thank you again for this (for me very important) feature and please find the donation I have just submitted. Gert |
|||
13-01-2015, 08:13
Post: #30
|
|||
|
|||
RE: ogg support
(13-01-2015 07:54)tarnkappe Wrote: I tested the new version yesterday and it works fine. The server restart after the upgrade via minimwatch did not scan the ogg files, I had to trigger it manually again (I used BubbleUPnP for this). It took some minutes to scan all the ogg files. After this all files I have tried were delivered correctly. You need to select Rescan from the minim icon (or from BubbleUPnP) to do a rescan. The automatic relaunch after an update does a restart without rescanning because applying an update wouldn't normally require your files to be rescanned. The scanning overhead is a one-time operation. The audio information about your .ogg files is now in the MinimServer cache and the files won't be scanned again unless they are changed (for example, if any tags are updated). Thanks very much for the donation! |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)