Thread Rating:
  • 4 Vote(s) - 2.75 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Direct Optical mode - How to
(25-Sep-2020, 12:03)alandbush Wrote: Correction:
Direct optical mode is achieved using the Devialet Phantom Remote application and NOT Spark.
Once converted, the Phantom speakers can no longer be controlled by Spark.

As mentioned previously the Phantom speakers become 'dumb', only playing audio presented via optical by an outside hardware source.

Thank you. But could you please explain the procedure with the Devialet Phantom Remote current Version 1.12.1(12102)? Is it still pressing ten times on a blank space, because this does not work for me?

Then other mention pressing 5 times the power button at the back of Phantom Premier which I have not tried yet.
Reply
(25-Sep-2020, 16:08)frefre Wrote:
(25-Sep-2020, 12:03)alandbush Wrote: Correction:
Direct optical mode is achieved using the Devialet Phantom Remote application and NOT Spark.
Once converted, the Phantom speakers can no longer be controlled by Spark.

As mentioned previously the Phantom speakers become 'dumb', only playing audio presented via optical by an outside hardware source.

Thank you. But could you please explain the procedure with the Devialet Phantom Remote current Version 1.12.1(12102)? Is it still pressing ten times on a blank space, because this does not work for me?

Then other mention pressing 5 times the power button at the back of Phantom Premier which I have not tried yet.

X5 time power button : "Store mode" at 190ms (only optical at 190ms), not "low latency optical mode" at 1ms

yes, what is the procedure via the Devialet Phantom Remote current Version 1.12.1(12102)?  curious..... to know that Smile
IMAC -> MOTU 8A -> TOSLINK -> PHANTOM I RIGHT AUX OPTICAL INPUT-> ETHERNET CABLE between LEFT and RIGHT (60ms):  2X Phantom I 103 dB (2021) in STEREO MODE DOS 2.12.3 - app 1.14
Reply
(25-Sep-2020, 16:08)frefre Wrote:
(25-Sep-2020, 12:03)alandbush Wrote: Correction:
Direct optical mode is achieved using the Devialet Phantom Remote application and NOT Spark.
Once converted, the Phantom speakers can no longer be controlled by Spark.

As mentioned previously the Phantom speakers become 'dumb', only playing audio presented via optical by an outside hardware source.

Thank you. But could you please explain the procedure with the Devialet Phantom Remote current Version 1.12.1(12102)? Is it still pressing ten times on a blank space, because this does not work for me?

Then other mention pressing 5 times the power button at the back of Phantom Premier which I have not tried yet.

You are following the correct procedure for DOS 1.  However, no one, to my knowledge, has confirmed that this procedure works with DOS2.
I have no knowledge of the other procedure, other than it is incorrect for DOS1.
Reply
(25-Sep-2020, 17:25)alandbush Wrote:
(25-Sep-2020, 16:08)frefre Wrote:
(25-Sep-2020, 12:03)alandbush Wrote: Correction:
Direct optical mode is achieved using the Devialet Phantom Remote application and NOT Spark.
Once converted, the Phantom speakers can no longer be controlled by Spark.

As mentioned previously the Phantom speakers become 'dumb', only playing audio presented via optical by an outside hardware source.

Thank you. But could you please explain the procedure with the Devialet Phantom Remote current Version 1.12.1(12102)? Is it still pressing ten times on a blank space, because this does not work for me?

Then other mention pressing 5 times the power button at the back of Phantom Premier which I have not tried yet.

You are following the correct procedure for DOS 1.  However, no one, to my knowledge, has confirmed that this procedure works with DOS2.
I have no knowledge of the other procedure, other than it is incorrect for DOS1.

After posting, I, belatedly, checked the version of the Devialet Phantom Remote IOS app to discover it has not been updated for 4 years.  It is currently at version 1.0.2.

Clearly, you are using what I suppose is the DOS2 remote app. My apologies for the confusion.

When the thread was created there was only one Devialet Phantom Remote IOS app.

This app still exists in the AppStore named Devialet Phantom Remote.
It may still work with DOS2 Phantoms as may the Direct Optical mode procedure.
Reply
Hi Everyone,
I'm waiting for Devialet to send me the instructions to configure Premieres into Low Latency Optical Direct Mode. They will send me the instructions when the fix for the current firmware is released. They are concerned that the fix may alter the instructions, hence the delay. I'll post the instructions as soon as I receive them.
6 x Phantom Gold, 3 x Phantom Silver, 2 x Phantom Classic, 9 x Phantom Reactor 900, Symetrix Radius AEC-2, 2 x JBL Synthesis SDP-55, Dante
Reply
(25-Sep-2020, 23:11)njaiswal Wrote: Hi Everyone,
I'm waiting for Devialet to send me the instructions to configure Premieres into Low Latency Optical Direct Mode.  They will send me the instructions when the fix for the current firmware is released.  They are concerned that the fix may alter the instructions, hence the delay.  I'll post the instructions as soon as I receive them.

