2019-11-05, 11:26 PM
I have a HDhomerun with MPEG4 capability. I noticed nextpvr5 stores recordings as MPEG2. I looked into the web UI and didn't see an obvious way to have my HDhomerun stream as MPEG4.
NextPVR4 does of course do this (aka service type of H.264 HD), and after some poking around i believe under the covers it's stored in the nextpvr.db3 under the channel_mapping table using a service type of 25.
Before I go about doing something silly I have a few Qs;
NextPVR4 does of course do this (aka service type of H.264 HD), and after some poking around i believe under the covers it's stored in the nextpvr.db3 under the channel_mapping table using a service type of 25.
Before I go about doing something silly I have a few Qs;
- Can I set the service type to "H.264 HD" in nextpvr5 web UI as I can in nextpvr4? I don't think so but i want to double check.
- If no, - is the schema that effects channel_mapping relatively unchanged from v4 to 5? Looks like it's the same to me. I see new tables, but things sort of look relatively similar enough.
- Thus, can I "update channel_mapping set service_type = 25" in nextpvr.db3 and achieve the effect I desire?