トラム
❔ Streama audiofile with capability to skip to a specific duration
So for startes, I am making a .net core webapi that uses youtubeAPI to search for music and uses youtube-dlp and ffmpeg to download the tracks as my final project,
the API is for both a web and desktop app (still thinking bout name ^^) that lets you make playlists (tracks from youtube) and download them . [I know youtube is not the ideal choice, but besides point].
so anyways everything works ok I guess, the issue is in the webapp, you cant skip to a specific timestamp and when attempting to do so, it just go back to 00:00
and I don't want to send whole file at once to client since FLAC files can get up to 40Mb each and could be irritating. and m trying to stream file bit by bit and still have capability to skip, any idead ?
2 replies