Skip to content
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

mp4 demux discontinuity error #2

Open
hillt03 opened this issue Dec 17, 2019 · 0 comments
Open

mp4 demux discontinuity error #2

hillt03 opened this issue Dec 17, 2019 · 0 comments
Labels
bug Something isn't working

Comments

@hillt03
Copy link
Owner

hillt03 commented Dec 17, 2019

[000001e269b0b7b0] mp4 demux: Fragment sequence discontinuity detected 1 != 0
[000001e269b0b510] adaptive demux error: Failed to create demuxer 0000000000000000 Unknown
[000001e269b0b270] mp4 demux: Fragment sequence discontinuity detected 1 != 0
[000001e269b0b270] mp4 demux: Fragment sequence discontinuity detected 1 != 2
[000001e269b0b510] adaptive demux error: Failed to create demuxer 0000000000000000 Unknown
[000001e269b0b270] mp4 demux: Fragment sequence discontinuity detected 1 != 2

This is a rare demux error that, for me, seems to be occurring only on YouTube songs in which I've personally uploaded. As it stands, it causes a VLC window to pop up and play the YouTube video instead of just the audio. I found a way to mitigate this issue which stops VLC from opening a window and will be pushing the changes shortly, although, the error still shows without having any other effects, at least that seems to be the case. Requires further investigation.

Changing self.vlc_player.set_mrl(song_url) to self.vlc_player.set_mrl(song_url, ":no-video") mitigates the issue.

@hillt03 hillt03 added the bug Something isn't working label Dec 17, 2019
hillt03 added a commit that referenced this issue Dec 17, 2019
hillt03 added a commit that referenced this issue Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant