-
|
Hey, I am running into a bit of trouble when I am trying to add my own custom For example: I tried playing this with a local mpv instance and media_kit test repo and it works, which shows my backend is serving a valid hls playlist. However, when my SourcedTrack (You can find it here), it results in Digging a bit deeper, from libmpv's output From the output, I am guessing for some reason the libmpv is treating my HLS playlists as a plaintext playlist instead of a HLS playlist. Any idea on why this is the case? Not exactly sure if this is a bug or just my structure for source track is incorrect. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Here is a more verbose output: |
Beta Was this translation helpful? Give feedback.
-
|
I think I figured out the issue, Spotube only depends on media_kit audio, which supports a reduced sets of demuxers. So when it tries open the file one of the log output |
Beta Was this translation helpful? Give feedback.
I think I figured out the issue, Spotube only depends on media_kit audio, which supports a reduced sets of demuxers. So when it tries open the file one of the log output
[fatal] lavf: Unknown lavf format hls, indicates the audio version don't have a HLS demuxer (For reference the successful attempts outputted[v] lavf: Found 'hls' at score=100 size=805.. Currently I am fixing this by updating thepubspec.yamlto include video components of the media kit.