proconsule / nxmp

NXMP is a video player for Nintendo Switch based on MPV
187 stars 19 forks source link

Enigma2 changing Channels #59

Open BassXT opened 2 years ago

BassXT commented 2 years ago

My receiver is having only one tuner. Selecting the Channel on Switch won't change the channel on my receiver. Would be great if an option for this would be added. # # @ @ @

Mymax74 commented 2 years ago

How connect my enigma2 decoder with switch?

proconsule commented 2 years ago

My receiver is having only one tuner. Selecting the Channel on Switch won't change the channel on my receiver. Would be great if an option for this would be added. # # @ @ @

Yes a zap before stream option can be added.

proconsule commented 2 years ago

How connect my enigma2 decoder with switch?

[Enigma2]
e2address=http://user:pass@ipaddressofdecoder:port/

So if the decoder web interface is on 192.168.0.50 for example and have user pippo and pass paperino will be

[Enigma2]
e2address=http://pippo:paperino@192.168.0.50/

User and pass are supported from 0.6.3 version

if it doesn't have user and pass (default on openatv images) it will be

[Enigma2]
e2address=http://192.168.0.50/
BassXT commented 2 years ago

My receiver is having only one tuner. Selecting the Channel on Switch won't change the channel on my receiver. Would be great if an option for this would be added. # # @ @ @

Yes a zap before stream option can be added.

Perfect ! Otherwise, streaming works perfectly with VTI image.

Mymax74 commented 2 years ago

Please i font undestand how i do it…

Inviato da iPhone

Il giorno 7 mar 2022, alle ore 08:24, proconsule @.***> ha scritto:

 How connect my enigma2 decoder with switch?

[Enigma2] @.***:port/ So if the decoder web interface is on 192.168.0.50 for example and have user pippo and pass paparino will be

[Enigma2] @.***/ User and pass are supported from 0.6.3 version

if it doesn't have user and pass (default on openatv images) it will be

[Enigma2] e2address=http://192.168.0.50/ — Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.