Bug #4074
Different streaming profiles not handled correctly: Streaming profiles for HDTV or SDTV
0%
Description
Hi all,
i just was too lazy to buy a MPEG-2 license key for my RPI2 and created two access entries for my RPI devices running Kodi/pvr.hts:
The first entry for HDTV channels (h264, mostly): excluded all channels with channel tag "SDTV", selected profile "htsp"
The second entry for SDTV channels: excluded all channels with channel tags "HDTV" and "UHDTV", selected profile "to-h264"
Profile "to-h264" is a transcoding profile, with following settings:
tested and works without problems.
RPI:
- In pvr.hts i set nothing in the profile settings (empty string).
- After a reboot and a cleanup of the PVR Database i tested some channels, but "htsp" was always chosen as profile:
The channel "TOGGO plus" has NO HDTV channel tag and HAS a SDTV channel tag:
I checked the source code of pvr.hts but couldn't find [any magic there](https://github.com/kodi-pvr/pvr.hts/blob/master/src/tvheadend/Subscription.cpp#L140).
Files
History
Updated by C K almost 8 years ago
- File BhupgeB.png BhupgeB.png added
- File iXW4FZz.png iXW4FZz.png added
- File jOKg1hX.png jOKg1hX.png added
- File 251UTMn.png 251UTMn.png added
Damn. Missed the "preview" button here :-) ignore my first post and keep reading here:
Hi all,
i just was too lazy to buy a MPEG-2 license key for my RPI2 and created two access entries for my RPI devices running Kodi/pvr.hts:
The first entry for HDTV channels (h264, mostly): excluded all channels with channel tag "SDTV", selected profile "htsp"
The second entry for SDTV channels: excluded all channels with channel tags "HDTV" and "UHDTV", selected profile "to-h264"
Profile "to-h264" is a transcoding profile, with following settings:
tested and works without problems.
RPI:
- In pvr.hts i set nothing in the profile settings (empty string).
- After a reboot and a cleanup of the PVR Database i tested some channels, but "htsp" was always chosen as profile:
The channel "TOGGO plus" has NO HDTV channel tag and HAS a SDTV channel tag:
I checked the source code of pvr.hts but couldn't find any magic there: https://github.com/kodi-pvr/pvr.hts/blob/master/src/tvheadend/Subscription.cpp#L140.