Bug 8808 - Support transcoding on download URLs
: Support transcoding on download URLs
Status: RESOLVED FIXED
Product: Logitech Media Server
Classification: Unclassified
Component: Audio
: 7.1
: PC Windows XP
: P5 enhancement with 6 votes (vote)
: 7.6.0
Assigned To: Andy Grundman
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2008-07-19 06:53 UTC by Andy Grundman
Modified: 2010-11-24 15:43 UTC (History)
6 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andy Grundman 2008-07-19 06:53:59 UTC
i.e. http://server:9000/music/1/download.mp3?bitrate=192 would transcode whatever track 1 is to 192k mp3.
Comment 1 Andy Grundman 2008-11-06 13:41:29 UTC
This is unlikely to happen without a patch, as we don't really have a need for it.
Comment 2 Joerg Schwieder 2008-11-06 14:54:01 UTC
I'm sorry to hear that since this would be MUCH more power efficient for a mobile playback than streaming.
Comment 3 Erland Isaksson 2008-11-06 16:02:27 UTC
(In reply to comment #1)
> This is unlikely to happen without a patch, as we don't really have a need for
> it.
> 

Has anyone looked at it so they can explain briefly what needs to be done for someone that would be interested in providing a patch ?
Comment 4 Alan Young 2009-05-05 06:30:19 UTC
I believe that this has already been implemented change 752 (in 2004). The changes to the transcoding framework in SC 7.3.3 should make this effective for MP3 source files too.
Comment 5 Andy Grundman 2009-05-05 06:39:54 UTC
I think you are talking about stream.mp3 transcoding.  I was talking about download transcoding in this bug, which would be useful for i.e. an iPhone client.
Comment 6 Christian Erpelding 2010-03-04 02:28:28 UTC
That would really be a great enhancement for mobile apps like SqueezeCommander, because SBS offers a much wider support of music formats than any mobile device.

The transcode logic should already be available in SBS, so we only need to put the pieces together. :)

Unfortunately, my Perl skills are very limited, so I cannot implement it on my own. :-(

As Andy proposed, an option like
http://<server>:<port>/music/<trackId>/download.xxx?bitrate=y
would be great.

Selecting the output format (via .../download.xxx or via .../download?format=xxx) would also be nice, but that's not really mandatory, because most devices should be able to play at least mp3s.
Comment 7 elziko 2010-03-18 02:42:16 UTC
Yes, there are a couple of mobile applications I am considering at the moment and both would really benefit from this.
Comment 8 SVN Bot 2010-11-24 09:54:21 UTC
 == Auto-comment from SVN commit #31552 to the slim repo by agrundman ==
 == http://svn.slimdevices.com/slim?view=revision&revision=31552 ==

Fixed bug 8808, support transcoding on download URLs
Comment 9 Christian Erpelding 2010-11-24 15:43:59 UTC
Thanks a lot, that's great news!