Page 2 of 3 FirstFirst 123 LastLast
Results 11 to 20 of 24

Thread: Philips 40pfl9904 and Mezzmo - sometimes mkv doesn't playback

  1. #11
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Ok, for a modified profile please send a message to support.

    To change your profile, please do the following:

    1) Open up Philips7000.prf or Philips8000.prf in Notepad (they'll be located in a folder as per this thread: http://forum.conceiva.com/showthread...ofiles-located - you'll need to remove the read-only flag before editing)
    2) remove or comment out the following section:

    Code:
            <avcontainer id="matroska" name="mkv" encode="1" mimetype="video/x-matroska" preferredtranscoded="1" format="matroska" supportschunked="0" level="41">
                    <video>
                            <format id="mpeg4" encode="0">
                            </format>
                    </video>
                    <video>
                            <format id="h264" encode="1" codec="libx264" preferredtranscoded="1">
                                    <copyts>0</copyts>
                                    <samequality>0</samequality>
                            </format>
                    </video>
                    <audio>
                            <format id="ac3" encode="1" codec="ac3" preferredtranscoded="1">
    	                        <channels>2</channels>
    	                        <channels>6</channels>
    				<maxbitrate>448000</maxbitrate>
                                    <bitrate>448000</bitrate>
    				<maxsamplingrate>48000</maxsamplingrate>
    				<minsamplingrate>11025</minsamplingrate>
    				<samplingrate>48000</samplingrate>
    				<samplingrate>44100</samplingrate>
    				<samplingrate>32000</samplingrate>
                            </format>
                    </audio>
                    <audio>
                            <format id="aac" encode="0">
                            </format>
                    </audio>
                    <ffmpegadditional>-threads 4 -pix_fmt yuv420p -copyinkf -coder 1 -flags +loop -fflags +genpts -cmp +chroma -me_method hex -subq 7 -me_range 16 -g 250 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -b_strategy 1 -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -directpred 1 -flags2 +fastpskip+bpyramid+mixed_refs-dct8x8+wpred+aud+ivlc+mbtree -partitions -parti8x8-parti4x4-partp8x8-partp4x4-partb8x8 -crf 22 -bf 1 -refs 2 -bidir_refine 1 -deblockalpha 0 -deblockbeta 0</ffmpegadditional>
            </avcontainer>
    3) replace the first "mpeg" section with the following:

    Code:
            <avcontainer id="mpeg" name="mpeg_pal" encode="1" mimetype="video/mpeg" baseline="1" dlnaprofile="MPEG_PS_PAL" format="dvd" preferredtranscoded="1">
                    <video>
                            <format id="mpeg2video" encode="1" codec="mpeg2video" preferredtranscoded="1">
                                    <dimensions width="1920" height="1080" />
                                    <copyts>1</copyts>
                                    <samequality>1</samequality>
                                    <framerate>25</framerate>
                                    <gop>15</gop>
                                    <bitrate>9000000</bitrate>
                            </format>
                    </video>
                    <audio>
                            <format id="ac3" encode="1" codec="ac3" preferredtranscoded="1">
                                    <channels>2</channels>
                                    <channels>6</channels>
                                    <bitrate>448000</bitrate>
                                    <maxbitrate>448000</maxbitrate>
                                    <minbitrate>64000</minbitrate>
                                    <samplingrate>48000</samplingrate>
                            </format>
                    </audio>
                    <ffmpegadditional>-threads 4 -pix_fmt yuv420p -copyinkf -sc_threshold 1000000000 -coder ac -qmin 1 -cmp 2 -subcmp 2 -flags +loop -mbd bits -vbsf h264_mp4toannexb -fflags +genpts+ignidx+igndts -deinterlace</ffmpegadditional>
            </avcontainer>
    4) save the file, restart the server (make sure you have the appropriate device profile selected for the TV in the Media Devices dialog) and try again

    Please let me know how that goes.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  2. #12

    Default

    Doesn't work this way. No effect after editing profile and restarting server

  3. #13
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Can you please send in logs after that change? It should transcode to MPEG2 and play that. Also, just as a quick test, try using one of Generic profiles and see if that plays.

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  4. #14

    Default

    Quote Originally Posted by Dennis View Post
    Can you please send in logs after that change? It should transcode to MPEG2 and play that. Also, just as a quick test, try using one of Generic profiles and see if that plays.
    Finally it works.
    Although some minor slows

  5. #15
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    I'm glad it's better. Does it work with the change or using the Generic profile?

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  6. #16

    Default

    Dennis, could you help to tune profile according following table I've got from Philips support?


  7. #17
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    11,642

    Default

    Yes, thank you for that info. Please send a message to support and I'll send you an updated device profile to try (mention this thread so that I could find you).

    Mezzmo Android: Install it on your tablet, smartphone, Android TV or Amazon Fire to browse and stream files from your Mezzmo library to all your devices. Full details at http://www.conceiva.com/products/mez...mo_android.asp
    Mezzmo for Kodi Add-on: Install it into Kodi to stream files from your Mezzmo library directly in Kodi. Full details at http://www.mezzmo.com/wiki/doku.php?...odi_user_guide
    Mezzmo for Roku App: Install it onto your Roku to stream files from your Mezzmo library. Full details at http://www.mezzmo.com/wiki/doku.php?...oku_user_guide
    Wiki: User Guides & Reference Manual at http://www.mezzmo.com/wiki
    Facebook: http://www.facebook.com/Mezzmo.DLNA.Server
    Twitter: https://twitter.com/conceiva_mezzmo
    Web: http://www.mezzmo.com

  8. #18

    Default

    I send the request to support
    ID: 21614, Mezzmo, Faulty, Philips 40PFL9904

  9. #19

    Default

    Thank you! Modified profile works!

  10. #20
    Join Date
    May 2011
    Posts
    1

    Default

    Can you send profile to me too. I have 32pfl9603 with same problem.

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •