Skip to content

Commit

Permalink
Add streamrelay configuration in Customize setup menu
Browse files Browse the repository at this point in the history
  • Loading branch information
Littlesat committed Oct 15, 2023
1 parent 2060375 commit bd38ebe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/setup.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@
<item level="2" text="Include ECM in http streams" description="When enabled, ECM data will be included in http streams. This allows a client receiver to do the descrambling.">config.streaming.stream_ecm</item>
<item level="2" text="Descramble sending http streams" description="When enabled, http streams are descrambled on the server side. The (remote) client receiver does not have to do descrambling. Default on.">config.streaming.descramble</item>
<item level="2" text="Descramble receiving http streams" requires="HasOfflineDecoding" description="When enabled, always descramble receiving http streams. This takes up more resources (descrambling demuxers), only enable if necessary. Individual streams are always descrambled if 0x100 is added to the service type, regardless of this setting. Default off.">config.streaming.descramble_client</item>
<item level="2" text="Descramble service via streamrelay url" description="The IP address from the streamrelay server that is used to descramble services that can only be encrypted via streamrelay">config.misc.softcam_streamrelay_url</item>
<item level="2" text="Descramble service via streamrelay port" description="The port from the streamrelay server that is used to descramble services that can only be encrypted via streamrelay">config.misc.softcam_streamrelay_port</item>
<item level="2" text="Require authentication for http streams" description="When enabled, authentication is required to watch http streams.">config.streaming.authentication</item>
<item level="2" text="Http(s) stream start delay" description="Define additional delay in milliseconds before start of http(s) streams, e.g. to connect a remote tuner, you use a complex system of DiSEqC.">config.usage.http_startdelay</item>
<item level="2" text="Fan operation" description="Configure how the fan should operate" requires="Fan">config.usage.fan</item>
Expand All @@ -46,6 +48,7 @@
<item level="2" text="Alternative URL for images listed on FlashImage" description="Enter an URL where alternative images could be listed for FlashImage. Enter text 'all' for automatic access of many images." requires="canFlashWithOfgwrite">config.usage.alternative_imagefeed</item>
<item level="1" text="Time synchronization method" description="Select how you want your receiver to keep the correct time, either from the DVB transponder, or from the internet using NTP. Or use Auto, which will favour using NTP, but will fall back to transponder time when no internet connection is available.">config.ntp.timesync</item>
<item level="1" text="NTP Hostname" conditional="config.ntp.timesync.value != 'dvb'" description="The hostname or the IP address of the NTP server to synchronise the time with.">config.ntp.server</item>

</setup>
<setup key="userinterface" title="User interface">
<item level="1" text="Show animation while busy" description="Show busy indicator when the system is busy.">config.usage.show_spinner</item>
Expand Down

1 comment on commit bd38ebe

@ims21
Copy link
Contributor

@ims21 ims21 commented on bd38ebe Nov 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sentences in helptext should be finished with dot, as is usualy for this helptexts.

Please sign in to comment.