Hi
I created a cable Box device for a Huawei box. When I was creating the Device I choose Cable Box, added the IR codes, etc. I then setup the device to connect to a TV, a Hitachi, set the inputs to the appropriate HDMI ports, reload regen.
When I clicked the Device scenario for the room using the orbitor, it does nothing, throws an error in the DCErouter.log, see below
23/18 12:39:56.971 Parameter 253(Queue): <0x5e1e9b40>
08 12/23/18 12:39:56.974 Parameter 254(Bypass Event): <0x5e1e9b40>
08 12/23/18 12:39:56.978 Parameter 276(Dont Setup AV): <0x5e1e9b40>
01 12/23/18 12:39:56.983 TTTT Final Sort! <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT Final Sort End! <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - Main function start <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia OutputZone begin. <0x86c12b40>
01 12/23/18 12:39:56.983 debug_stream_end MediaStream::MediaStream c1 1001/0xb340f048 source 113 <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia OutputZone end. <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia OutputZone - MediaStream - Begin <0x86c12b40>
05 12/23/18 12:39:56.983 MediaStream::GetCurrentMediaFile - no file <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - OutputZone - MediaStream - end. <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia pMediaStream Start <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - pMediaStream - LoadStreamAttributes begin <0x86c12b40>
05 12/23/18 12:39:56.983 MediaStream::GetCurrentMediaFile - no file <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - pMediaStream - LoadStreamAttributes end <0x86c12b40>
05 12/23/18 12:39:56.983 MediaStream::GetCurrentMediaFile - no file <0x86c12b40>
05 12/23/18 12:39:56.983 Media_Plugin::CheckForAlternatePipes no destination for EA 4 Bedroom (Master) <0x86c
When I check the Media Scenario, for the Device, it shows up as a Cable Radio, not sure if that the issue. Did a query, and see below.
mysql> select Define, Description,IsExternalTransmission,psc_id,psc_batch from MediaType where PK_MediaType=15;
+---------------+-------------+------------------------+--------+-----------+
| Define | Description | IsExternalTransmission | psc_id | psc_batch |
+---------------+-------------+------------------------+--------+-----------+
| np_CableRadio | CableRadio | 1 | 12 | 3000 |
+---------------+-------------+------------------------+--------+-----------+
1 row in set (0.00 sec)
Shouldn't that show up as a CableBox, instead on CableRadio? Would this contribute to the problems I am having?
Which table or view, has the Device Types listed and could I simple update the value to reflect what a Cable Box should read?
See Attached
I created a cable Box device for a Huawei box. When I was creating the Device I choose Cable Box, added the IR codes, etc. I then setup the device to connect to a TV, a Hitachi, set the inputs to the appropriate HDMI ports, reload regen.
When I clicked the Device scenario for the room using the orbitor, it does nothing, throws an error in the DCErouter.log, see below
23/18 12:39:56.971 Parameter 253(Queue): <0x5e1e9b40>
08 12/23/18 12:39:56.974 Parameter 254(Bypass Event): <0x5e1e9b40>
08 12/23/18 12:39:56.978 Parameter 276(Dont Setup AV): <0x5e1e9b40>
01 12/23/18 12:39:56.983 TTTT Final Sort! <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT Final Sort End! <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - Main function start <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia OutputZone begin. <0x86c12b40>
01 12/23/18 12:39:56.983 debug_stream_end MediaStream::MediaStream c1 1001/0xb340f048 source 113 <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia OutputZone end. <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia OutputZone - MediaStream - Begin <0x86c12b40>
05 12/23/18 12:39:56.983 MediaStream::GetCurrentMediaFile - no file <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - OutputZone - MediaStream - end. <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia pMediaStream Start <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - pMediaStream - LoadStreamAttributes begin <0x86c12b40>
05 12/23/18 12:39:56.983 MediaStream::GetCurrentMediaFile - no file <0x86c12b40>
01 12/23/18 12:39:56.983 TTTT StartMedia - pMediaStream - LoadStreamAttributes end <0x86c12b40>
05 12/23/18 12:39:56.983 MediaStream::GetCurrentMediaFile - no file <0x86c12b40>
05 12/23/18 12:39:56.983 Media_Plugin::CheckForAlternatePipes no destination for EA 4 Bedroom (Master) <0x86c
When I check the Media Scenario, for the Device, it shows up as a Cable Radio, not sure if that the issue. Did a query, and see below.
mysql> select Define, Description,IsExternalTransmission,psc_id,psc_batch from MediaType where PK_MediaType=15;
+---------------+-------------+------------------------+--------+-----------+
| Define | Description | IsExternalTransmission | psc_id | psc_batch |
+---------------+-------------+------------------------+--------+-----------+
| np_CableRadio | CableRadio | 1 | 12 | 3000 |
+---------------+-------------+------------------------+--------+-----------+
1 row in set (0.00 sec)
Shouldn't that show up as a CableBox, instead on CableRadio? Would this contribute to the problems I am having?
Which table or view, has the Device Types listed and could I simple update the value to reflect what a Cable Box should read?
See Attached