WordRider Home
Welcome! Log In Create A New Profile

Advanced

(Updated) About YouTube 1080p and 480p ...

Posted by affter333 
Re: (Updated) About YouTube 1080p and 480p ...
May 24, 2014 09:27PM
Can you provide sample link and attach app.log?
Re: (Updated) About YouTube 1080p and 480p ...
May 25, 2014 03:30AM
[www.youtube.com]

I have no idea where app log is , but i'll try.
Re: (Updated) About YouTube 1080p and 480p ...
May 25, 2014 04:13PM
affter333 Wrote:
-------------------------------------------------------
> Got a fatal error when m4a (first) m4v(later)
> downloads are finished
> the mp4 is 0 size, meaning something crashed when
> start doing mergin..
>
> the sencond try, m4a is downloaded after m4v is
> finished,
> but m4a never finishes download it keep showing
> error at 100% and restart download.

> [www.youtube.com]
>
> I have no idea where app log is , but i'll try.

Ah yes, with the sample link I got the same crash for the first scenario, not always but sometimes. But never got any errors for the second scenario.

For future reference to locate app.log : Help -> Browse to log file.

Thanks for the report.



Edited 1 time(s). Last edit at 05/25/2014 04:28PM by tong2shot.
Re: (Updated) About YouTube 1080p and 480p ...
May 26, 2014 10:42AM
There was a fatal mistake in the previous experimental mp4parser, so that it was only usable in my machine. Instead of reading properties file from resource, it was reading from file. This has been fixed.

Also in this exprimental release, mp4parser plugin has been trimmed, aspectj dependency has been removed, thus resulting in considerable plugin size reduction (from ~850 KB to ~290KB ), and the plugin from now on can be compiled using regular java compiler, instead of using aspectj compiler.

The updated binary release :

mp4parser
video2audio
youtube
Re: (Updated) About YouTube 1080p and 480p ...
May 26, 2014 09:24PM
this is using current release of youtube plugin

-----------

video is fine
[www.youtube.com]

but audio fails to download:
[www.youtube.com]


dashaudioitag=141 (maybe this paticular video don't support this bitrate)
Re: (Updated) About YouTube 1080p and 480p ...
May 26, 2014 10:11PM
affter333 Wrote:
-------------------------------------------------------
> this is using current release of youtube plugin
>
> -----------
>
> video is fine
> [www.youtube.com]
>
> but audio fails to download:
> [www.youtube.com]
> dioitag=141
>
>
> dashaudioitag=141 (maybe this paticular video
> don't support this bitrate)

This bug only happens in this particular video, at this moment. So I guess we have to add secondary dash audio itag as backup then? Or maybe youtube folks forgot their morning coffee (again)?

We'll see what we can do about this.

Thanks for the report.



Edited 1 time(s). Last edit at 05/26/2014 10:11PM by tong2shot.
Re: (Updated) About YouTube 1080p and 480p ...
May 26, 2014 11:19PM
Ok, I think the youtube plugin supporting native DASH multiplexer is stable enough. So I decided to release youtube plugin v2.4.0, along with video2audio and mp4parser plugins.


affter333 Wrote:
-------------------------------------------------------
> this is using current release of youtube plugin
>
> -----------
>
> video is fine
> [www.youtube.com]
>
> but audio fails to download:
> [www.youtube.com]
> dioitag=141
>
>
> dashaudioitag=141 (maybe this paticular video
> don't support this bitrate)

Please try plugin v2.4.0. You have to reload the video link to get the new link for audio. It now also will try to download the secondary DASH audio stream in case the primary failed.
Re: (Updated) About YouTube 1080p and 480p ...
May 29, 2014 05:11AM
still having problems...

-------------------

Error


Message:
java.lang.RuntimeException: couldn't read sample SampleImpl{offset=11086353{size=736}
Level:
SEVERE
Stack Trace:
couldn't read sample SampleImpl{offset=11086353{size=736}
com.googlecode.mp4parser.authoring.SampleImpl.ensureData(Unknown Source)
com.googlecode.mp4parser.authoring.SampleImpl.writeTo(Unknown Source)
com.googlecode.mp4parser.authoring.builder.DefaultMp4Builder$InterleaveChunkMdat.getBox(Unknown Source)
com.googlecode.mp4parser.BasicContainer.writeContainer(Unknown Source)
cz.vity.freerapid.plugins.services.youtube.YouTubeRunner.multiplexDash(Unknown Source)
cz.vity.freerapid.plugins.services.youtube.YouTubeRunner.run(Unknown Source)
cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:102)
cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)
cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)
javax.swing.SwingWorker$1.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
javax.swing.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Map failed
sun.nio.ch.FileChannelImpl.map(Unknown Source)
com.googlecode.mp4parser.FileDataSourceImpl.map(Unknown Source)
com.googlecode.mp4parser.BasicContainer.getByteBuffer(Unknown Source)
com.googlecode.mp4parser.authoring.SampleImpl.ensureData(Unknown Source)
com.googlecode.mp4parser.authoring.SampleImpl.writeTo(Unknown Source)
com.googlecode.mp4parser.authoring.builder.DefaultMp4Builder$InterleaveChunkMdat.getBox(Unknown Source)
com.googlecode.mp4parser.BasicContainer.writeContainer(Unknown Source)
cz.vity.freerapid.plugins.services.youtube.YouTubeRunner.multiplexDash(Unknown Source)
cz.vity.freerapid.plugins.services.youtube.YouTubeRunner.run(Unknown Source)
cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:102)
cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)
cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)
javax.swing.SwingWorker$1.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
javax.swing.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Map failed
sun.nio.ch.FileChannelImpl.map0(Native Method)
sun.nio.ch.FileChannelImpl.map(Unknown Source)
com.googlecode.mp4parser.FileDataSourceImpl.map(Unknown Source)
com.googlecode.mp4parser.BasicContainer.getByteBuffer(Unknown Source)
com.googlecode.mp4parser.authoring.SampleImpl.ensureData(Unknown Source)
com.googlecode.mp4parser.authoring.SampleImpl.writeTo(Unknown Source)
com.googlecode.mp4parser.authoring.builder.DefaultMp4Builder$InterleaveChunkMdat.getBox(Unknown Source)
com.googlecode.mp4parser.BasicContainer.writeContainer(Unknown Source)
cz.vity.freerapid.plugins.services.youtube.YouTubeRunner.multiplexDash(Unknown Source)
cz.vity.freerapid.plugins.services.youtube.YouTubeRunner.run(Unknown Source)
cz.vity.freerapid.plugins.webclient.AbstractFileShareService.run(AbstractFileShareService.java:102)
cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:98)
cz.vity.freerapid.core.tasks.DownloadTask.doInBackground(DownloadTask.java:42)
javax.swing.SwingWorker$1.call(Unknown Source)
java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
java.util.concurrent.FutureTask.run(Unknown Source)
javax.swing.SwingWorker.run(Unknown Source)
java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
java.lang.Thread.run(Unknown Source)
Re: (Updated) About YouTube 1080p and 480p ...
May 29, 2014 10:18AM
Can you attach app.log in debug mode?

To enable debug mode :
Windows OS: frd.exe --debug
Linux/MacOS: java -jar frd.jar --debug

To locate app.log : Help -> Browse to log file.

Thanks.
Re: (Updated) About YouTube 1080p and 480p ...
May 29, 2014 09:05PM
ok, will try later..

Btw, can you add an option to use internal multiplex or disable it,
since there are some many different configurations on people's system,
in case of errors like this, people can still turn to ffmpeg..

Thanks..
Sorry, only registered users may post in this forum.

Click here to login