-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HTSP protocol extensions #350
Comments
Sounds great! What does direct MPEG-TS transfer mean in practice? |
If it is possible to keep master pvr.hts work with both tvh 4.2 (stable) and tvh master, without cluttering pvr.hts code to much, +1 from my end. |
The major incompatibilities are 128-bit UUIDs and 64-bit EPG IDs. Currently, TVH manages the 32-bit IDs only for the HTSP protocol. Unfortunately, it means that if I remove support for 32-bit IDs in tvh, the older clients won't work. I probably have to maintain some translation tables for older clients - not a big fun. Anyway, I'd like to put this change ASAP to the code (with upgraded API number) so you can add those changes to next pvr.hts release. Passing MPEG-TS means that tvh will not change the input data at all (except for transcoding). |
I'd like to discuss some extensions to the HTSP protocol:
The text was updated successfully, but these errors were encountered: