madiele / vod2pod-rss

Vod2Pod-RSS converts a YouTube or Twitch channel into a podcast with ease. It creates a podcast RSS that can be listened to directly inside any podcast client. VODs are transcoded to MP3 on the fly and no server storage is needed!
MIT License
230 stars 6 forks source link

Transcoding does not stop after stopping the player #222

Closed acamposcar closed 1 month ago

acamposcar commented 1 month ago

app version: 1.2.3 beta


Hi there. I've seen that when transcoding an episode starts, it doesn't stop when the player is closed. I've tested this using the audio player in Chrome and I've seen the ffmpeg process keeps running (and using CPU) even when I close Chrome.

Any idea?

Love the project! Good work!

Thanks!

madiele commented 1 month ago

I theory it should stop as soon as the connection to the server is dropped, I remember I did verified it, does it happens also if you close chrome? Are you hitting the stop button on the ui? Or just pause?

The stop button shoud stop the transcoding, the pause does not as chrome will keep buffering

acamposcar commented 1 month ago

It was an error with my server configuration. Now it is working fine again!