pystardust / ani-cli

A cli tool to browse and play anime
GNU General Public License v3.0
7.93k stars 544 forks source link

Problem with VLC (mpv works fine) #668

Closed at-pyrix closed 2 years ago

at-pyrix commented 2 years ago

Metadata Version: 2.1.1 OS: Linux Manjaro LTS 5.15.32-1 Shell: zsh Anime: Any anime

Describe the bug It works fine with mpv, with VLC it just loads forever. Here's a GIF demonstrating the issue

Steps To Reproduce

  1. Run ani-cli -v (-v for vlc)
  2. Search any anime (for example: jujutsu kaisen)
  3. Choose any number (2)
  4. Choose any episode (7) lol

Expected Behaviour The video should play as it does with mpv.

output

Is this a problem with VLC or with ani-cli. P.S: Youtube videos do work, command:

vlc https://www.youtube.com/watch\?v\=kSZddHca0ME
MMOOBB commented 2 years ago

Seems like an issue with your instance of vlc, works fine on my end. Maybe try a fresh install of vlc.

at-pyrix commented 2 years ago

i'll try

at-pyrix commented 2 years ago

Nope, didn't work.

Commands

sudo pacman -R vlc
sudo pacman -S vlc
justchokingaround commented 2 years ago

did you install youtube-dl ??

CoolnsX commented 2 years ago

did you install youtube-dl ??

Vlc uses its own library.. so that won't do anything

at-pyrix commented 2 years ago

did you install youtube-dl ??

yes, I did

justchokingaround commented 2 years ago

did you install youtube-dl ??

Vlc uses its own library.. so that won't do anything

oh well

Justaus3r commented 2 years ago

can confirm this behavior on my end on archcraft .latest vlc version from aur.seems like arch specific vlc problem .

Edit: ooya forgot,installing the vlc-git package has seem to fix the problem.in past vlc has had various bugs for streaming hls streams .overall this seems to me like a vlc bug. error btw:

[00007fef4850fdc0] adaptive demux error: Failed to create demuxer (nil) TS
at-pyrix commented 2 years ago

Dude how do you even install vlc-git, I tried installing it from AUR with the command

yay -S vlc-git

damn, it took 20 minutes and failed ultimately

Justaus3r commented 2 years ago

if its a mirror problem. try upgrading manjaro using sudo pacman -Syu(and not -Sy since it just updates the repo list and partial upgrades are not supported on arch).it should solve the issue.

port19x commented 2 years ago

Relabeling as support, hope you can get this fixed

at-pyrix commented 2 years ago

Reinstalled VLC, the problem seems to be fixed now :)

Derisis13 commented 2 years ago

Good, I'm closing the issue