feat: added support for seeking in file streams#1049
feat: added support for seeking in file streams#1049gopal-panigrahi wants to merge 3 commits intoxbmc:masterfrom
Conversation
|
Looks promising, tho I have yet to test this! I've noticed that you've implemented seeking in your new While not technically required for this PR to work and be beneficial, I think it would be nice to support seeking when dealing with file URIs, too. Though then again, maybe that provides extra challenges. For the record: Kore will currently go through the If you would implement seeking in |
|
Understood, I’ll look into handling it for shared media as well. I wasn’t aware of the share feature, thanks for pointing it out. |
|
@rien333, I have tried adding seek support for uri content too. Maybe you can try and let me know if there is any usecase left. |
|
Think you covered everything! Will not have any time available to test until mid november, tho. |
Adds support for range headers for seeking in streams
fixes #1048