Tunous / Dawn

Here lies the fork of greatest open-source Reddit app
Apache License 2.0
451 stars 36 forks source link

The downloaded video has no sound #309

Open otaphaala opened 4 years ago

otaphaala commented 4 years ago

When I play videos downloaded form Dawn in gallery, the videos has no sound.

Tunous commented 4 years ago

@otaphaala Could you provide a bit more information about the issue as described in bug template to make it possible for us to easily reproduce it and find out what is wrong? Most important are link to submission with video that has issue and your device's system/version.

AbsurdlySuspicious commented 4 years ago

I suspect it happens with DASH streamed videos only (reddit-hosted ones) since they stream audio separately. Confirming it with actual thread would be nice though

otaphaala commented 4 years ago

Hello! I'm really sorry for the late reply. I successfully downloaded the video with sound through the terminal app with youtube-dl. BTW. How can I view my stered post in Dawn.

Tunous commented 4 years ago

@otaphaala It's good to hear that you managed to resolve your issue but it would be still helpful to share a link to any problematic videos so we could fix the issue for other people too :)

How can I view my stered post in Dawn.

This has not been implemented. See https://github.com/Tunous/Dawn/issues/73

Igivegoodadvice commented 3 years ago

Audio doesnt download for me either, using a Samsung S9+ and I am using the latest version from FDroid. You have any tips? Thanks

msfjarvis commented 3 years ago

Audio doesnt download for me either, using a Samsung S9+ and I am using the latest version from FDroid. You have any tips? Thanks

Links to the submissions where you downloaded videos from would be a great first start.

Igivegoodadvice commented 3 years ago

Pretty much all of them. For example here are the first 3 videos I saw and none of them had sound after I downloaded them. Here are their download links. https://v.redd.it/ea9o47v20pn61/DASHPlaylist.mpd?a=1618653961%2CMWVhMTk3MTMwZDllZWYzYjMwZmFkOGFhMDgxMDAzYTMwMzU3NGViZDRiODJjOGExMzRmNmNkOTIwMTU0ODBlNQ%3D%3D&v=1&f=sd https://v.redd.it/vzzx1nl2jmn61/DASHPlaylist.mpd?a=1618653961%2COWMwNThhODczOTBjOTU1YTRkY2JjMWRmYWVkMzU5Y2EyN2U1Y2Q2NzA5NzViMTE5NGUwYTQzZjQ5Y2VmZjAyMw%3D%3D&v=1&f=sd https://v.redd.it/7h1nx7rb5pn61/DASHPlaylist.mpd?a=1618653961%2CMmMwNWJiMTdhZGEzNDQwMzJlOTU3M2QzMWI1YjAyYmQ1ODQwMjYyYzc0NmQxMTFkMTFjYzM1N2FlMTRjMGMzOA%3D%3D&v=1&f=sd

AbsurdlySuspicious commented 3 years ago

DASH problem indeed. I think we can use something like this: https://github.com/TeamNewPipe/NewPipe/blob/ac86fe80c85bae126d956484d9e27e9d8c2919ee/app/src/main/java/org/schabi/newpipe/streams/Mp4FromDashWriter.java