Brilliant. Thanks for your efforts.

Would you consider creating a new thread when you receive the instructions.
A new thread should remove the confusion that is occurring in this thread.
Reply
Hi,

even inside javascript of webinterface of my reactor, we can see hidden opticalmode instructions, but how to ?


http://10.0.0.9/static/js/main.6f802eb1.js

   
IMAC -> MOTU 8A -> TOSLINK -> PHANTOM I RIGHT AUX OPTICAL INPUT-> ETHERNET CABLE between LEFT and RIGHT (60ms):  2X Phantom I 103 dB (2021) in STEREO MODE DOS 2.12.3 - app 1.14
Reply
(25-Sep-2020, 23:38)alandbush Wrote:
(25-Sep-2020, 23:11)njaiswal Wrote: Hi Everyone,
I'm waiting for Devialet to send me the instructions to configure Premieres into Low Latency Optical Direct Mode.  They will send me the instructions when the fix for the current firmware is released.  They are concerned that the fix may alter the instructions, hence the delay.  I'll post the instructions as soon as I receive them.

Brilliant. Thanks for your efforts.

Would you consider creating a new thread when you receive the instructions.
A new thread should remove the confusion that is occurring in this thread.

Sounds good and will do.
6 x Phantom Gold, 3 x Phantom Silver, 2 x Phantom Classic, 9 x Phantom Reactor 900, Symetrix Radius AEC-2, 2 x JBL Synthesis SDP-55, Dante
Reply
(26-Sep-2020, 10:44)ofrappier Wrote: Hi,

even inside javascript of webinterface of my reactor, we can see hidden opticalmode instructions, but how to ?


http://10.0.0.9/static/js/main.6f802eb1.js

Using this information I've created a Bash script to set the Devialet Premiere(not Reactor) to Optical Direct Mode, set volume to 70 and set the L/R channels.  You need curl and jq installed.

Code:
volume=70
speakers="192.168.2.103 192.168.2.60"
for host in $speakers; do
  echo $host
  # enable optical direct mode
  curl -s http://$host/opticaldirect/enabled -XPOST
  # name must be Left or Right
  curl -s http://$host/device/name | jq .
  role=$(curl -s http://$host/device/name | jq -r .data.name)
  curl -s http://$host/opticaldirect/role -d "{\"role\":\"Front$role\"}" -H "Content-Type: application/json"
  curl -s http://$host/opticaldirect/volume -d "{\"volume\":$volume}" -H "Content-Type: application/json"
  # print settings to confirm
  curl -s http://$host/device/info | jq .
  curl -s http://$host/opticaldirect/getall | jq .
done
Reply
(27-Sep-2020, 04:24)mingfang Wrote:
(26-Sep-2020, 10:44)ofrappier Wrote: Hi,

even inside javascript of webinterface of my reactor, we can see hidden opticalmode instructions, but how to ?


http://10.0.0.9/static/js/main.6f802eb1.js

Using this information I've created a Bash script to set the Devialet Premiere to Optical Direct Mode, set volume to 70 and set the L/R channels.  You need curl and jq installed.

Code:
volume=70
speakers="192.168.2.103 192.168.2.60"
for host in $speakers; do
  echo $host
  # enable optical direct mode
  curl -s http://$host/opticaldirect/enabled -XPOST
  # name must be Left or Right
  curl -s http://$host/device/name | jq .
  role=$(curl -s http://$host/device/name | jq -r .data.name)
  curl -s http://$host/opticaldirect/role -d "{\"role\":\"Front$role\"}" -H "Content-Type: application/json"
  curl -s http://$host/opticaldirect/volume -d "{\"volume\":$volume}" -H "Content-Type: application/json"
  curl -s http://$host/device/info | jq .
  curl -s http://$host/opticaldirect/getall | jq .
done

Hi,

I will try, i've just to replace with my SPEAKERS IP :

this line 
speakers="192.168.2.103 192.168.2.60"
to
speakers="10.0.0.9 10.0.0.10"

you are a genius, i will try this afternoon
IMAC -> MOTU 8A -> TOSLINK -> PHANTOM I RIGHT AUX OPTICAL INPUT-> ETHERNET CABLE between LEFT and RIGHT (60ms):  2X Phantom I 103 dB (2021) in STEREO MODE DOS 2.12.3 - app 1.14
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)