JDownloader Community - Appwork GmbH
 

Reply
 
Thread Tools Display Modes
  #1  
Old 30.08.2021, 19:52
jdcuser jdcuser is offline
Mega Loader
 
Join Date: Nov 2017
Posts: 64
Default Request for mewatch plugin

Hi , I would like to request for plugin from **External links are only visible to Support Staff****External links are only visible to Support Staff**

**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**
**External links are only visible to Support Staff****External links are only visible to Support Staff**

There is no m3u8 but only manifest.mpd.Taking from 1 July video above **External links are only visible to Support Staff****External links are only visible to Support Staff** manifest.mpd **External links are only visible to Support Staff****External links are only visible to Support Staff**
Does jdownloader support mpd ?
Spoiler:

Code:
<?xml version="1.0"?>
<MPD
    xmlns:xsi="**External links are only visible to Support Staff**
    xmlns="urn:mpeg:dash:schema:mpd:2011"
    xsi:schemaLocation="urn:mpeg:dash:schema:mpd:2011 **External links are only visible to Support Staff**
    type="static"
    mediaPresentationDuration="PT1604.720S"
    minBufferTime="PT4S"
    profiles="urn:mpeg:dash:profile:isoff-main:2011">
  <Period>
    <AdaptationSet
        id="1"
        segmentAlignment="true"
        maxWidth="1920"
        maxHeight="1080"
        maxFrameRate="25">
        <SegmentTemplate
            timescale="1000"
            media="**External links are only visible to Support Staff**
            initialization="**External links are only visible to Support Staff**
            duration="4000"
            startNumber="1">
        </SegmentTemplate>
      <Representation
          id="f1-v1-x3"
          mimeType="video/mp4"
          codecs="avc1.42c01e"
          width="640"
          height="360"
          frameRate="25"
          sar="1:1"
          startWithSAP="1"
          bandwidth="716891">
      </Representation>
      <Representation
          id="f2-v1-x3"
          mimeType="video/mp4"
          codecs="avc1.42c01e"
          width="854"
          height="480"
          frameRate="25"
          sar="1:1"
          startWithSAP="1"
          bandwidth="1273573">
      </Representation>
      <Representation
          id="f3-v1-x3"
          mimeType="video/mp4"
          codecs="avc1.42c01f"
          width="960"
          height="540"
          frameRate="25"
          sar="1:1"
          startWithSAP="1"
          bandwidth="1765138">
      </Representation>
      <Representation
          id="f4-v1-x3"
          mimeType="video/mp4"
          codecs="avc1.42c028"
          width="1280"
          height="720"
          frameRate="25"
          sar="1:1"
          startWithSAP="1"
          bandwidth="2378032">
      </Representation>
      <Representation
          id="f5-v1-x3"
          mimeType="video/mp4"
          codecs="avc1.640028"
          width="1920"
          height="1080"
          frameRate="25"
          sar="1:1"
          startWithSAP="1"
          bandwidth="3823118">
      </Representation>
    </AdaptationSet>
    <AdaptationSet
        id="2"
        segmentAlignment="true">
      <AudioChannelConfiguration
          schemeIdUri="urn:mpeg:dash:23003:3:audio_channel_configuration:2011"
          value="1"/>
        <SegmentTemplate
            timescale="1000"
            media="**External links are only visible to Support Staff**
            initialization="**External links are only visible to Support Staff**
            duration="4000"
            startNumber="1">
        </SegmentTemplate>
      <Representation
          id="f2-a1-x3"
          mimeType="audio/mp4"
          codecs="mp4a.40.2"
          audioSamplingRate="44100"
          startWithSAP="1"
          bandwidth="93588">
      </Representation>
      <Representation
          id="f4-a1-x3"
          mimeType="audio/mp4"
          codecs="mp4a.40.2"
          audioSamplingRate="44100"
          startWithSAP="1"
          bandwidth="125588">
      </Representation>
      <Representation
          id="f6-a1-x3"
          mimeType="audio/mp4"
          codecs="mp4a.40.2"
          audioSamplingRate="44100"
          startWithSAP="1"
          bandwidth="64005">
      </Representation>
    </AdaptationSet>
  </Period>
</MPD>


I tried with video downloaderhelper but it only detect all the small segment and does not have the full video file listed.
Reply With Quote
  #2  
Old 30.08.2021, 20:10
Jiaz's Avatar
Jiaz Jiaz is offline
JD Manager
 
Join Date: Mar 2009
Location: Germany
Posts: 79,232
Default

I'm sorry but that sort of mpd (split video/audio) is not yet supported

you might wanna try ffmpeg, it should support such mpd files out of the box
__________________
JD-Dev & Server-Admin
Reply With Quote
  #3  
Old 31.08.2021, 13:25
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

I'm not entirely sure but the VideoDownloadHelper method might also work for MPD as it is also using FFmpeg for segment stream downloads.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
  #4  
Old 11.09.2021, 18:47
jdcuser jdcuser is offline
Mega Loader
 
Join Date: Nov 2017
Posts: 64
Default

Quote:
Originally Posted by Jiaz View Post
I'm sorry but that sort of mpd (split video/audio) is not yet supported

you might wanna try ffmpeg, it should support such mpd files out of the box
The SVN ticket as mention before https://board.jdownloader.org/showthread.php?t=88219
not able to access with prompt for login and password.

I tried youtube-dl --format bestvideo+bestaudio .mpd and it work
Hope jdownloader will support it since if youtube-dl can download without any problem.

Quote:
Originally Posted by pspzockerscene View Post
I'm not entirely sure but the **External links are only visible to Support Staff**... might also work for MPD as it is also using FFmpeg for segment stream downloads.

-psp-
Videodownload helper doesn't show the video file.Only segment of the video listed.Any other extension beside Videodownload helper ?
Reply With Quote
  #5  
Old 13.09.2021, 15:34
pspzockerscene's Avatar
pspzockerscene pspzockerscene is offline
Community Manager
 
Join Date: Mar 2009
Location: Deutschland
Posts: 71,044
Default

Quote:
Originally Posted by jdcuser View Post
Videodownload helper doesn't show the video file.Only segment of the video listed.Any other extension beside Videodownload helper ?
I'm sorry but I cannot provide any kind of support for the mentioned 3rd party browser addon.

JDownloader won't have MPD split video/audio support in the near future so in the meantime, please use the alternatives you found.

-psp-
__________________
JD Supporter, Plugin Dev. & Community Manager

Erste Schritte & Tutorials || JDownloader 2 Setup Download
Spoiler:

A users' JD crashes and the first thing to ask is:
Quote:
Originally Posted by Jiaz View Post
Do you have Nero installed?
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

All times are GMT +2. The time now is 07:48.
Provided By AppWork GmbH | Privacy | Imprint
Parts of the Design are used from Kirsch designed by Andrew & Austin
Powered by vBulletin® Version 3.8.10 Beta 1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.