FAQ  •  Register  •  Login

Flac with WDTV or Nokia Lumia 920

<<

Liftboy

Serviio newbie

Posts: 6

Joined: Thu Dec 20, 2012 8:37 am

Post Thu Dec 20, 2012 9:22 am

Flac with WDTV or Nokia Lumia 920

Hi!

I tried to figure out and search here - maybe I'm too noob :)

I have a Windows Home Server 2011 (Server 2008) and Serviio 1.1 on it. I tried to play flac files on my Nokia Lumia 920 Windows Phone, but only mp3 and WMA lossless are working. That would be a transcoding problem and I don't know where to find possible configuration entries.
Secondly I also tried to play Flac files through my WDTV Live box (wich normally is working nativ with this files) w/o success. I used my Lumia as an remote for this.

Could you please give a beginner here a small hint?

Frank
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Dec 20, 2012 4:01 pm

Re: Flac with WDTV or Nokia Lumia 920

According to my info (http://wiki.serviio.org/doku.php?id=dev ... at_support), the WDTV doesn't support FLAC via DLNA natively. So you'd have to add this to your WDTV profile:

  Code:
<Profile id="14" name="WDTV Live" extendsProfileId="1">
        <Detection>
            <UPnPSearch>
                <ModelName>WD TV HD Live</ModelName>
            </UPnPSearch>
        </Detection>
        <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
        <SubtitlesMimeType>text/srt</SubtitlesMimeType>
        <Transcoding>
            <Video targetContainer="mpeg">
                <Matches container="wtv" />
            </Video>
            <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                <Matches container="flv" /> <!-- this is used by online content, assuming WDTV cannot play local flv either -->
                <Matches container="matroska" vCodec="vp8" />
                <Matches container="rm" />
            </Video>
            <Audio targetContainer="lpcm">
                <Matches container="ogg" />
                <Matches container="flac" />
            </Audio>
        </Transcoding>
        <OnlineTranscoding>
            <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                <Matches container="mp4" />
                <Matches container="asf" /> <!-- for mms:// -->
            </Video>
        </OnlineTranscoding>   
    </Profile>


You can try to use the same profile for playing the files on your Nokia, although I'm not sure it supports LPCM.
<<

Liftboy

Serviio newbie

Posts: 6

Joined: Thu Dec 20, 2012 8:37 am

Post Fri Dec 21, 2012 3:03 am

Re: Flac with WDTV or Nokia Lumia 920

Thank you very much for your help!
I'll try this and take a closer look.

Frank
<<

Liftboy

Serviio newbie

Posts: 6

Joined: Thu Dec 20, 2012 8:37 am

Post Thu Dec 27, 2012 8:49 am

Re: Flac with WDTV or Nokia Lumia 920

I thought that the WD TV Live could play via dlna Flac using a HomeServer and a remote. I also tried AVM Fritz! Repeater with an optical out with the same result. Both only working with mp3 files through dlna.
Directly those items support flac format. I added als the configuration file w/o success.
With the WIldMediaServer (I hate the licence modell) it worked also through dlna. What can I do or better what streaming client should I buy to use flac files in this case?

Regards,
Frank
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Dec 27, 2012 11:16 pm

Re: Flac with WDTV or Nokia Lumia 920

try this:

  Code:
<Profile id="14" name="WDTV Live" extendsProfileId="1">
        <Detection>
            <UPnPSearch>
                <ModelName>WD TV HD Live</ModelName>
            </UPnPSearch>
        </Detection>
        <ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
        <SubtitlesMimeType>text/srt</SubtitlesMimeType>
       <MediaFormatProfiles>
                <MediaFormatProfile mime-type="audio/x-flac">FLAC</MediaFormatProfile>
      <MediaFormatProfile mime-type="audio/x-ogg">OGG</MediaFormatProfile>
        </MediaFormatProfiles>
        <Transcoding>
            <Video targetContainer="mpeg">
                <Matches container="wtv" />
            </Video>
            <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                <Matches container="flv" /> <!-- this is used by online content, assuming WDTV cannot play local flv either -->
                <Matches container="matroska" vCodec="vp8" />
                <Matches container="rm" />
            </Video>
        </Transcoding>
        <OnlineTranscoding>
            <Video targetContainer="mpeg" targetVCodec="mpeg2video" targetACodec="ac3" aBitrate="384">
                <Matches container="mp4" />
                <Matches container="asf" /> <!-- for mms:// -->
            </Video>
        </OnlineTranscoding>   
    </Profile>
<<

atc98092

User avatar

DLNA master

Posts: 5432

Joined: Fri Aug 17, 2012 10:22 pm

Location: Washington (the state)

Post Sat Dec 29, 2012 3:57 am

Re: Flac with WDTV or Nokia Lumia 920

This post made me check my new Nokia 920 phone, and I installed an app called MyMediaHub. I will stream from my Windows 7 computers with no issue, but refuses to play anything from my Serviio box, regardless of the video type. I've tried the generic profile, WDTV and PS3 with no success. I then tried the XBox 360 profile and thought I found the fix. It begins loading the video file, then stops. The banner on the phone app says it is opening the file, then suddenly closes it. Hitting play just repeats the process.

Any ideas, anyone?
Dan

LG NANO85 4K TV, Samsung JU7100 4K TV, Sony BDP-S3500, Sharp 4K Roku TV, Insignia Roku TV, Roku Ultra, Premiere and Stick, Nvidia Shield, Yamaha RX-V583 AVR.
Primary server: AMD Ryzen 5 5600GT, 32 gig ram, Windows 11 Pro, 22 TB hard drive space | Test server: Intel i5-6400, 16 gig ram, Windows 10 Pro

HOWTO: Enable debug logging HOWTO: Identify media file contents
<<

Liftboy

Serviio newbie

Posts: 6

Joined: Thu Dec 20, 2012 8:37 am

Post Fri Jan 11, 2013 12:50 pm

Re: Flac with WDTV or Nokia Lumia 920

Something new? ;)
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Jan 12, 2013 5:53 pm

Re: Flac with WDTV or Nokia Lumia 920

Did you try the last profile?
<<

Liftboy

Serviio newbie

Posts: 6

Joined: Thu Dec 20, 2012 8:37 am

Post Sat Jan 12, 2013 6:51 pm

Re: Flac with WDTV or Nokia Lumia 920

Yes, for WDTV and Lumia920.

Frank
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sun Jan 13, 2013 3:57 pm

Re: Flac with WDTV or Nokia Lumia 920

what is the result on wdtv?
<<

Liftboy

Serviio newbie

Posts: 6

Joined: Thu Dec 20, 2012 8:37 am

Post Sun Jan 13, 2013 5:20 pm

Re: Flac with WDTV or Nokia Lumia 920

No Playback. I'll take a closer look, what will happen. Is somewehre a log that I can post?

Regards and thanks!

Frank
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Jan 15, 2013 5:12 pm

Re: Flac with WDTV or Nokia Lumia 920

yes, read the READ BEFORE POSTING topics in support section

Return to Transcoding

Who is online

Users browsing this forum: No registered users and 17 guests

cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.