I have setup openhab to cast a video (stored locally, accessible via http) on certain times. The video is located under openhab2 html folder.
Was working fine the moment i went overseas, got stuck and came back home after 6 months, so i don’t know the previous version, and probably a couple of versions has been released since then.
The script would simply push the local video’s URL to chromecast playuri item via rest API, it would play on NVIDIA shields no worries.
Now, it would attempt to do that play for a little (audio only) with chopping sound and stop after around 2 seconds.
below is sequence of events.
13:21:37.197 [INFO ] [smarthome.event.ItemCommandEvent ] - Item 'chromecast_chromecast_b0e30850fab1d144ffee57dd0898f1b1_playuri' received command http://192.168.86.10:8080/static/video/asr_athan.mp4
13:21:37.202 [INFO ] [arthome.event.ItemStatePredictedEvent] - chromecast_chromecast_b0e30850fab1d144ffee57dd0898f1b1_playuri predicted to become http://192.168.86.10:8080/static/video/asr_athan.mp4
13:21:39.368 [INFO ] [smarthome.event.ItemStateChangedEvent] - chromecast_chromecast_b0e30850fab1d144ffee57dd0898f1b1_control changed from PAUSE to PLAY
13:21:39.374 [INFO ] [smarthome.event.ItemStateChangedEvent] - chromecast_chromecast_b0e30850fab1d144ffee57dd0898f1b1_stop changed from ON to OFF
13:21:44.560 [INFO ] [smarthome.event.ItemStateChangedEvent] - chromecast_chromecast_b0e30850fab1d144ffee57dd0898f1b1_statustext changed from UNDEF to Default Media Receiver
13:21:44.573 [INFO ] [smarthome.event.ItemStateChangedEvent] - chromecast_chromecast_b0e30850fab1d144ffee57dd0898f1b1_idling changed from ON to OFF
The wierd thing is that Nvidia sheild would -during the 2 seconds- should “Unknown” chromecast built-in unknown playing on the screen
any idea what more debugging i need to do? casting YouTube video from my mobile to NVIDIA shield works fine, NVIDIA shield is updated to the latest FW
Cheers