Scheduled Maintenance: We are aware of an issue with Google, AOL, and Yahoo services as email providers which are blocking new registrations. We are trying to fix the issue and we have several internal and external support tickets in process to resolve the issue. Please see: viewtopic.php?t=158230

 

 

 

[Solved] Can't play DASH youtube movies

Graphical Environments, Managers, Multimedia & Desktop questions.
Post Reply
Message
Author
User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

[Solved] Can't play DASH youtube movies

#1 Post by bester69 »

Hi,

I cat play this type of movies with mpv 027-029 in Stretch..
youtube-dl -F https://www.youtube.com/watch?v=I6WVt2X4Trs

[youtube] I6WVt2X4Trs: Downloading webpage
[youtube] I6WVt2X4Trs: Downloading MPD manifest
[info] Available formats for I6WVt2X4Trs:
format code extension resolution note
139 m4a audio only DASH audio 64k , m4a_dash container, mp4a.40.5@ 48k (24000Hz)
140 m4a audio only DASH audio 144k , m4a_dash container, mp4a.40.2@128k (48000Hz)
160 mp4 256x144 DASH video 192k , mp4_dash container, avc1.4d400c, 30fps, video only
133 mp4 426x240 DASH video 419k , mp4_dash container, avc1.4d4015, 30fps, video only
134 mp4 640x360 DASH video 772k , mp4_dash container, avc1.4d401e, 30fps, video only
135 mp4 854x480 DASH video 1077k , mp4_dash container, avc1.4d401f, 30fps, video only
136 mp4 1280x720 DASH video 2187k , mp4_dash container, avc1.4d401f, 30fps, video only (best)
Any idea why this might be happening?.. :? Vlc 3.0 is able to play them


Thanks, a lot.
Last edited by bester69 on 2020-08-24 11:33, edited 1 time in total.
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
sunrat
Administrator
Administrator
Posts: 6476
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: Can't play DASH youtube movies

#2 Post by sunrat »

DASH is a live streaming protocol so I guess you can't actually download it until the stream is finished.
I just downloaded that video with youtube-dl and it played fine in MPV 0.32.0-2+b1 (thank me later, I don't even speak Spanish). I'm on Sid though, don't have a Stretch to try it on.
I'm sure you'll work it out, bester. You always seem to have unique problems and fortunately a unique ability to solve them. :wink:

And thanks to this topic, I got youtube-dl working on my Sid again. It was looking for a non-existent /usr/bin/python so I just had to

Code: Select all

# ln -s /usr/bin/python3 /usr/bin/python
Happy days! 8)
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

User avatar
bester69
Posts: 2072
Joined: 2015-04-02 13:15
Has thanked: 24 times
Been thanked: 14 times

Re: Can't play DASH youtube movies

#3 Post by bester69 »

sunrat wrote:DASH is a live streaming protocol so I guess you can't actually download it until the stream is finished.
I just downloaded that video with youtube-dl and it played fine in MPV 0.32.0-2+b1 (thank me later, I don't even speak Spanish). I'm on Sid though, don't have a Stretch to try it on.
I'm sure you'll work it out, bester. You always seem to have unique problems and fortunately a unique ability to solve them. :wink:

And thanks to this topic, I got youtube-dl working on my Sid again. It was looking for a non-existent /usr/bin/python so I just had to

Code: Select all

# ln -s /usr/bin/python3 /usr/bin/python
Happy days! 8)
Im glad you fixed youtube-dl..Im also using python's youtube..I made this scritp in past to update youtube and others packages..I use it when i need to update youtube-dl cos it stop working

Code: Select all

sudo pip3 install --upgrade youtube_dl
sudo pip3 install --upgrade mps-youtube
sudo pip3 install --upgrade pafy
sudo pip3 install --upgrade dbus-python pygobject
# Repara youtube error con cache
youtube-dl -v --rm-cache-dir
sunrat wrote:.. You always seem to have unique problems and fortunately a unique ability to solve them. :wink:
- ok, keep in mind that's the signature of a non organic portal... (unique behavior) , friendly energy like yours also belongs to not organic portals..so you're lucky of not being in their side of darkness


its very strange, Now its playing the vid.. Ok, surelly :arrow: It has to be with being a recently uploaded movie as you told me, cos its a 4 hours ago vid made... Now, when It happens to me again, I will first check if its a recetly movie to not bothering you.. :? SORRY!!

Thanks, mate :o
bester69 wrote:STOP 2030 globalists demons, keep the fight for humanity freedom against NWO...

User avatar
sunrat
Administrator
Administrator
Posts: 6476
Joined: 2006-08-29 09:12
Location: Melbourne, Australia
Has thanked: 118 times
Been thanked: 474 times

Re: [Solved] Can't play DASH youtube movies

#4 Post by sunrat »

I don't even install it, just download the package from Github and copy only the python script to ~/bin/ . Update when necessary can then be done with

Code: Select all

# youtube-dl -U
“ computer users can be divided into 2 categories:
Those who have lost data
...and those who have not lost data YET ”
Remember to BACKUP!

Post Reply