Bug #3120
htsp: unable to create profile chain 'pass'
0%
Description
According to the webif, pass is the default streaming profile.
When no profile is selected (this is the default for any new user) this makes me believe "pass" is selected.
When changing the profile to pass manually (when you come from another profile) tvheadend will issue an error:
htsp: unable to create profile chain 'pass'
Should the pass profile actually work when using kodi as client?
History
Updated by Jaroslav Kysela about 9 years ago
No, the 'pass' profile is muxer (stream format) but the htsp protocol does not use muxers at all (it sends raw data to the client). You may use the htsp or transcoding profile for the htsp client. If I understand correctly this report - if you select 'pass' profile in the access controls, the htsp server does not work (in 4.0)?
Updated by Carlo Landmeter about 9 years ago
Yes if i select pass in 4.0.x, then I get the msg: htsp: unable to create profile chain 'pass'
For me its unclear which profile is selected when i don't select any profile (field is empty in access control), I would presume its "pass" as its the default one.
Updated by Carlo Landmeter about 9 years ago
ok, when i select pass profile, my kodi client will work now.
Is that the way it should work now? you mention before "pass" is not supported for HTSP clients, but now it is?
Updated by Jaroslav Kysela about 9 years ago
- Status changed from New to Fixed
No, the htsp profile will be used as fallback if the user's profile is not valid for the HTSP streaming. Check logs - the subscription lines should print used profile.
I'm closing this as fixed.