Range Feature #69
Answered
by
ngraziano
fatihbahceci
asked this question in
Q&A
-
How can I use this library with Range property?
|
Beta Was this translation helpful? Give feedback.
Answered by
ngraziano
Sep 9, 2021
Replies: 1 comment
-
In the library there no class to handle Range header, but you can add the header you want as string in PLAY message. If you use the exemple you can modify Play method and add the headers with something like If you want to create an utility class to handle Range header in the library, feel free to create a pull request. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
fatihbahceci
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In the library there no class to handle Range header, but you can add the header you want as string in PLAY message.
If you use the exemple you can modify Play method and add the headers with something like
play_message.Headers.Add("Range", "ntp=30-");
If you want to create an utility class to handle Range header in the library, feel free to create a pull request.