Option to not strip xtream URL path
I have a use case that requires the xtream URL path to be kept intact instead of stripping the URL down to just the origin. The part doing this I have found to be here. Tivimate and iMPlayer for example both keep the path of the URL.
Example: URL: http://a.example.com/a/b/player_api.php Becomes: http://a.example.com/player_api.php
It would be awesome if the path was kept or the option provied 🙏
That does make a lot of sense. I will look into it
As long as you don't select the 'correct' option, it should keep the URL as-is.
https://github.com/user-attachments/assets/4cd4d6fd-f0d3-4afa-aa21-49a9cb1ea696
come to think about it, your concern is relevant for channel url formatting, which uses the origin
You mean this part constructs the channel url using the origin?
My use case would be expecting http://a.example.com/a/b/streamType/testUsername/testPassword/channelID.ts for channel formating. Similarly, using the full url of the source instead of only the origin would work. This is how tivimate treats it for example.