Search found 17 matches

by rnb5500
Mon Dec 16, 2013 12:44 pm
Forum: General Discussion
Topic: Multiple renderers.
Replies: 7
Views: 11583

Re: Multiple renderers.

I've done multiple renderers (PS3 and Android tablet) at once, it worked fine. But both files were being streamed/remuxed or one file was streamed and one transcoded.

Assuming the PC running UMS is powerful enough, transcoding for multiple files should be possible too.
by rnb5500
Fri Nov 08, 2013 4:05 am
Forum: Developers
Topic: Question about adding old code
Replies: 11
Views: 15834

Re: Question about adding old code

Yeah, that's where "HDAudioPassthrough" is something of a misnomer, but I think it was originally thought possible. I guess after figuring it wouldn't be the feature was renamed encodedAudioPassthrough but the names were used interchangeably in the code I read over.
by rnb5500
Tue Nov 05, 2013 1:44 pm
Forum: Developers
Topic: Question about adding old code
Replies: 11
Views: 15834

Re: Question about adding old code

Oh ok cool.

AFA encapsulating AAC, guess it would depend on how many receivers & TVs support AAC decoding to decide if it would be worthwhile.
by rnb5500
Tue Nov 05, 2013 1:02 pm
Forum: Developers
Topic: Question about adding old code
Replies: 11
Views: 15834

Re: Question about adding old code

I'm nearly done adding the code to the most recent files I just grabbed from github then I'll post them here. I'm not setup with github, maven, jdk etc to compile builds or upload changes to github because I just clean installed Win8.1 All I have is notepad++ right now. :) **Edit: Here's the files h...
by rnb5500
Tue Nov 05, 2013 9:44 am
Forum: Developers
Topic: Question about adding old code
Replies: 11
Views: 15834

Re: Question about adding old code

I checked github and most of the affected files haven't changed since the 3.0a5 version I used, but some have. Also this got me thinking about expanding the feature. I have some rips I've done where I encoded DTS-HD and TrueHD to AAC to save space under the assumption I could get similar quality as ...
by rnb5500
Tue Nov 05, 2013 4:54 am
Forum: Developers
Topic: Question about adding old code
Replies: 11
Views: 15834

Re: Question about adding old code

I was under the impression that hdaudiopassthrough (trying not to use the C word) was an avoided topic here and the code had legal concerns. But if you want to add it that's even better, less work for me :D Here's a link to what I've got: https://drive.google.com/file/d/0B0Rk6M_HJxHhTGRWVWkxLUhDaG8/...
by rnb5500
Mon Nov 04, 2013 2:23 pm
Forum: Developers
Topic: Question about adding old code
Replies: 11
Views: 15834

Question about adding old code

After scouring over PS3 Media Server site at google code I was able to isolate the old hdaudiopassthrough code. I've since added it back to UMS 3.0a5 and have been testing it a few weeks. Obviously this is just a personal project and I have no desire to make it available, but not having any Java cod...