renovate[bot]
db158b11a5
fix(deps): update rust crate libwebp-sys to 0.9.5
2024-02-19 06:49:54 +00:00
renovate[bot]
8e392ed2e3
chore(deps): lock file maintenance
2024-02-19 01:57:01 +00:00
renovate[bot]
28fd48b6a3
chore(deps): lock file maintenance
2024-02-12 00:37:29 +00:00
renovate[bot]
34e83cc2bf
chore(deps): lock file maintenance
2024-02-05 01:36:21 +00:00
renovate[bot]
b6e950175a
fix(deps): update rust crate actix-web to 4.5.1
2024-02-04 04:29:05 +00:00
renovate[bot]
9327f06390
fix(deps): update rust crate tokio to 1.36.0
2024-02-02 13:02:01 +00:00
renovate[bot]
1c58d60539
fix(deps): update rust crate reqwest to 0.11.24
2024-01-31 18:30:27 +00:00
renovate[bot]
1c12a67ed7
chore(deps): lock file maintenance
2024-01-29 01:57:36 +00:00
renovate[bot]
0098582abe
chore(deps): lock file maintenance
2024-01-22 01:48:32 +00:00
renovate[bot]
e3ae57420c
fix(deps): update rust crate regex to 1.10.3
2024-01-21 15:32:44 +00:00
renovate[bot]
97c9282197
chore(deps): lock file maintenance
2024-01-15 00:11:36 +00:00
renovate[bot]
17c453e51b
fix(deps): update rust crate image to 0.24.8
2024-01-13 22:50:29 +00:00
renovate[bot]
ffe1cf5b48
fix(deps): update rust crate ravif to 0.11.4
2024-01-08 20:02:20 +00:00
renovate[bot]
f29b2ae68d
chore(deps): lock file maintenance
2024-01-08 02:00:56 +00:00
Kavin
e0bb6a3a78
Only attempt ump decoding when response is successful.
2024-01-03 18:25:30 +00:00
renovate[bot]
000a14e738
chore(deps): update ilammy/setup-nasm action to v1.5.1
2024-01-01 11:45:24 +00:00
renovate[bot]
37d32493dd
chore(deps): lock file maintenance
2024-01-01 00:27:43 +00:00
renovate[bot]
7448e18b77
chore(deps): lock file maintenance
2023-12-25 01:18:50 +00:00
renovate[bot]
4b4a67a3b4
fix(deps): update rust crate actix-web to 4.4.1
2023-12-24 18:27:49 +00:00
renovate[bot]
1ce21d827e
fix(deps): update rust crate futures-util to 0.3.30
2023-12-24 16:59:49 +00:00
renovate[bot]
2c41c17c36
fix(deps): update rust crate tokio to 1.35.1
2023-12-19 18:29:50 +00:00
renovate[bot]
0338e8b68f
chore(deps): lock file maintenance
2023-12-18 21:30:41 +00:00
renovate[bot]
c0ac30e886
fix(deps): update rust crate reqwest to 0.11.23
2023-12-18 21:30:17 +00:00
renovate[bot]
d72b2c421c
chore(deps): lock file maintenance
2023-12-18 00:38:40 +00:00
Kavin
cd8cf245c0
Set content-length and range query parameter properly.
2023-12-15 17:57:46 +00:00
Kavin
7c72df8f0d
Add error logging for UMP Transforming Errors in the transformed stream
2023-12-14 22:48:39 +00:00
Kavin
437ee17508
Poll should be pending when there's not enough data to read.
2023-12-14 22:19:13 +00:00
renovate[bot]
1dbe891119
chore(deps): update actions/upload-artifact action to v4
2023-12-14 20:15:36 +00:00
Kavin
e291ed4e19
Refactor utils and UMP transforming code to new files.
2023-12-14 13:37:52 +00:00
Kavin
e90eebcbd7
Don't include /range/ in hash
...
See https://github.com/TeamPiped/Piped/issues/3211
2023-12-14 05:03:55 +00:00
Kavin
19dca8bdd0
Escape URL when rewriting DASH responses.
2023-12-14 05:03:08 +00:00
Kavin
7586ae314b
Refactor UmpTransformStream to use io::Error instead of ReqwestError
...
- Replaced all occurrences of `ReqwestError` with `io::Error` in the code.
- Updated the type signature and implementation of `UmpTransformStream` to use `io::Error`.
- Handled errors when calling `read_variable_integer` by returning an error result.
2023-12-11 22:51:16 +00:00
renovate[bot]
e158c3aef8
chore(deps): lock file maintenance
2023-12-11 03:32:18 +00:00
renovate[bot]
961ae28fc2
chore(deps): lock file maintenance
2023-12-11 01:11:28 +00:00
renovate[bot]
a2717e3cb3
fix(deps): update rust crate tokio to 1.35.0
2023-12-09 00:34:44 +00:00
Kavin
c3b78def59
Be compliant with rfc7233 for sending a 206 response.
2023-12-08 10:47:52 +00:00
renovate[bot]
118c005d4d
fix(deps): update rust crate once_cell to 1.19.0
2023-12-07 13:49:05 +00:00
Kavin
a9bc07e98d
Send 206 response in UMP response content.
2023-12-06 06:39:18 +00:00
renovate[bot]
b9c8dc8f58
chore(deps): lock file maintenance
2023-12-04 01:34:58 +00:00
Kavin
2295ad3d94
Add range header handling for ump streams.
...
See https://github.com/TeamPiped/Piped/issues/3196
2023-11-30 02:10:50 +00:00
Kavin
75f7c4e8cd
Return the right variable when rewriting manifests
...
This should now correctly return the rewritten manifest.
2023-11-28 18:36:36 +00:00
Kavin
a2e77d2668
Fix for another edge case.
2023-11-28 03:47:04 +00:00
Kavin
3e8098d105
Fix issues with skipping certain stream segments.
2023-11-28 02:54:02 +00:00
Kavin
67a519978b
Merge pull request #120 from TeamPiped/ump-support
...
Add support for handling ump responses
2023-11-27 23:58:37 +00:00
Kavin
2164f907ef
Add support for handling ump responses.
2023-11-27 23:54:55 +00:00
renovate[bot]
cc5337325d
chore(deps): lock file maintenance
2023-11-27 02:12:54 +00:00
Kavin
496f58f81a
fix: Add support for generating qhash in rewritten manifests
...
Closes https://github.com/TeamPiped/Piped/issues/3162
2023-11-21 12:45:53 +00:00
Kavin
d72fb3c445
Include path in hash
2023-11-20 08:32:37 +00:00
Kavin
01697ebb86
Filter qhash query parameter.
2023-11-20 08:09:38 +00:00
Kavin
dfe87e0292
Fix clippy issue.
2023-11-20 08:05:47 +00:00