[Info] Release 0.7 (x86/x64) - MPExtended, WebMP, Bootstrap skin by ajs - Hard way (4 Viewers)

ajs

Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Maybe ;) I'm falling off my feet, it's already deep night, and tomorrow I'll get up early, I'll go to bed, tomorrow I'll google and unsubscribe, in the evening I might try something. Thanks!

    -- Tapatalk | WBR, ajs
     

    MrGrymReaper

    MP Donator
  • Premium Supporter
  • July 28, 2009
    53
    37
    Home Country
    United Kingdom United Kingdom
    Another format which plays is H265. Still haven't heard back about my video.js mpeg-2 support request.
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Need new transcofing profiles in vp8, vp9 ... webmp work fine in vidro.js, but i dont undertend profiles, vlc snd ffmpeg :(

    -- Tapatalk | WBR, ajs
     

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    For me nit work, i dont know why :(

    -- Tapatalk | WBR, ajs
     

    MrGrymReaper

    MP Donator
  • Premium Supporter
  • July 28, 2009
    53
    37
    Home Country
    United Kingdom United Kingdom
    Are you trying to use vp9 on any web browsers which are based on either "Microsoft Internet Explorer" or "Apple Safari" per chance? As VP9 doesn't support these two browsers (with video.js), but supports the rest. If support for those browsers is required then vp8 is needed as it is the only vp based codec supporting those browsers.
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    I use only Chrome ;)

    -- Tapatalk | WBR, ajs
     

    MrGrymReaper

    MP Donator
  • Premium Supporter
  • July 28, 2009
    53
    37
    Home Country
    United Kingdom United Kingdom
    XML:
    <TranscoderProfile>
          <Name>Test VLC HD</Name>
          <Description>HD-quality Android profile based on VLC</Description>
          <Bandwidth>2280</Bandwidth>
          <Targets>
            <Target>android</Target>
            <Target>pc-vlc-video</Target>
          </Targets>
          <Transport>http</Transport>
          <MaxOutputWidth>1280</MaxOutputWidth>
          <MaxOutputHeight>720</MaxOutputHeight>
          <MIME>video/webmp</MIME>
          <HasVideoStream>true</HasVideoStream>
          <Transcoder>MPExtended.Services.StreamingService.Transcoders.VLCWrapper</Transcoder>
          <TranscoderParameters>
            <path>%mpextended-streaming%\vlc-3.0.11\MPExtended.Libraries.VLCWrapper.exe</path>
            <options>--ffmpeg-hw --sout-ffmpeg-strict=-2</options>
            <encoder>vcodec=VP80,vb=800,scale=1,deinterlace=0,acodec=vorb,ab=128,channels=2,samplerate=44100,audio-sync</encoder>
            <muxer>:standard{access=file,ffmpeg{mux=webm},dst=#OUT#}</muxer>
          </TranscoderParameters>
        </TranscoderProfile>
    
        <TranscoderProfile>
          <Name>Test FFmpeg HQ</Name>
          <Description>High-quality Android profile based on ffmpeg</Description>
          <Bandwidth>896</Bandwidth>
          <Targets>
            <Target>android</Target>
            <Target>pc-vlc-video</Target>
          </Targets>
          <Transport>http</Transport>
          <MaxOutputWidth>800</MaxOutputWidth>
          <MaxOutputHeight>600</MaxOutputHeight>
          <MIME>video/MP2T</MIME>
          <HasVideoStream>true</HasVideoStream>
          <Transcoder>MPExtended.Services.StreamingService.Transcoders.FFMpeg</Transcoder>
          <TranscoderParameters>
            <codecParameters>-codec:v libvpx-vp8 -b:v 768k -profile:v baseline -preset:v superfast -coder 1 -codec:a libopus -b:a 128k -ac 2 -strict experimental -async 1 -sn -f webm</codecParameters>
          </TranscoderParameters>
        </TranscoderProfile>

    It's mime is mpeg-2 transport stream is the the container specification?
     

    MrGrymReaper

    MP Donator
  • Premium Supporter
  • July 28, 2009
    53
    37
    Home Country
    United Kingdom United Kingdom
    Do you have a video sample please of the non-playing file or a log from video.js?
     
    Last edited:

    ajs

    Development Group
  • Team MediaPortal
  • February 29, 2008
    15,749
    10,727
    Kyiv
    Home Country
    Ukraine Ukraine
    Here I am not an assistant, I do not know how it all works, I am like in a labyrinth, without light and without understanding where I am going. Sometimes it turns out what I want, but more often not, I figured it out a bit in the web interface, but streaming is a dark forest for me. ;)

    -- Tapatalk | WBR, ajs
     

    Users who are viewing this thread

    Top Bottom