You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
The text was updated successfully, but these errors were encountered:
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)
toself.vlc_player.set_mrl(song_url, ":no-video")
mitigates the issue.The text was updated successfully, but these errors were encountered: