-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please make your metadata OPTIONAL! #3839
Comments
NewPipe/app/src/main/java/org/schabi/newpipe/streams/Mp4FromDashWriter.java Lines 851 to 867 in 9cf76a9
Line 856 - 866 should be removed. |
@TobiGr: You can't just remove all those bytes and expect it to work… |
That's what we need to test. I guess, we can replace them with |
@TobiGr: No, you should read what the specification says, and possibly look at other implementations, not just guess |
Found one more:
PS: The specification is here |
@shuttittuppitt I can't find this metadata on properties on any of my file manager apps. How would I be able to view this metadata? |
I found it when I used this on a video that I downloaded. I usually use it to find a video's bit rate, among other things. https://play.google.com/store/apps/details?id=net.mediaarea.mediainfo |
This metadata also draws attention to NewPipe. I don't know what effect a DMCA takedown would have on the development. |
And off by default, of course (if needed at all). |
We will remove that completely. @kapodamy Do you have time to help us with that? |
@TobiGr |
@TobiGr |
I used "New pipe" (0.19.5) to download a video from youtube. The video plays as expected. However, I looked at the video with "Media info" for android, & I found this.
"Title: ISO Media file created in NewPipe (A libre lightweight streaming frontend for Android)."
The addition of this METADATA is a privacy concern. It's also not needed in order to PLAY a video. Plus, adding any metadata to ANY file always increases that file's size.
Give us the OPTION of NOT adding ANY metadata to a downloaded video.
The text was updated successfully, but these errors were encountered: