←  [EN] Enduser support

Forums

»

Tuning and recording from the command line

morningperson's Photo morningperson 12 Aug 2023

Hi!

 

I'm using a Zgemma H11s and I'm trying to figure out if it's possible to record to .ts using the command-line?

 

Is it also possible to change the tuning parameters from the command line?

 

I'm trying to automate some testing and would be really grateful if someone can tell me the correct way to do this.

 

Thanks in advance!

 

--

morningperson

 

 

Quote

WanWizard's Photo WanWizard 12 Aug 2023

You should be able to create a timer that starts an immediate recording using the http api.

 

Not sure what you mean by tuning parameters, and what exactly you intent to achieve.

Quote

morningperson's Photo morningperson 12 Aug 2023

You should be able to create a timer that starts an immediate recording using the http api.

 

I see! I assume you are referring to the OpenWebIf API's "recordnow" feature? I was not aware of this. Thank you!

 

(I tried to link to include a link to the API documentation on the OE-alliance github wiki just now but the forum wouldn't let me)

 

Not sure what you mean by tuning parameters, and what exactly you intent to achieve.

 

I'd like to be able to change the DVB-S2 receiver's current receive frequency, modulation, symbol rate, bandwidth, code rate, etc. in order to switch between TV channels.

 

--

morningperson

Quote

WanWizard's Photo WanWizard 12 Aug 2023

This is the correct link, we are not affiliated with OE-A: https://github.com/E...I-documentation

 

You can use the API to change channels too.

 

You only have access to the tuners if you stop Enigma, which basically means you have to build your own TV app...

Quote