Mattia Di Eleuterio
Mattia Di Eleuterio
As a user I'm waiting for this, if this doesn't get merged then some logic to clean old conversation data is really needed IMHO.
if you already have the git repo in the folder remember to also do a `git pull` before the `docker-compose` command
Hi and thanks for enjoying the project! This is a natural feature to add but due to how I'm using yt-dlp only to get the stream URL and then transcode...
I had experimented with that and I know I had problems so I dropped it as an idea, but can't remember the real reason but I think seeking was one...
Cool! Thank you for the help! :smiley: I'll assign this one to you then feel free to use this issue to summit any of your proposal, once it's decided you...
@tarunsamanta2k20 you still want to take a shot at it? There is no deadline but let me know if you decide to not work on it so I can put...
there is none yet, if you have one it's probably your server injecting one or the browser doing some magic
This is the file with the defaults and all the declared variables https://github.com/madiele/vod2pod-rss/blob/main/src%2Fconfigs%2Fmod.rs I completely forgot to add a way to set the password! so you will have no luck...
@johnyb0y the beta image has now experimental vorbis and opus support if you want to try it (in the docker-compose replace `image: madiele/vod2pod-rss` with `image: madiele/vod2pod-rss:beta`, from my tests I...
what I found is the browser will fetch the first bytes of the stream, then the final bytes of it before streaming it all with seeking disabled, this behavior makes...