Marek Czerski

Results 33 comments of Marek Czerski

The sdMode.v file is a heritage from the original project that I based my work on (http://opencores.org/project,sdcard_mass_storage_controller). I took all the tests of the original project as they were and...

I don't know if this is the same issue as mine but at least I have the same error in .metadata/.log file. I found out that the plugin requires that...

nothing important in mopidy logs. In gstreamer logs, with GST_DEBUG=3,*spotify*:6, after playing the song: ``` 0:00:28.190274119 8 0x15607a0 DEBUG spotifyaudiosrc audio/spotify/src/spotifyaudiosrc/imp.rs:354:::set_uri: set URI: spotify:track:71fSn6OIF7HnCbgCzOBqpj 0:00:28.197646613 8 0xf1605380 DEBUG spotifyaudiosrc audio/spotify/src/common.rs:144:gstspotify::common::Settings::connect_session::{{closure}}:...

also i'm watching cpu usage with htop. it shows that most of the usage is RED - Kernel threads

local files are working and produce such log ``` 0:00:19.831573348 8 0x10fa7a0 WARN basesrc gstbasesrc.c:3688:gst_base_src_start_complete: pad not activated yet 0:00:19.837045208 8 0x10fa7a0 WARN basesrc gstbasesrc.c:3688:gst_base_src_start_complete: pad not activated yet 0:00:19.849541519...

I added htop and gdb to docker image to track down what is going on, while the CPU goes 100% this is the state: htop: ![mopidy_spotify_htop](https://github.com/user-attachments/assets/9262df75-7589-4116-a1e9-9d01cfa4f70c) gdb: ``` (gdb) c...

I can reproduce the issue with gst-launch command. First something that works (http stream): ``` # gst-launch-1.0 playbin uri=http://mp3.polskieradio.pl:8900/ Setting pipeline to PAUSED ... Pipeline is PREROLLING ... Got context...

and log with GST_DEBUG=5: [log.txt](https://github.com/user-attachments/files/17180835/log.txt) after launching the command this is the part of log that keeps repeating endlessly: ``` 0:00:00.405050467 15195 0xac544200 DEBUG query gstquery.c:679:gst_query_new_custom: creating new query 0xac611120...

I built gst-plugin-spotify v.0.13.2 in debug version. started with rust-gdb and this is what I get after starting gst-launch commad. ``` (gdb) info thread Id Target Id Frame * 1...

Yes, versions are the same. also tried v0.14.0 - same result. Actually on the other host spotify works also in docker so I suspect that this issue is somehow related...