Code Monkey home page Code Monkey logo

pipresents-next's People

Contributors

kent2 avatar natcl avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pipresents-next's Issues

Audio Output to DAC

Pi Presents gives two options for outputting audio - HDMI or analogue. Is it possible to output audio through a USB DAC/sound card instead? I use one of my Raspberry Pis as a media server/player with audio output to a USB DAC. It has much better sound quality than the native analogue audio jack. I configure the audio ouput to the DAC through the Squeezelite audio player setup. Is this possible with Pi Presents? If not, can it be configured through the OS or perhaps added as a future enhancement to P Presents.

run as sudo, not playing media

When I run as sudo (to get access to GPIO pin) no media show...
E.g.
sudo python /home/pi/pipresents/pipresents.py -p pp_mediashow_1p2

I'm I writing the cmd wrongfully, or have I made a mistake in the installation?
I'm running Raspian Debian on RPi2.

Thanks for your help!

Edit: I gain access to the GPIO without using sudo. So in that sense it is solved.

shrunken message text box

in the next version the message text editing box has shrunk and is really too small ...It needs to be wider ...

Enhanced Request

As I mentioned earlier, I would love to see a command track added to the system. In addtion to controlling the audio player with startaudio, stopaudio, pauseaudio and resumeaudio, it could also issue triggers, to start and stop and repeat other shows ....

thanks for your consideration....

David Guest

Using network time as startup trigger

I'm here at the Barnes Foundation in Philadelphia and am making use of Pi Presents to create a "black box" media player to run a 19-minute video at timed intervals throughout the day with 1 minute of either black screen or message ("Program will start in approx 1 min" or something) in between playback. Goal is to get it running at a set schedule 6 days a week.

The Pi grabs network connection (and thus d/t info) at boot - I'm also at a point where I have it running PP at startup, but it just immediately plays back the video. My issue is that in the event of a power outage or manual interruption, I want the Pi to boot back up and maintain its normal scheduled showtimes, even if it's just sitting and waiting for the next time trigger to happen.

The GUI web editor seems unresponsive to the "edit schedule" command for some reason on my Pi 3 running Stretch and PP ver 1.3.4. I don't know where exactly my time information should be input in any of the JSON docs - are trigger-start-type trigger-start param and trigger wait text my fields of interest as I expected, or am I missing something more obvious?

Question about Version 1.3 vs 1.2

Hello and thank you for writing the Pi Presents code. I work for the University of Florida Physics Dept and we have a small hands on science demonstrations museum in our lobby. I'm trying to use Pi Presents Next to create a slideshow that runs in a loop but when a guest presses a button to start the experiment running I'd like to interrupt the main slideshow and show a different (child or subshow) slideshow that explains what is happening. Once the second subshow finishes when the experiment ends, I'd like to go back and continue with the main slideshow. I read in your change log that the beta version 1.3 has an "Enhanced - All shows now have their own controls instead of inheriting from their parent. This allows, for example, mediashows which are subshows of hyperlinkshows to have controls. controls.cfg is redundant and has been removed." To do what I want to accomplish with my shows do I need version 1.3 so that the main show runs until the visitor presses a button that would start the subshow, once the subshow ends it defaults back to the main show? Sorry, I left this same question on another issue before i figured out how to create a new category. Thank you. John Mocko

Instructions for Auto Start may not work

What is a proven way to auto start PiPresents?

I followed the instructions in the manual to the T but these did not launch the program.

I have tried about 4 other methods including rc.local and not one will launch the Pi Presents profile.

Why is this? How has everyone else been doing it? We wrote the profile in a few hours and have spent the past 2 days trying to get it to launch when power is applied to the Pi.

Please, any tips are extremely welcome.

Here is my command:
sudo python /home/pi/pipresents/pipresents.py -o /home/pi -p Kisok -f -b -g

It works when I put it in Terminal but it will not autorun in any configuration I have tried. This is really the clincher to making this useful. We can't have a librarian running around to all 30 installation with a wireless keyboard using terminal to start these up.

Can't stop an Audio Track

I want to include an audio track concurrently with some opening slides and messages and then stop it when I start a videol... I would love to either pause it and resume it after the video.... In other operations I would like a concurrent audio ... but be able to stop and start it at certain points in the presentation.

I suggest a command track ... It would start, stop, or pause a concurrent audio track.
One could then place those where ever needed to obtain the flow of sound or silence or other sound as needed. For example I could stop my music, and then start a talking slide show... then restart the music ... etc.

Also there is currently no way to say do not repeat this audio track.....

GPIO conundrums

Hello,

Thanks for the excellent work!

Not sure if this is an issue or if it should be on the Raspberry Pi feed. I have been encountering problems when trying to use the GPIO pins and the sudo command.

Could you provide an example of the complete terminal command to open a profile that uses the GPIO pins?

I have tried using your example adding -d -g -o and -p but for some reason the file path gets mangled and it opens pp_profiles in the pipresents folder.

Example attempt:
sudo python pipresents.py -d -g -p -o /home/pi/pp_project
Result:
"Trying pp_home at: /home/pi/pp_project/pp_home"

Any help would be appreciated.

Thanks

example profile generates errors

Hi,
I have just installed pipresents-next on a raspberry PI B3 using the latest raspbian release.

when I follow the instructions and execute
python pipresents/pipresents.py -p pp_mediashow_1p2
the presentation runs but eventually generates the following errors

Exception in Tkinter callback
Traceback (most recent call last):
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 1535, in call
return self.func(*args)
File "/usr/lib/python2.7/lib-tk/Tkinter.py", line 586, in callit
func(*args)
File "/home/pi/pipresents/pp_audioplayer.py", line 336, in play_state_machine
self.end('normal','mplayer dead')
File "/home/pi/pipresents/pp_audioplayer.py", line 401, in end
self.end_callback('normal',"track has terminated or quit")
File "/home/pi/pipresents/pp_mediashow.py", line 677, in end_player
self.what_next()
File "/home/pi/pipresents/pp_mediashow.py", line 496, in what_next
self.play_selected_track(self.medialist.selected_track())
File "/home/pi/pipresents/pp_mediashow.py", line 567, in play_selected_track
enable_menu=self.enable_child)
File "/home/pi/pipresents/pp_browserplayer.py", line 168, in play
self.start_play_state_machine()
File "/home/pi/pipresents/pp_browserplayer.py", line 250, in start_play_state_machine
self.bplayer.play(self.track,self.geometry)
File "/home/pi/pipresents/pp_uzbldriver.py", line 75, in play
self._process = pexpect.spawn(cmd)
File "/usr/local/lib/python2.7/dist-packages/pexpect.py", line 429, in init
self._spawn (command, args)
File "/usr/local/lib/python2.7/dist-packages/pexpect.py", line 516, in _spawn
raise ExceptionPexpect ('The command was not found or was not executable: %s.' % self.command)
ExceptionPexpect: The command was not found or was not executable: uzbl-browser.

The error seems to be generated when the music stops and a slide showing a lake, with trees and text with Web Pages etc displayed. The slide show then stops, I am not sure if this is by design or due to the error.

I will investigate further and try my own profiles as this could be just what my local school is after.

cheers

Steve

-f option not actually fullscreen

pipresents.py option -f produces error that say another argument is required (partial, left, right, top, bottom), bit none of these arguments produces a window that is edge-to-edge full screen.

colors in messages not validated

  1. if you type in an incorrect color (colour) name, the profile will validate, but blow up with an error when played.

I would urge you to change that field to a drop down list of acceptable colors.

  1. I set the color of an initial message to blue the time duration for the message is 5. At the end, the color turns black while the message is still displayed, for about a second before the next message is displayed.

Delay between two videos

Hello,

I started using pipresents-next but I have a problem. It takes 1-2 seconds to make a transition between two videos. I searched for a parameter in options for this but couldn't find anything. Is there a reason for it or can it be fixed by me?

after upgrading raspian pipresents-next stops receiving gpio

Hi Ken,

So I've been using pipresents-next for over a year now and I have made modifications to it for my digital photo frame project. Recently, because of problems I was having with omxplayer, I decided to update and upgrade the packages on my Raspian install. After I did this what happens is that after booting up and starting pipresents-next, after about 10 minutes, it ceases to respond to any gpio input. I tested the gpio with another script and it gets the signals just fine, but pipresents doesn't do anything... not with the buttons, switches, or the PIR. Do you have any idea what might cause that?

  • Nik.

OMXPlayer workaround not working anymore

I'm not sure why but as of my latest video update (which is in the same format and encoding as my last video) the pp is getting a blank screen again. And the pipresents workaround script isn't catching it, so it is staying blank. I am trying to investigate further but which OMXPlayer build is the most stable as of right now?

No sound, no editor

Hi Ken
Got pp next downloaded and running, and your examples also. I have no audio. I am rumming on HDMI to a TV. Audio is on and turned up on the TV. Tried opening Qjack audio on the pi with nothing. I am using the SUits trailer as a test tool. I am assuming there is audio to it. Running it through pp_menu. I suppose there is a simple setting I am missing would you help please.

ALso I can not run editor using python pp_editor.py it says no such file. WHat do I need to download again to get this.
Thanks a bunch.

omxplayer sometimes doesn't exit

So I have had pipresents-next running (using mediashow) for a while in my digital photo frame, with some code modifications I have made for a motion sensor and buttons. Every so often the photo frame just dies and logging into the pi I notice that there are two omxplayers running. One is running a video from further back in the track list, and one is running a more recent video track. My assumption is that the monitor display somehow gets into a bad state because of the two omxplayers. Does this seem plausible and is there some way to make sure that omxplayer actually finishes?

  • Nik.

Looping a single video or music file

Hi I have managed t get pipresents installed and running using a version of media show, trying to build 2 devices - apologies if this is in the wrong place

1 an old analogue phone that plays a music/audio track when picked up and stops when the handset is replaced. I can get this running so it work when you pick up but I cant get it to stop on a second input even using a holding image as a "next track" with a single track into loop it shows "waiting for input press down cursor to continue"

  1. a pi touchscreen which starts a video when you scan a bar code. I have the start working OK and this can run to the end but I cant get past the same "waiting for input ... screen"

interval is set to 0

Is there a way to skip this screen? I was thinking of using a GPIO input tied to ground to simulate a cursor but seems a sledgehammer to crack a nut?

unreliable video playing

As reported in issue #16; over the last few months omxplayer playing became unreliable. @jehutting has done lots of good work on this and the bug is now fixed.
An updated omxplayer has not appeared in the raspbian image so you will need to download it from http://omxplayer.sconde.net/

Version 1.2.3c of pipresents introduced some defensive code which recovered gracefully if omxplayer did crash. With the latest omxplayer an upgrade is not essential.

Add unit tests

PiPresents is complicated enough that I think it would benefit from unit testing. At least in some of the main classes.

I don't have much experience with python, but I found the standard python library has unit testing in it:
https://docs.python.org/2/library/unittest.html

I don't have unit testing in all of my projects, but I'm very glad for it in the ones that I do. I can make changes, add features, etc. and be confident that I didn't break anything in the process.

'import ptyprocess' error with Raspbian Stretch

Stretch does not contain the pty module.
For Stretch install pexpect by:

sudo apt-get install python-pexpect

instead of downloading it.

Should work for Jessie. Readme.md has been updated.

Connecting a PIR

Ken: I am noobie. Apologies in advance for troubling you with what is probably a basic question. I am trying to harmonize the directions in your manual for pipresents-next for connecting a PIR sensor with the directions provided for the Adafruit PIR to connect to an RPi https://learn.adafruit.com/downloads/pdf/pir-passive-infrared-proximity-motion-sensor.pdf Your manual refers to "PIR's should have Normally Closed relay contacts and be connected between the GPIO pin and 0 volts." Not sure how to connect to "0 volts" The Adafruit PIR requires connecting the Ground wire to Ground, Power wire to 5 volts and Signal (output 3.3 volts) to the GPIO. Will these instructions work with PiPresents as long as I connect the signal to GPIO 11 rather than GPIO 7? Thanks.

Suggestion, ftp program

I discovered WinSCP which is great for moving files between a windows PC and a raspberry pi. I would urge you to try it and then perhaps reference it in your manual ... especially relative to LiveTracks.... It looks like an easy way to move files to the live track folder from a PC

Download Pi Presents Installation -O

I am having trouble getting Pi Presents to install correctly. I get everrything right and then am hung up on this line:

 wget https://github.com/KenT2/pipresents-next/tarball/master -O - | tar xz

the -O does not want to run. I get this error:

wget invalid option -- 'O'
gzip: stdin: not in gzip format
tar: child returned status 1
tar: error is not recoverable: exiting now

What's going on? How do I get around this? I am new to the terminal but have some skills. I have obviously tried a zero, a lower case, etc. Any suggestions?

Key Events

I've been using the keys.cfg to make my presentation work with a logitech remote. I wanted to program in a special double click that would power down the raspberry pi. The key I need to map produces a period (decimal) keycode 190. When I attempt to add the key configuration of <Double-Key-.> or <Double-.> it will fail to launch. This syntax works with other keyboard keys without issue. For example, I'm able to advance slides with the "a" key by modifying the keys.cfg with or even without issue. I'm also able to just use the period by itself to trigger events without issue. As soon as I add some type of modifier it fails.

Thanks

After update from earlier [pipresents-next] OMX Window is not set correctly

David Guest has reported problem with the OMX Window field. It only affects users who previously used [pipresents-next] The OMX Window field in all shows needs to be manually edited to be centred. I'll update the release notes.

As with other fields if the value in a track is blank then it inherits the value from its show so I do not want to use blank as the centered value.

Users of [pipresents] are not affected as the field is new to them and therefore initialised correctly during the update (as was image-window for 'nexters')

Start Web Editor without Internet

Hi Ken,

I'm sure that this is a bit of a silly one but how do I start the Editor when the Pi is not connected to the internet?

I just get the message 'Waiting for network' and then it times out.

Thanks,
Pete

Show Control Commands

Which commands are possible for show control from a track? Can I send a command to pause or jump to a previous chapter for a concurrent video track using show control?
The pp_showcontrolevent_1p3 profile in the audio show controls field uses
pause-audio pause-on
unpause-audio pause-off
which is used in the first and last track of the mediashow in the show control as
event pause-audio
event unpause-audio
I could find no documentation for these commands.
Specifically, I would like to pause a video track from a dummy audio show running concurrently through the "Show Control at Beginning" field. Then from a different pir triggered dummy audio show, I would like to pause the video track again (starting the video) from the "Show Control at Beginning" field, and then after the track runs for a few seconds, send a previous chapter command, and then a pause command.
This would allow the video of a portrait of a woman that is static, play when triggered (and then the woman turns into a screaming scary character), then jump back to the beginning of the video and pause again, ready for the next victim without ever having to reload the video and getting a black screen for a few seconds.
I'm able to do this with animation and gpio's, but it seems like a clunky way to do it (going from software that triggers hardware (gpio), that in turn triggers another gpio, that sends a command back to the software.)

don't have start x

Can I run piresents using tightx instead of xstart as it is disable due to running tightx

Video trigger by PIR (oneshot) plays video twice at same time

I have a mediashow configured to play a single video (MP4) that is triggered by an attached PIR.
It works great, but if the PIR is triggered after the video plays another omxplayer instance is started and plays the video again over the top of the first instance giving me a flicking display showing the first and second instance of video at the same time.

What am I doing wrong?

Mediashow

I created a show and loaded some files in the pp_live_tracks directory. The contents within the directory are a static image and the .mkv shorts video. The video plays on the HD screen but the static image only shows on my computer screen (I'm logged into the pi via vnc). Should I not see the static image on my HD screen?

Disregard. It seems that the Pi, at times, does not boot correctly so HD is not recognized. I must then vnc (putty) into the pi and nano config.txt in order to uncomment hdmi_safe=1. This (as you know) places the pi in safe mode. I then nano again and re-comment which seems to fix the problem.

There could be a connection issue with the way the hdmi connector is soldered to the board. Oh well. I still love the pi and presents.

OSC

Hey

Do you think that will be possible to use an OSC message for trig the event like a GPIO or a key board ?
That could be very interesting for a live use (danse theater etc...)

Best regards

Olivier

different hardware/software

Hello, it is possible to use on a beaglebone black with archlinux installed?
or only for raspberry and raspbian?
thx

error running 1.2.1

I get the following run time error running pipresents:

python pipresents.py -f -b -p phelps1
Traceback (most recent call last):
File "pipresents.py", line 23, in
from pp_menushow import MenuShow
File "/home/pi/pipresents/pp_menushow.py", line 11, in
from pp_videoplayer import VideoPlayer
File "/home/pi/pipresents/pp_videoplayer.py", line 182
self.canvas.after(250,self._end_after)
^
IndentationError: unindent does not match any outer indentation level


Validation of my profile passes....

syntax error

python pipresents.py -f -b -p phelps1
Traceback (most recent call last):
File "pipresents.py", line 23, in
from pp_menushow import MenuShow
File "/home/pi/pipresents/pp_menushow.py", line 11, in
from pp_videoplayer import VideoPlayer
File "/home/pi/pipresents/pp_videoplayer.py", line 184
def _end_after(self)
^
SyntaxError: invalid syntax

GPIO inputs not working

I must be doing something wrong. No matter what I try I cannot get switches to pause or play pipresents.
I have tried many example files. Even tried version 1.2 but no joy.
The manual says to install a N.O. switch between ground and appropriate pin. This I have done.
Is there something I am missing?
This is my first experience with RPi. Bought a new Pi 3 with NOOBS.
Any suggestions would be gladly received.

PiPresents Liveshow stops

Hi Ken,
I have a RPi running 1.3.2a and it has a liveshow running from a USB stick. The problem is that it fires up and runs through the shows but at some point the TV screen goes black and only the videos play but none of the image files come up.

But if I vnc into it then the window shows the images that the TV should be showing - so it appears pipresents is running but just not displaying onscreen!?

Any idea?

Log file output:
2017-05-24 09:49 PiPresents_3042040752: Pi Presents is starting, Version:1.3.2a at 2017-05-24 09:49.26
19.0461859703 PiPresents_3042040752: Pi Presents is starting, Version:1.3.2a at 2017-05-24 09:49.26
19.0466320515 PiPresents_3042040752: sys.path[0] - location of code: /home/pi/pipresents
19.0777730942 PiPresents_3042040752:
Raspbian: Raspberry Pi reference 2016-09-23
Generated using pi-gen, https://github.com/RPi-Distro/pi-gen, 62406bad92ed23728f46711b3539c04c37dfb62c, stage4

24.7540819645 PiPresents_3042040752:
omxplayer - Commandline multimedia player for the Raspberry Pi
Build date: Fri, 23 Sep 2016 00:56:49 +0000
Version : dfea8c9 [master]
Repository: https://github.com/popcornmix/omxplayer.git

24.8840060234 PiPresents_3042040752:
GPU Memory: gpu=256M

24.8847930431 PiPresents_3042040752: Desktop is LXDE-pi
24.885463953 PiPresents_3042040752: User is: pi
24.886318922 PiPresents_3042040752: pp_home directory is: /home/pi/pp_home
24.8868479729 PiPresents_3042040752: Trying pp_home at: /home/pi/pp_home (1)
24.8987529278 PiPresents_3042040752: Found Requested Home Directory, using pp_home at: /home/pi/pp_home
2017-05-24 09:49 PiPresents_3042040752: Running profile: /pp_profiles/pp_liveshow_1p3
24.9029159546 PiPresents_3042040752: Found Requested profile - pp_profile directory is: /home/pi/pp_home/pp_profiles/pp_liveshow_1p3
27.7780621052 PiPresents_3042040752: monitor screen dimensions are 1824 x 984 pixels
27.7790269852 PiPresents_3042040752: forced screen dimensions (--screensize) are 1824 x 984 pixels
27.8937399387 KbdDriver_3030509776: Fallback keys.cfg found at /home/pi/pipresents/pp_config/keys.cfg
27.9121620655 KbdDriver_3030509776: keys.cfg read from /home/pi/pipresents/pp_config/keys.cfg
2017-05-24 09:49 ShowManager_3030510768: Starting Show: liveshow from show: start
27.9901189804 ShowManager_3030510768: Starting Show: liveshow from: start
28.1200609207 LiveShow_3030510864: Trying live tracks directory 1 at: /media/pi/SMIPTV1
29.1356999874 LiveShow_3030510864: Trying live tracks directory 1 at: /media/pi/SMIPTV1
30.1379990578 LiveShow_3030510864: Trying live tracks directory 1 at: /media/pi/SMIPTV1
31.143376112 LiveShow_3030510864: Trying live tracks directory 1 at: /media/pi/SMIPTV1
31.1453080177 LiveShow_3030510864: Found Requested live tracks Directory 1, at: /media/pi/SMIPTV1
31.1459989548 LiveShow_3030510864: Trying live tracks directory 2 at: /media/pi/SMIPTV1
31.1489131451 LiveShow_3030510864: Found Requested live tracks Directory 2, at: /media/pi/SMIPTV1
31.1916699409 LiveShow_3030510864: liveshow 0: Starting show
31.2055799961 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
31.4305789471 LiveShow_3030510864: liveshow 0: Track type is: image
31.4312751293 LiveShow_3030510864: Track type is: image
31.4434120655 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
35.6645219326 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
35.9589960575 ImagePlayer_3028538832: >show track received from show Id: 0
66.4448859692 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
66.4982271194 LiveShow_3030510864: liveshow 0: Track type is: image
66.4996221066 LiveShow_3030510864: Track type is: image
66.5017011166 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
67.2663249969 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
67.2822201252 ImagePlayer_3028538832: >close received from show Id: 0
67.3382599354 ImagePlayer_3030510736: >show track received from show Id: 0
97.8624269962 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
97.9137530327 LiveShow_3030510864: liveshow 0: Track type is: image
97.9143180847 LiveShow_3030510864: Track type is: image
97.9161009789 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
98.6371750832 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
98.6526720524 ImagePlayer_3030510736: >close received from show Id: 0
98.7086689472 ImagePlayer_3028680528: >show track received from show Id: 0
129.187621117 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
129.238204956 LiveShow_3030510864: liveshow 0: Track type is: image
129.238837957 LiveShow_3030510864: Track type is: image
129.240584135 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
129.929625034 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
129.944585085 ImagePlayer_3028680528: >close received from show Id: 0
129.999707937 ImagePlayer_3028538640: >show track received from show Id: 0
160.539592981 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
160.598117113 LiveShow_3030510864: liveshow 0: Track type is: image
160.599067926 LiveShow_3030510864: Track type is: image
160.600908041 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
161.849833012 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
161.866500139 ImagePlayer_3028538640: >close received from show Id: 0
161.935595989 ImagePlayer_3028538896: >show track received from show Id: 0
192.428565025 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
192.481570959 LiveShow_3030510864: liveshow 0: Track type is: image
192.482201099 LiveShow_3030510864: Track type is: image
192.48419404 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
193.685883045 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
193.703933954 ImagePlayer_3028538896: >close received from show Id: 0
193.775248051 ImagePlayer_3030510736: >show track received from show Id: 0
224.277032137 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
224.329627991 LiveShow_3030510864: liveshow 0: Track type is: video
224.330162048 LiveShow_3030510864: Track type is: video
224.332117081 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
224.333459139 VideoPlayer_3028538928: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
224.347583055 OMXDriver_3028726768: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956195713' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
226.992298126 OMXDriver_3028726768: connected to omxplayer dbus after 22 centisecs
228.043998003 OMXDriver_3028726768: pause received after load
228.044667959 OMXDriver_3028726768: not paused so send pause after load
228.108219147 VideoPlayer_3028538928: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
228.109157085 VideoPlayer_3028538928: Got video duration from track, frezing at: 20015000 microsecs.
228.109632015 VideoPlayer_3028538928: Entering state : loaded from show Id: 0
228.110173941 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
228.167258024 ImagePlayer_3030510736: >close received from show Id: 0
228.283596039 VideoPlayer_3028538928: >show track received from show Id: 0
228.284297943 OMXDriver_3028726768: Unpause received to start showing
228.284898043 OMXDriver_3028726768: Is paused so Track will be unpaused to start showing
228.366014957 VideoPlayer_3028538928: >showing track from show Id: 0
248.193848133 OMXDriver_3028726768: pause received at end of track
248.194427967 OMXDriver_3028726768: not paused so send pause at end of track
248.239979029 VideoPlayer_3028538928: end play signal received with reason: pause_at_end at: 19722810
248.241874933 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
248.297133923 LiveShow_3030510864: liveshow 0: Track type is: video
248.297776937 LiveShow_3030510864: Track type is: video
248.299999952 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
248.301025152 VideoPlayer_3028680528: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
248.306576014 OMXDriver_3028538832: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956195952' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
250.175437927 OMXDriver_3028538832: connected to omxplayer dbus after 16 centisecs
250.919332027 OMXDriver_3028538832: pause received after load
250.919937134 OMXDriver_3028538832: not paused so send pause after load
251.000010014 VideoPlayer_3028680528: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
251.000646114 VideoPlayer_3028680528: Got video duration from track, frezing at: 20015000 microsecs.
251.001135111 VideoPlayer_3028680528: Entering state : loaded from show Id: 0
251.001654148 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
251.022413015 VideoPlayer_3028538928: >close received from show Id: 0
251.035488129 VideoPlayer_3028680528: >show track received from show Id: 0
251.036247015 OMXDriver_3028538832: Unpause received to start showing
251.036772013 OMXDriver_3028538832: Is paused so Track will be unpaused to start showing
251.11424613 VideoPlayer_3028680528: >showing track from show Id: 0
251.1515131 VideoPlayer_3028538928: quit video - Send stop to omxdriver
251.152143955 OMXDriver_3028726768: >stop received and quit sent to omxplayer 1173
251.227971077 VideoPlayer_3028538928: end play signal received with reason: nice_day at: 19722810
251.228596926 VideoPlayer_3028538928: Entering state : closing from show Id: 0
251.319981098 VideoPlayer_3028538928: State machine: closing
251.56032896 VideoPlayer_3028538928: State machine: closing
251.771631956 VideoPlayer_3028538928: State machine: closing
251.772691965 VideoPlayer_3028538928: <omx process is dead
251.781491041 VideoPlayer_3028538928: Entering state : closed from show Id: 0
270.937495947 OMXDriver_3028538832: pause received at end of track
270.938102007 OMXDriver_3028538832: not paused so send pause at end of track
270.983412027 VideoPlayer_3028680528: end play signal received with reason: pause_at_end at: 19708918
270.985316992 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
271.05322814 LiveShow_3030510864: liveshow 0: Track type is: image
271.053879976 LiveShow_3030510864: Track type is: image
271.056178093 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
271.942568064 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
271.951545 VideoPlayer_3028680528: >close received from show Id: 0
272.022927999 ImagePlayer_3030510640: >show track received from show Id: 0
272.026948929 VideoPlayer_3028680528: quit video - Send stop to omxdriver
272.027512074 OMXDriver_3028538832: >stop received and quit sent to omxplayer 1192
272.105251074 VideoPlayer_3028680528: end play signal received with reason: nice_day at: 19708918
272.105829 VideoPlayer_3028680528: Entering state : closing from show Id: 0
272.15764904 VideoPlayer_3028680528: State machine: closing
272.359722137 VideoPlayer_3028680528: State machine: closing
272.360569 VideoPlayer_3028680528: <omx process is dead
272.361294031 VideoPlayer_3028680528: Entering state : closed from show Id: 0
302.528450966 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
302.580358028 LiveShow_3030510864: liveshow 0: Track type is: image
302.581123114 LiveShow_3030510864: Track type is: image
302.583028078 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
303.308041096 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
303.323729992 ImagePlayer_3030510640: >close received from show Id: 0
303.379116058 ImagePlayer_3028621776: >show track received from show Id: 0
333.910043001 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
333.959592104 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
333.961091995 LiveShow_3030510864: liveshow 0: Track type is: image
333.961553097 LiveShow_3030510864: Track type is: image
333.963259935 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
334.646584988 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
334.661692142 ImagePlayer_3028621776: >close received from show Id: 0
334.735535145 ImagePlayer_3030510832: >show track received from show Id: 0
365.233736992 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
365.297904015 LiveShow_3030510864: liveshow 0: Track type is: image
365.298534155 LiveShow_3030510864: Track type is: image
365.300428152 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
365.982882977 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
365.997785091 ImagePlayer_3030510832: >close received from show Id: 0
366.05551815 ImagePlayer_3028621776: >show track received from show Id: 0
396.605899096 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
396.658184052 LiveShow_3030510864: liveshow 0: Track type is: image
396.658816099 LiveShow_3030510864: Track type is: image
396.660722017 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
397.36697793 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
397.38477397 ImagePlayer_3028621776: >close received from show Id: 0
397.438846111 ImagePlayer_3028705392: >show track received from show Id: 0
427.947332144 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
428.000734091 LiveShow_3030510864: liveshow 0: Track type is: image
428.001374006 LiveShow_3030510864: Track type is: image
428.003401041 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
428.696260929 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
428.712507963 ImagePlayer_3028705392: >close received from show Id: 0
428.766538143 ImagePlayer_3028680528: >show track received from show Id: 0
459.321776152 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
459.380397081 LiveShow_3030510864: liveshow 0: Track type is: image
459.381015062 LiveShow_3030510864: Track type is: image
459.382995129 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
460.607408047 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
460.623572111 ImagePlayer_3028680528: >close received from show Id: 0
460.694406033 ImagePlayer_3030510640: >show track received from show Id: 0
491.270622015 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
491.321671963 LiveShow_3030510864: liveshow 0: Track type is: image
491.32230711 LiveShow_3030510864: Track type is: image
491.324371099 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
492.543715954 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
492.587548971 ImagePlayer_3030510640: >close received from show Id: 0
492.660153151 ImagePlayer_3028706608: >show track received from show Id: 0
523.168898106 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
523.222543001 LiveShow_3030510864: liveshow 0: Track type is: video
523.223322153 LiveShow_3030510864: Track type is: video
523.225212097 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
523.226390123 VideoPlayer_3028621776: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
523.232078075 OMXDriver_3028727216: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956198702' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
525.167703152 OMXDriver_3028727216: connected to omxplayer dbus after 16 centisecs
525.894761086 OMXDriver_3028727216: pause received after load
525.895270109 OMXDriver_3028727216: not paused so send pause after load
525.978105068 VideoPlayer_3028621776: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
525.978985071 VideoPlayer_3028621776: Got video duration from track, frezing at: 20015000 microsecs.
525.979443073 VideoPlayer_3028621776: Entering state : loaded from show Id: 0
525.979958057 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
526.051604986 ImagePlayer_3028706608: >close received from show Id: 0
526.167950153 VideoPlayer_3028621776: >show track received from show Id: 0
526.168640137 OMXDriver_3028727216: Unpause received to start showing
526.169095993 OMXDriver_3028727216: Is paused so Track will be unpaused to start showing
526.217329979 VideoPlayer_3028621776: >showing track from show Id: 0
546.034261942 OMXDriver_3028727216: pause received at end of track
546.034853935 OMXDriver_3028727216: not paused so send pause at end of track
546.079725027 VideoPlayer_3028621776: end play signal received with reason: pause_at_end at: 19669404
546.081582069 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
546.135533094 LiveShow_3030510864: liveshow 0: Track type is: video
546.136188984 LiveShow_3030510864: Track type is: video
546.13803792 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
546.139462948 VideoPlayer_3030510832: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
546.144676924 OMXDriver_3028726672: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956198931' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
548.069806099 OMXDriver_3028726672: connected to omxplayer dbus after 16 centisecs
548.794691086 OMXDriver_3028726672: pause received after load
548.795211077 OMXDriver_3028726672: not paused so send pause after load
548.877721071 VideoPlayer_3030510832: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
548.878287077 VideoPlayer_3030510832: Got video duration from track, frezing at: 20015000 microsecs.
548.878817081 VideoPlayer_3030510832: Entering state : loaded from show Id: 0
548.87937212 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
548.925250053 VideoPlayer_3028621776: >close received from show Id: 0
548.933751106 VideoPlayer_3030510832: >show track received from show Id: 0
548.93454504 OMXDriver_3028726672: Unpause received to start showing
548.934993982 OMXDriver_3028726672: Is paused so Track will be unpaused to start showing
549.003648043 VideoPlayer_3030510832: >showing track from show Id: 0
549.037053108 VideoPlayer_3028621776: quit video - Send stop to omxdriver
549.037981987 OMXDriver_3028727216: >stop received and quit sent to omxplayer 1211
549.128447056 VideoPlayer_3028621776: end play signal received with reason: nice_day at: 19669404
549.129424095 VideoPlayer_3028621776: Entering state : closing from show Id: 0
549.219815969 VideoPlayer_3028621776: State machine: closing
549.441738129 VideoPlayer_3028621776: State machine: closing
549.663419008 VideoPlayer_3028621776: State machine: closing
549.664404154 VideoPlayer_3028621776: <omx process is dead
549.665260077 VideoPlayer_3028621776: Entering state : closed from show Id: 0
568.835181952 OMXDriver_3028726672: pause received at end of track
568.835787058 OMXDriver_3028726672: not paused so send pause at end of track
568.884417057 VideoPlayer_3030510832: end play signal received with reason: pause_at_end at: 19717228
568.886318922 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
568.952211142 LiveShow_3030510864: liveshow 0: Track type is: image
568.953010082 LiveShow_3030510864: Track type is: image
568.955261946 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
569.816832066 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
569.833007097 VideoPlayer_3030510832: >close received from show Id: 0
569.894691944 ImagePlayer_3028621776: >show track received from show Id: 0
569.89926815 VideoPlayer_3030510832: quit video - Send stop to omxdriver
569.89983201 OMXDriver_3028726672: >stop received and quit sent to omxplayer 1230
569.979305029 VideoPlayer_3030510832: end play signal received with reason: nice_day at: 19717228
569.979861975 VideoPlayer_3030510832: Entering state : closing from show Id: 0
570.03182292 VideoPlayer_3030510832: State machine: closing
570.234503984 VideoPlayer_3030510832: State machine: closing
570.235363007 VideoPlayer_3030510832: <omx process is dead
570.236073017 VideoPlayer_3030510832: Entering state : closed from show Id: 0
600.411436081 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
600.4614501 LiveShow_3030510864: liveshow 0: Track type is: image
600.465022087 LiveShow_3030510864: Track type is: image
600.466701031 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
601.063286066 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
601.076550961 ImagePlayer_3028621776: >close received from show Id: 0
601.12360692 ImagePlayer_3028706608: >show track received from show Id: 0
631.554705143 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
631.59961915 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
631.600908041 LiveShow_3030510864: liveshow 0: Track type is: image
631.601366043 LiveShow_3030510864: Track type is: image
631.60316205 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
632.213267088 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
632.226882935 ImagePlayer_3028706608: >close received from show Id: 0
632.276165962 ImagePlayer_3028538640: >show track received from show Id: 0
662.708886147 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
662.754284143 LiveShow_3030510864: liveshow 0: Track type is: image
662.754816055 LiveShow_3030510864: Track type is: image
662.756283045 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
663.352993965 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
663.366249084 ImagePlayer_3028538640: >close received from show Id: 0
663.413815022 ImagePlayer_3030510736: >show track received from show Id: 0
693.873407125 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
693.918987989 LiveShow_3030510864: liveshow 0: Track type is: image
693.919533014 LiveShow_3030510864: Track type is: image
693.921293974 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
694.526585102 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
694.540897131 ImagePlayer_3030510736: >close received from show Id: 0
694.587743998 ImagePlayer_3028680528: >show track received from show Id: 0
725.045984983 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
725.093460083 LiveShow_3030510864: liveshow 0: Track type is: image
725.093977928 LiveShow_3030510864: Track type is: image
725.095438004 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
725.722613096 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
725.735724926 ImagePlayer_3028680528: >close received from show Id: 0
725.785421133 ImagePlayer_3030510608: >show track received from show Id: 0
756.249081135 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
756.296093941 LiveShow_3030510864: liveshow 0: Track type is: image
756.296739101 LiveShow_3030510864: Track type is: image
756.29834199 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
757.320843935 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
757.334361076 ImagePlayer_3030510608: >close received from show Id: 0
757.40516305 ImagePlayer_3028621776: >show track received from show Id: 0
787.858331919 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
787.913625002 LiveShow_3030510864: liveshow 0: Track type is: image
787.914155006 LiveShow_3030510864: Track type is: image
787.915647984 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
788.931223154 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
788.948673964 ImagePlayer_3028621776: >close received from show Id: 0
789.009133101 ImagePlayer_3028705392: >show track received from show Id: 0
819.46441412 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
819.519355059 LiveShow_3030510864: liveshow 0: Track type is: video
819.519894123 LiveShow_3030510864: Track type is: video
819.52159214 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
819.522514105 VideoPlayer_3030510704: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
819.527415037 OMXDriver_3028726640: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956201664' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
821.13835597 OMXDriver_3028726640: connected to omxplayer dbus after 14 centisecs
821.717793941 OMXDriver_3028726640: pause received after load
821.718263149 OMXDriver_3028726640: not paused so send pause after load
821.795099974 VideoPlayer_3030510704: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
821.795736074 VideoPlayer_3030510704: Got video duration from track, frezing at: 20015000 microsecs.
821.796149015 VideoPlayer_3030510704: Entering state : loaded from show Id: 0
821.796594143 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
821.839304924 ImagePlayer_3028705392: >close received from show Id: 0
821.917958975 VideoPlayer_3030510704: >show track received from show Id: 0
821.918520927 OMXDriver_3028726640: Unpause received to start showing
821.918892145 OMXDriver_3028726640: Is paused so Track will be unpaused to start showing
822.002099037 VideoPlayer_3030510704: >showing track from show Id: 0
841.884113073 OMXDriver_3028726640: pause received at end of track
841.884665012 OMXDriver_3028726640: not paused so send pause at end of track
841.929259062 VideoPlayer_3030510704: end play signal received with reason: pause_at_end at: 19724875
841.9307971 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
841.977492094 LiveShow_3030510864: liveshow 0: Track type is: video
841.978029966 LiveShow_3030510864: Track type is: video
841.979812145 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
841.980571032 VideoPlayer_3028705392: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
841.985324144 OMXDriver_3028726704: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956201889' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
843.638045073 OMXDriver_3028726704: connected to omxplayer dbus after 14 centisecs
844.249927044 OMXDriver_3028726704: pause received after load
844.250370979 OMXDriver_3028726704: not paused so send pause after load
844.326487064 VideoPlayer_3028705392: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
844.327017069 VideoPlayer_3028705392: Got video duration from track, frezing at: 20015000 microsecs.
844.328581095 VideoPlayer_3028705392: Entering state : loaded from show Id: 0
844.329151154 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
844.360803127 VideoPlayer_3030510704: >close received from show Id: 0
844.37322402 VideoPlayer_3028705392: >show track received from show Id: 0
844.373791933 OMXDriver_3028726704: Unpause received to start showing
844.374150991 OMXDriver_3028726704: Is paused so Track will be unpaused to start showing
844.445822954 VideoPlayer_3028705392: >showing track from show Id: 0
844.473454952 VideoPlayer_3030510704: quit video - Send stop to omxdriver
844.473948956 OMXDriver_3028726640: >stop received and quit sent to omxplayer 1251
844.591488123 VideoPlayer_3030510704: end play signal received with reason: nice_day at: 19724875
844.592155933 VideoPlayer_3030510704: Entering state : closing from show Id: 0
844.673926115 VideoPlayer_3030510704: State machine: closing
844.880308151 VideoPlayer_3030510704: State machine: closing
844.881072044 VideoPlayer_3030510704: <omx process is dead
844.881753922 VideoPlayer_3030510704: Entering state : closed from show Id: 0
864.2644701 OMXDriver_3028726704: pause received at end of track
864.264955044 OMXDriver_3028726704: not paused so send pause at end of track
864.309248924 VideoPlayer_3028705392: end play signal received with reason: pause_at_end at: 19692671
864.310786009 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
864.357841015 LiveShow_3030510864: liveshow 0: Track type is: image
864.35837698 LiveShow_3030510864: Track type is: image
864.360424042 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
865.115409136 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
865.123124123 VideoPlayer_3028705392: >close received from show Id: 0
865.170150042 ImagePlayer_3030510832: >show track received from show Id: 0
865.173995972 VideoPlayer_3028705392: quit video - Send stop to omxdriver
865.174698114 OMXDriver_3028726704: >stop received and quit sent to omxplayer 1270
865.244615078 VideoPlayer_3028705392: end play signal received with reason: nice_day at: 19692671
865.245095968 VideoPlayer_3028705392: Entering state : closing from show Id: 0
865.296623945 VideoPlayer_3028705392: State machine: closing
865.498383999 VideoPlayer_3028705392: State machine: closing
865.499102116 VideoPlayer_3028705392: <omx process is dead
865.499701023 VideoPlayer_3028705392: Entering state : closed from show Id: 0
895.621942997 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
895.679683924 LiveShow_3030510864: liveshow 0: Track type is: image
895.680274963 LiveShow_3030510864: Track type is: image
895.681728125 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
896.292171955 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
896.30527997 ImagePlayer_3030510832: >close received from show Id: 0
896.359851122 ImagePlayer_3028705392: >show track received from show Id: 0
926.817816019 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
926.861510992 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
926.862919092 LiveShow_3030510864: liveshow 0: Track type is: image
926.86352706 LiveShow_3030510864: Track type is: image
926.865082026 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
927.457041979 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
927.470304012 ImagePlayer_3028705392: >close received from show Id: 0
927.518368959 ImagePlayer_3028705328: >show track received from show Id: 0
957.988394976 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
958.036030054 LiveShow_3030510864: liveshow 0: Track type is: image
958.03657198 LiveShow_3030510864: Track type is: image
958.038037062 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
958.6355021 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
958.648874998 ImagePlayer_3028705328: >close received from show Id: 0
958.695559978 ImagePlayer_3030510704: >show track received from show Id: 0
989.143116951 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
989.186167002 LiveShow_3030510864: liveshow 0: Track type is: image
989.186705112 LiveShow_3030510864: Track type is: image
989.188241959 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
989.797939062 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
989.810922146 ImagePlayer_3030510704: >close received from show Id: 0
989.858664036 ImagePlayer_3028538640: >show track received from show Id: 0
1020.30396008 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1020.34836602 LiveShow_3030510864: liveshow 0: Track type is: image
1020.34890294 LiveShow_3030510864: Track type is: image
1020.35038614 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1020.95673203 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1020.96959901 ImagePlayer_3028538640: >close received from show Id: 0
1021.03456497 ImagePlayer_3030510832: >show track received from show Id: 0
1051.50729012 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1051.55373406 LiveShow_3030510864: liveshow 0: Track type is: image
1051.55425811 LiveShow_3030510864: Track type is: image
1051.55583 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1052.57121515 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1052.59444499 ImagePlayer_3030510832: >close received from show Id: 0
1052.66101408 ImagePlayer_3028538768: >show track received from show Id: 0
1083.13235307 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1083.19523597 LiveShow_3030510864: liveshow 0: Track type is: image
1083.19578099 LiveShow_3030510864: Track type is: image
1083.19728708 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1084.31881714 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1084.3338151 ImagePlayer_3028538768: >close received from show Id: 0
1084.39685893 ImagePlayer_3028705392: >show track received from show Id: 0
1114.83598113 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1114.88158202 LiveShow_3030510864: liveshow 0: Track type is: video
1114.88211298 LiveShow_3030510864: Track type is: video
1114.88389802 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1114.88482499 VideoPlayer_3028538608: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1114.88952708 OMXDriver_3028726960: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956204618' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
1116.51966 OMXDriver_3028726960: connected to omxplayer dbus after 14 centisecs
1117.15563607 OMXDriver_3028726960: pause received after load
1117.15613508 OMXDriver_3028726960: not paused so send pause after load
1117.23965693 VideoPlayer_3028538608: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1117.24030495 VideoPlayer_3028538608: Got video duration from track, frezing at: 20015000 microsecs.
1117.24072003 VideoPlayer_3028538608: Entering state : loaded from show Id: 0
1117.24117494 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
1117.2705071 ImagePlayer_3028705392: >close received from show Id: 0
1117.3533721 VideoPlayer_3028538608: >show track received from show Id: 0
1117.3539331 OMXDriver_3028726960: Unpause received to start showing
1117.35430193 OMXDriver_3028726960: Is paused so Track will be unpaused to start showing
1117.43857503 VideoPlayer_3028538608: >showing track from show Id: 0
1137.23261714 OMXDriver_3028726960: pause received at end of track
1137.23333311 OMXDriver_3028726960: not paused so send pause at end of track
1137.27750206 VideoPlayer_3028538608: end play signal received with reason: pause_at_end at: 19694304
1137.279073 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
1137.32661009 LiveShow_3030510864: liveshow 0: Track type is: video
1137.32738209 LiveShow_3030510864: Track type is: video
1137.32908201 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1137.329844 VideoPlayer_3028538864: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1137.33509398 OMXDriver_3028726864: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956204843' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
1138.96863103 OMXDriver_3028726864: connected to omxplayer dbus after 14 centisecs
1139.55523801 OMXDriver_3028726864: pause received after load
1139.55570006 OMXDriver_3028726864: not paused so send pause after load
1139.6393671 VideoPlayer_3028538864: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1139.64001894 VideoPlayer_3028538864: Got video duration from track, frezing at: 20015000 microsecs.
1139.64041615 VideoPlayer_3028538864: Entering state : loaded from show Id: 0
1139.64085793 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
1139.67490697 VideoPlayer_3028538608: >close received from show Id: 0
1139.68703008 VideoPlayer_3028538864: >show track received from show Id: 0
1139.68770504 OMXDriver_3028726864: Unpause received to start showing
1139.6881001 OMXDriver_3028726864: Is paused so Track will be unpaused to start showing
1139.74760008 VideoPlayer_3028538864: >showing track from show Id: 0
1139.76603913 VideoPlayer_3028538608: quit video - Send stop to omxdriver
1139.76653004 OMXDriver_3028726960: >stop received and quit sent to omxplayer 1574
1139.85976696 VideoPlayer_3028538608: end play signal received with reason: nice_day at: 19694304
1139.86025095 VideoPlayer_3028538608: Entering state : closing from show Id: 0
1139.94212008 VideoPlayer_3028538608: State machine: closing
1140.17010999 VideoPlayer_3028538608: State machine: closing
1140.17086792 VideoPlayer_3028538608: <omx process is dead
1140.17155099 VideoPlayer_3028538608: Entering state : closed from show Id: 0
1159.60247803 OMXDriver_3028726864: pause received at end of track
1159.60310197 OMXDriver_3028726864: not paused so send pause at end of track
1159.64776015 VideoPlayer_3028538864: end play signal received with reason: pause_at_end at: 19706057
1159.64935303 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
1159.7225461 LiveShow_3030510864: liveshow 0: Track type is: image
1159.73452115 LiveShow_3030510864: Track type is: image
1159.7390511 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
1160.54566193 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1160.55328298 VideoPlayer_3028538864: >close received from show Id: 0
1160.6009481 ImagePlayer_3030510704: >show track received from show Id: 0
1160.60541201 VideoPlayer_3028538864: quit video - Send stop to omxdriver
1160.60596108 OMXDriver_3028726864: >stop received and quit sent to omxplayer 1593
1160.68578315 VideoPlayer_3028538864: end play signal received with reason: nice_day at: 19706057
1160.68626595 VideoPlayer_3028538864: Entering state : closing from show Id: 0
1160.73783708 VideoPlayer_3028538864: State machine: closing
1160.93959904 VideoPlayer_3028538864: State machine: closing
1160.9403131 VideoPlayer_3028538864: <omx process is dead
1160.94091606 VideoPlayer_3028538864: Entering state : closed from show Id: 0
1191.04943204 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1191.09679103 LiveShow_3030510864: liveshow 0: Track type is: image
1191.09733295 LiveShow_3030510864: Track type is: image
1191.09879804 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
1191.69396901 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1191.70768094 ImagePlayer_3030510704: >close received from show Id: 0
1191.75403094 ImagePlayer_3028538832: >show track received from show Id: 0
1222.18304896 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1222.22875094 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
1222.23003411 LiveShow_3030510864: liveshow 0: Track type is: image
1222.23049712 LiveShow_3030510864: Track type is: image
1222.23214197 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
1222.82597709 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1222.83939695 ImagePlayer_3028538832: >close received from show Id: 0
1222.88614202 ImagePlayer_3028680528: >show track received from show Id: 0
1253.32822609 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1253.37342596 LiveShow_3030510864: liveshow 0: Track type is: image
1253.37395692 LiveShow_3030510864: Track type is: image
1253.37542915 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
1253.97084403 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1253.98374701 ImagePlayer_3028680528: >close received from show Id: 0
1254.03731394 ImagePlayer_3030510704: >show track received from show Id: 0
1284.47198915 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1284.51528096 LiveShow_3030510864: liveshow 0: Track type is: image
1284.51581192 LiveShow_3030510864: Track type is: image
1284.51745796 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1285.11420608 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1285.12722802 ImagePlayer_3030510704: >close received from show Id: 0
1285.17469597 ImagePlayer_3028680528: >show track received from show Id: 0
1315.60260892 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1315.64713311 LiveShow_3030510864: liveshow 0: Track type is: image
1315.64766002 LiveShow_3030510864: Track type is: image
1315.64926195 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1316.25116396 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1316.26470494 ImagePlayer_3028680528: >close received from show Id: 0
1316.31309009 ImagePlayer_3028538800: >show track received from show Id: 0
1346.75374699 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1346.79735804 LiveShow_3030510864: liveshow 0: Track type is: image
1346.7982111 LiveShow_3030510864: Track type is: image
1346.79972315 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1347.8029561 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1347.81595993 ImagePlayer_3028538800: >close received from show Id: 0
1347.87775493 ImagePlayer_3028538640: >show track received from show Id: 0
1378.33539796 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1378.38147807 LiveShow_3030510864: liveshow 0: Track type is: image
1378.38203096 LiveShow_3030510864: Track type is: image
1378.38366199 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1379.37733698 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1379.39325094 ImagePlayer_3028538640: >close received from show Id: 0
1379.45382094 ImagePlayer_3028680528: >show track received from show Id: 0
1409.89429212 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1409.94085407 LiveShow_3030510864: liveshow 0: Track type is: video
1409.94138694 LiveShow_3030510864: Track type is: video
1409.94310904 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1409.94405198 VideoPlayer_3030510832: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1409.94878197 OMXDriver_3028727472: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956207569' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
1411.47850394 OMXDriver_3028727472: connected to omxplayer dbus after 13 centisecs
1412.08778906 OMXDriver_3028727472: pause received after load
1412.08830309 OMXDriver_3028727472: not paused so send pause after load
1412.17056799 VideoPlayer_3030510832: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1412.17122602 VideoPlayer_3030510832: Got video duration from track, frezing at: 20015000 microsecs.
1412.17161703 VideoPlayer_3030510832: Entering state : loaded from show Id: 0
1412.1720531 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
1412.20832396 ImagePlayer_3028680528: >close received from show Id: 0
1412.29875612 VideoPlayer_3030510832: >show track received from show Id: 0
1412.29932213 OMXDriver_3028727472: Unpause received to start showing
1412.29969406 OMXDriver_3028727472: Is paused so Track will be unpaused to start showing
1412.35632396 VideoPlayer_3030510832: >showing track from show Id: 0
1432.16119814 OMXDriver_3028727472: pause received at end of track
1432.16168714 OMXDriver_3028727472: not paused so send pause at end of track
1432.20604515 VideoPlayer_3030510832: end play signal received with reason: pause_at_end at: 19694078
1432.20758605 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
1432.25513506 LiveShow_3030510864: liveshow 0: Track type is: video
1432.25588512 LiveShow_3030510864: Track type is: video
1432.25759196 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1432.25834513 VideoPlayer_3028680528: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1432.26295495 OMXDriver_3028727184: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956207792' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
1433.88356495 OMXDriver_3028727184: connected to omxplayer dbus after 14 centisecs
1434.49787903 OMXDriver_3028727184: pause received after load
1434.49832702 OMXDriver_3028727184: not paused so send pause after load
1434.57867813 VideoPlayer_3028680528: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1434.57920003 VideoPlayer_3028680528: Got video duration from track, frezing at: 20015000 microsecs.
1434.57961011 VideoPlayer_3028680528: Entering state : loaded from show Id: 0
1434.58005404 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
1434.61482501 VideoPlayer_3030510832: >close received from show Id: 0
1434.62542605 VideoPlayer_3028680528: >show track received from show Id: 0
1434.62625098 OMXDriver_3028727184: Unpause received to start showing
1434.62665105 OMXDriver_3028727184: Is paused so Track will be unpaused to start showing
1434.69059014 VideoPlayer_3028680528: >showing track from show Id: 0
1434.72633696 VideoPlayer_3030510832: quit video - Send stop to omxdriver
1434.72703815 OMXDriver_3028727472: >stop received and quit sent to omxplayer 1614
1434.81147695 VideoPlayer_3030510832: end play signal received with reason: nice_day at: 19694078
1434.81196594 VideoPlayer_3030510832: Entering state : closing from show Id: 0
1434.87496305 VideoPlayer_3030510832: State machine: closing
1435.07898903 VideoPlayer_3030510832: State machine: closing
1435.07976294 VideoPlayer_3030510832: <omx process is dead
1435.08056211 VideoPlayer_3030510832: Entering state : closed from show Id: 0
1454.52917314 OMXDriver_3028727184: pause received at end of track
1454.52967596 OMXDriver_3028727184: not paused so send pause at end of track
1454.57438612 VideoPlayer_3028680528: end play signal received with reason: pause_at_end at: 19699452
1454.57598305 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
1454.62210608 LiveShow_3030510864: liveshow 0: Track type is: image
1454.62265205 LiveShow_3030510864: Track type is: image
1454.625319 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
1455.43564796 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1455.44372392 VideoPlayer_3028680528: >close received from show Id: 0
1455.49410701 ImagePlayer_3030510832: >show track received from show Id: 0
1455.49764705 VideoPlayer_3028680528: quit video - Send stop to omxdriver
1455.49813104 OMXDriver_3028727184: >stop received and quit sent to omxplayer 1633
1455.56782603 VideoPlayer_3028680528: end play signal received with reason: nice_day at: 19699452
1455.56830406 VideoPlayer_3028680528: Entering state : closing from show Id: 0
1455.61990094 VideoPlayer_3028680528: State machine: closing
1455.82167196 VideoPlayer_3028680528: State machine: closing
1455.82298899 VideoPlayer_3028680528: <omx process is dead
1455.82408595 VideoPlayer_3028680528: Entering state : closed from show Id: 0
1485.95263505 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1485.99900198 LiveShow_3030510864: liveshow 0: Track type is: image
1485.99953914 LiveShow_3030510864: Track type is: image
1486.00114608 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
1486.59137893 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1486.60564804 ImagePlayer_3030510832: >close received from show Id: 0
1486.65343714 ImagePlayer_3028680528: >show track received from show Id: 0
1517.11992908 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1517.17260313 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
1517.17403007 LiveShow_3030510864: liveshow 0: Track type is: image
1517.17449212 LiveShow_3030510864: Track type is: image
1517.17600703 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
1517.81400704 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1517.82719207 ImagePlayer_3028680528: >close received from show Id: 0
1517.87783909 ImagePlayer_3030510704: >show track received from show Id: 0
1548.31752396 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1548.37025595 LiveShow_3030510864: liveshow 0: Track type is: image
1548.37079 LiveShow_3030510864: Track type is: image
1548.37265611 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
1548.95637512 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1548.97073293 ImagePlayer_3030510704: >close received from show Id: 0
1549.01814699 ImagePlayer_3028705328: >show track received from show Id: 0
1579.46915102 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1579.51852798 LiveShow_3030510864: liveshow 0: Track type is: image
1579.519063 LiveShow_3030510864: Track type is: image
1579.52058411 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1580.25268793 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1580.26621199 ImagePlayer_3028705328: >close received from show Id: 0
1580.31490898 ImagePlayer_3028680528: >show track received from show Id: 0
1610.79198194 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1610.84099197 LiveShow_3030510864: liveshow 0: Track type is: image
1610.84153605 LiveShow_3030510864: Track type is: image
1610.84316897 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1611.45148206 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1611.46528101 ImagePlayer_3028680528: >close received from show Id: 0
1611.51514506 ImagePlayer_3030510640: >show track received from show Id: 0
1641.95653296 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1642.00029707 LiveShow_3030510864: liveshow 0: Track type is: image
1642.00089908 LiveShow_3030510864: Track type is: image
1642.00249004 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1643.00248599 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1643.01544905 ImagePlayer_3030510640: >close received from show Id: 0
1643.07660198 ImagePlayer_3028538768: >show track received from show Id: 0
1673.52459908 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1673.56916595 LiveShow_3030510864: liveshow 0: Track type is: image
1673.56971407 LiveShow_3030510864: Track type is: image
1673.57122111 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1674.60471511 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1674.62089705 ImagePlayer_3028538768: >close received from show Id: 0
1674.68249893 ImagePlayer_3028538896: >show track received from show Id: 0
1705.12460613 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1705.16926003 LiveShow_3030510864: liveshow 0: Track type is: video
1705.16979814 LiveShow_3030510864: Track type is: video
1705.17138815 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1705.1723001 VideoPlayer_3028680528: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1705.17719197 OMXDriver_3028727312: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956210521' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
1706.70844507 OMXDriver_3028727312: connected to omxplayer dbus after 13 centisecs
1707.32429409 OMXDriver_3028727312: pause received after load
1707.32475901 OMXDriver_3028727312: not paused so send pause after load
1707.40506101 VideoPlayer_3028680528: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1707.40570307 VideoPlayer_3028680528: Got video duration from track, frezing at: 20015000 microsecs.
1707.4061141 VideoPlayer_3028680528: Entering state : loaded from show Id: 0
1707.40655303 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
1707.42934299 ImagePlayer_3028538896: >close received from show Id: 0
1707.52077603 VideoPlayer_3028680528: >show track received from show Id: 0
1707.521456 OMXDriver_3028727312: Unpause received to start showing
1707.52183914 OMXDriver_3028727312: Is paused so Track will be unpaused to start showing
1707.59763908 VideoPlayer_3028680528: >showing track from show Id: 0
1727.45713401 OMXDriver_3028727312: pause received at end of track
1727.45768595 OMXDriver_3028727312: not paused so send pause at end of track
1727.50211692 VideoPlayer_3028680528: end play signal received with reason: pause_at_end at: 19712171
1727.50375915 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
1727.55096412 LiveShow_3030510864: liveshow 0: Track type is: video
1727.5517211 LiveShow_3030510864: Track type is: video
1727.55356097 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1727.55432105 VideoPlayer_3028705392: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1727.55899501 OMXDriver_3030510736: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956210745' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
1729.08525801 OMXDriver_3030510736: connected to omxplayer dbus after 13 centisecs
1729.80371094 OMXDriver_3030510736: pause received after load
1729.80416799 OMXDriver_3030510736: not paused so send pause after load
1729.86485004 VideoPlayer_3028705392: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
1729.86571312 VideoPlayer_3028705392: Got video duration from track, frezing at: 20015000 microsecs.
1729.86615896 VideoPlayer_3028705392: Entering state : loaded from show Id: 0
1729.87029004 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
1729.90053105 VideoPlayer_3028680528: >close received from show Id: 0
1729.91219807 VideoPlayer_3028705392: >show track received from show Id: 0
1729.9128871 OMXDriver_3030510736: Unpause received to start showing
1729.91342306 OMXDriver_3030510736: Is paused so Track will be unpaused to start showing
1729.97440314 VideoPlayer_3028705392: >showing track from show Id: 0
1729.97684598 VideoPlayer_3028680528: quit video - Send stop to omxdriver
1729.98376298 OMXDriver_3028727312: >stop received and quit sent to omxplayer 1668
1730.05072093 VideoPlayer_3028680528: end play signal received with reason: nice_day at: 19712171
1730.0511961 VideoPlayer_3028680528: Entering state : closing from show Id: 0
1730.13125014 VideoPlayer_3028680528: State machine: closing
1730.33307409 VideoPlayer_3028680528: State machine: closing
1730.53578496 VideoPlayer_3028680528: State machine: closing
1730.53657603 VideoPlayer_3028680528: <omx process is dead
1730.53738093 VideoPlayer_3028680528: Entering state : closed from show Id: 0
1749.74820995 OMXDriver_3030510736: pause received at end of track
1749.74871111 OMXDriver_3030510736: not paused so send pause at end of track
1749.79334903 VideoPlayer_3028705392: end play signal received with reason: pause_at_end at: 19693589
1749.79490113 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
1749.84096408 LiveShow_3030510864: liveshow 0: Track type is: image
1749.84163094 LiveShow_3030510864: Track type is: image
1749.84378815 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
1750.56535006 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1750.57425213 VideoPlayer_3028705392: >close received from show Id: 0
1750.62186098 ImagePlayer_3028538864: >show track received from show Id: 0
1750.62559199 VideoPlayer_3028705392: quit video - Send stop to omxdriver
1750.62694311 OMXDriver_3030510736: >stop received and quit sent to omxplayer 1687
1750.70735097 VideoPlayer_3028705392: end play signal received with reason: nice_day at: 19693589
1750.70854998 VideoPlayer_3028705392: Entering state : closing from show Id: 0
1750.76036501 VideoPlayer_3028705392: State machine: closing
1750.96220899 VideoPlayer_3028705392: State machine: closing
1750.9631021 VideoPlayer_3028705392: <omx process is dead
1750.96373701 VideoPlayer_3028705392: Entering state : closed from show Id: 0
1781.10485911 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1781.15008903 LiveShow_3030510864: liveshow 0: Track type is: image
1781.15063715 LiveShow_3030510864: Track type is: image
1781.15210199 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
1781.74296904 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1781.75589514 ImagePlayer_3028538864: >close received from show Id: 0
1781.80402994 ImagePlayer_3028680528: >show track received from show Id: 0
1812.24812198 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1812.292907 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
1812.29434395 LiveShow_3030510864: liveshow 0: Track type is: image
1812.29481602 LiveShow_3030510864: Track type is: image
1812.29631495 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
1812.89240694 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1812.90556502 ImagePlayer_3028680528: >close received from show Id: 0
1812.95331693 ImagePlayer_3028705392: >show track received from show Id: 0
1843.40492296 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1843.44904304 LiveShow_3030510864: liveshow 0: Track type is: image
1843.44970894 LiveShow_3030510864: Track type is: image
1843.45119095 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
1844.04047298 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1844.05399203 ImagePlayer_3028705392: >close received from show Id: 0
1844.103055 ImagePlayer_3028680528: >show track received from show Id: 0
1874.55432296 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1874.60023808 LiveShow_3030510864: liveshow 0: Track type is: image
1874.60089612 LiveShow_3030510864: Track type is: image
1874.60240912 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1875.26626396 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1875.27922893 ImagePlayer_3028680528: >close received from show Id: 0
1875.32742095 ImagePlayer_3030510672: >show track received from show Id: 0
1905.81528902 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1905.86810708 LiveShow_3030510864: liveshow 0: Track type is: image
1905.86863899 LiveShow_3030510864: Track type is: image
1905.87024403 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
1906.46540403 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1906.47825003 ImagePlayer_3030510672: >close received from show Id: 0
1906.52488899 ImagePlayer_3028705392: >show track received from show Id: 0
1936.97918892 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1937.02334404 LiveShow_3030510864: liveshow 0: Track type is: image
1937.0238831 LiveShow_3030510864: Track type is: image
1937.02540112 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1938.13627696 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1938.1493721 ImagePlayer_3028705392: >close received from show Id: 0
1938.21129107 ImagePlayer_3028705328: >show track received from show Id: 0
1968.63568997 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
1968.6802001 LiveShow_3030510864: liveshow 0: Track type is: image
1968.68073702 LiveShow_3030510864: Track type is: image
1968.68236613 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
1969.70171213 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
1969.71755195 ImagePlayer_3028705328: >close received from show Id: 0
1969.78136706 ImagePlayer_3028538896: >show track received from show Id: 0
2000.21795607 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2000.26531601 LiveShow_3030510864: liveshow 0: Track type is: video
2000.26585197 LiveShow_3030510864: Track type is: video
2000.26746297 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2000.26838493 VideoPlayer_3030510640: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2000.27355695 OMXDriver_3028726864: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956213472' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
2001.79067397 OMXDriver_3028726864: connected to omxplayer dbus after 13 centisecs
2002.44765711 OMXDriver_3028726864: pause received after load
2002.44812012 OMXDriver_3028726864: not paused so send pause after load
2002.50030899 VideoPlayer_3030510640: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2002.50094295 VideoPlayer_3030510640: Got video duration from track, frezing at: 20015000 microsecs.
2002.50135899 VideoPlayer_3030510640: Entering state : loaded from show Id: 0
2002.50179505 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
2002.53360295 ImagePlayer_3028538896: >close received from show Id: 0
2002.63050914 VideoPlayer_3030510640: >show track received from show Id: 0
2002.63107204 OMXDriver_3028726864: Unpause received to start showing
2002.63151407 OMXDriver_3028726864: Is paused so Track will be unpaused to start showing
2002.69052505 VideoPlayer_3030510640: >showing track from show Id: 0
2022.50488496 OMXDriver_3028726864: pause received at end of track
2022.50536203 OMXDriver_3028726864: not paused so send pause at end of track
2022.54992104 VideoPlayer_3030510640: end play signal received with reason: pause_at_end at: 19690787
2022.55157709 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
2022.60286307 LiveShow_3030510864: liveshow 0: Track type is: video
2022.60342193 LiveShow_3030510864: Track type is: video
2022.60497403 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2022.60575008 VideoPlayer_3028680528: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2022.61068797 OMXDriver_3030510608: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956213695' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
2024.23891807 OMXDriver_3030510608: connected to omxplayer dbus after 14 centisecs
2024.82777715 OMXDriver_3030510608: pause received after load
2024.82822204 OMXDriver_3030510608: not paused so send pause after load
2024.90958095 VideoPlayer_3028680528: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2024.91048193 VideoPlayer_3028680528: Got video duration from track, frezing at: 20015000 microsecs.
2024.910918 VideoPlayer_3028680528: Entering state : loaded from show Id: 0
2024.91135502 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
2024.95233703 VideoPlayer_3030510640: >close received from show Id: 0
2024.95495605 VideoPlayer_3028680528: >show track received from show Id: 0
2024.95551705 OMXDriver_3030510608: Unpause received to start showing
2024.95588207 OMXDriver_3030510608: Is paused so Track will be unpaused to start showing
2025.03613997 VideoPlayer_3028680528: >showing track from show Id: 0
2025.06496 VideoPlayer_3030510640: quit video - Send stop to omxdriver
2025.06558299 OMXDriver_3028726864: >stop received and quit sent to omxplayer 1707
2025.15884709 VideoPlayer_3030510640: end play signal received with reason: nice_day at: 19690787
2025.15940809 VideoPlayer_3030510640: Entering state : closing from show Id: 0
2025.23366499 VideoPlayer_3030510640: State machine: closing
2025.44364405 VideoPlayer_3030510640: State machine: closing
2025.44440913 VideoPlayer_3030510640: <omx process is dead
2025.44508505 VideoPlayer_3030510640: Entering state : closed from show Id: 0
2044.83515501 OMXDriver_3030510608: pause received at end of track
2044.83565712 OMXDriver_3030510608: not paused so send pause at end of track
2044.880162 VideoPlayer_3028680528: end play signal received with reason: pause_at_end at: 19686966
2044.88170695 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
2044.92911315 LiveShow_3030510864: liveshow 0: Track type is: image
2044.92984509 LiveShow_3030510864: Track type is: image
2044.93159103 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
2045.66415596 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2045.67237592 VideoPlayer_3028680528: >close received from show Id: 0
2045.71972704 ImagePlayer_3028705328: >show track received from show Id: 0
2045.72354913 VideoPlayer_3028680528: quit video - Send stop to omxdriver
2045.72404814 OMXDriver_3030510608: >stop received and quit sent to omxplayer 1726
2045.79466605 VideoPlayer_3028680528: end play signal received with reason: nice_day at: 19686966
2045.79513597 VideoPlayer_3028680528: Entering state : closing from show Id: 0
2045.84671402 VideoPlayer_3028680528: State machine: closing
2046.04843092 VideoPlayer_3028680528: State machine: closing
2046.04914713 VideoPlayer_3028680528: <omx process is dead
2046.04975295 VideoPlayer_3028680528: Entering state : closed from show Id: 0
2076.16290712 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2076.20706105 LiveShow_3030510864: liveshow 0: Track type is: image
2076.20761609 LiveShow_3030510864: Track type is: image
2076.20910096 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
2076.79661703 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2076.8102541 ImagePlayer_3028705328: >close received from show Id: 0
2076.85889912 ImagePlayer_3028538608: >show track received from show Id: 0
2107.30321312 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2107.34721804 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
2107.34850502 LiveShow_3030510864: liveshow 0: Track type is: image
2107.34896207 LiveShow_3030510864: Track type is: image
2107.3504591 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
2107.9395411 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2107.9525001 ImagePlayer_3028538608: >close received from show Id: 0
2108.00033092 ImagePlayer_3028538736: >show track received from show Id: 0
2138.4405551 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2138.48538208 LiveShow_3030510864: liveshow 0: Track type is: image
2138.48592305 LiveShow_3030510864: Track type is: image
2138.48891401 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
2139.08041 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2139.09431696 ImagePlayer_3028538736: >close received from show Id: 0
2139.14659905 ImagePlayer_3028706608: >show track received from show Id: 0
2169.56530905 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2169.60918713 LiveShow_3030510864: liveshow 0: Track type is: image
2169.60972595 LiveShow_3030510864: Track type is: image
2169.61122704 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
2170.20803595 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2170.22787404 ImagePlayer_3028706608: >close received from show Id: 0
2170.27625704 ImagePlayer_3030510608: >show track received from show Id: 0
2200.69123602 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2200.73639202 LiveShow_3030510864: liveshow 0: Track type is: image
2200.73693204 LiveShow_3030510864: Track type is: image
2200.73840594 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
2201.33653712 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2201.35029507 ImagePlayer_3030510608: >close received from show Id: 0
2201.39875507 ImagePlayer_3030510672: >show track received from show Id: 0
2231.82849693 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2231.87524414 LiveShow_3030510864: liveshow 0: Track type is: image
2231.87577701 LiveShow_3030510864: Track type is: image
2231.87731814 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
2232.87112594 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2232.88526106 ImagePlayer_3030510672: >close received from show Id: 0
2232.9453311 ImagePlayer_3028538608: >show track received from show Id: 0
2263.40313601 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2263.44918609 LiveShow_3030510864: liveshow 0: Track type is: image
2263.44973612 LiveShow_3030510864: Track type is: image
2263.45123816 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
2264.44637895 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2264.46099615 ImagePlayer_3028538608: >close received from show Id: 0
2264.5213871 ImagePlayer_3028680528: >show track received from show Id: 0
2294.99939299 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2295.04516411 LiveShow_3030510864: liveshow 0: Track type is: video
2295.04569101 LiveShow_3030510864: Track type is: video
2295.04726005 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2295.04816294 VideoPlayer_3028706608: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2295.05303407 OMXDriver_3028726544: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956216420' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
2296.84448409 OMXDriver_3028726544: connected to omxplayer dbus after 15 centisecs
2297.55051708 OMXDriver_3028726544: pause received after load
2297.55097008 OMXDriver_3028726544: not paused so send pause after load
2297.61758995 VideoPlayer_3028706608: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2297.61822104 VideoPlayer_3028706608: Got video duration from track, frezing at: 20015000 microsecs.
2297.61879396 VideoPlayer_3028706608: Entering state : loaded from show Id: 0
2297.61924911 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
2297.67519903 ImagePlayer_3028680528: >close received from show Id: 0
2297.76855397 VideoPlayer_3028706608: >show track received from show Id: 0
2297.76913095 OMXDriver_3028726544: Unpause received to start showing
2297.76951003 OMXDriver_3028726544: Is paused so Track will be unpaused to start showing
2297.84464002 VideoPlayer_3028706608: >showing track from show Id: 0
2317.59700894 OMXDriver_3028726544: pause received at end of track
2317.59748292 OMXDriver_3028726544: not paused so send pause at end of track
2317.64214396 VideoPlayer_3028706608: end play signal received with reason: pause_at_end at: 19691033
2317.64380193 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
2317.69069695 LiveShow_3030510864: liveshow 0: Track type is: video
2317.69143414 LiveShow_3030510864: Track type is: video
2317.69329309 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2317.69406295 VideoPlayer_3028680528: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2317.69871306 OMXDriver_3028726864: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956216646' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
2319.22168899 OMXDriver_3028726864: connected to omxplayer dbus after 13 centisecs
2319.88493109 OMXDriver_3028726864: pause received after load
2319.8853991 OMXDriver_3028726864: not paused so send pause after load
2319.96538401 VideoPlayer_3028680528: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2319.96588492 VideoPlayer_3028680528: Got video duration from track, frezing at: 20015000 microsecs.
2319.96626401 VideoPlayer_3028680528: Entering state : loaded from show Id: 0
2319.96670604 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
2320.00507498 VideoPlayer_3028706608: >close received from show Id: 0
2320.01915598 VideoPlayer_3028680528: >show track received from show Id: 0
2320.01971698 OMXDriver_3028726864: Unpause received to start showing
2320.0200851 OMXDriver_3028726864: Is paused so Track will be unpaused to start showing
2320.083534 VideoPlayer_3028680528: >showing track from show Id: 0
2320.10227108 VideoPlayer_3028706608: quit video - Send stop to omxdriver
2320.10288405 OMXDriver_3028726544: >stop received and quit sent to omxplayer 1746
2320.17145801 VideoPlayer_3028706608: end play signal received with reason: nice_day at: 19691033
2320.17194104 VideoPlayer_3028706608: Entering state : closing from show Id: 0
2320.22726893 VideoPlayer_3028706608: State machine: closing
2320.44477701 VideoPlayer_3028706608: State machine: closing
2320.6468091 VideoPlayer_3028706608: State machine: closing
2320.64758015 VideoPlayer_3028706608: <omx process is dead
2320.6482501 VideoPlayer_3028706608: Entering state : closed from show Id: 0
2339.91780996 OMXDriver_3028726864: pause received at end of track
2339.91831994 OMXDriver_3028726864: not paused so send pause at end of track
2339.9682951 VideoPlayer_3028680528: end play signal received with reason: pause_at_end at: 19702005
2339.97038794 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
2340.01774311 LiveShow_3030510864: liveshow 0: Track type is: image
2340.01828909 LiveShow_3030510864: Track type is: image
2340.02002001 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
2340.74190497 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2340.74960113 VideoPlayer_3028680528: >close received from show Id: 0
2340.79597712 ImagePlayer_3028538800: >show track received from show Id: 0
2340.80057597 VideoPlayer_3028680528: quit video - Send stop to omxdriver
2340.80106592 OMXDriver_3028726864: >stop received and quit sent to omxplayer 1765
2340.87857008 VideoPlayer_3028680528: end play signal received with reason: nice_day at: 19702005
2340.87904 VideoPlayer_3028680528: Entering state : closing from show Id: 0
2340.93063307 VideoPlayer_3028680528: State machine: closing
2341.13291192 VideoPlayer_3028680528: State machine: closing
2341.13365006 VideoPlayer_3028680528: <omx process is dead
2341.13424611 VideoPlayer_3028680528: Entering state : closed from show Id: 0
2371.24906802 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2371.293468 LiveShow_3030510864: liveshow 0: Track type is: image
2371.29404211 LiveShow_3030510864: Track type is: image
2371.29562902 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
2371.89791107 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2371.91080308 ImagePlayer_3028538800: >close received from show Id: 0
2371.95989513 ImagePlayer_3028538768: >show track received from show Id: 0
2402.38707304 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2402.43141794 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
2402.43281913 LiveShow_3030510864: liveshow 0: Track type is: image
2402.43333197 LiveShow_3030510864: Track type is: image
2402.43485904 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
2403.032408 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2403.0455761 ImagePlayer_3028538768: >close received from show Id: 0
2403.10225797 ImagePlayer_3028705328: >show track received from show Id: 0
2433.53042006 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2433.57557106 LiveShow_3030510864: liveshow 0: Track type is: image
2433.57610703 LiveShow_3030510864: Track type is: image
2433.57833409 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
2434.16658711 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2434.17943001 ImagePlayer_3028705328: >close received from show Id: 0
2434.22881508 ImagePlayer_3028680528: >show track received from show Id: 0
2464.67448592 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2464.71955705 LiveShow_3030510864: liveshow 0: Track type is: image
2464.72009206 LiveShow_3030510864: Track type is: image
2464.72160697 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
2465.31757712 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2465.33171606 ImagePlayer_3028680528: >close received from show Id: 0
2465.38056803 ImagePlayer_3028538832: >show track received from show Id: 0
2495.82843113 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2495.87495899 LiveShow_3030510864: liveshow 0: Track type is: image
2495.87561893 LiveShow_3030510864: Track type is: image
2495.87706709 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
2496.48333693 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2496.49642396 ImagePlayer_3028538832: >close received from show Id: 0
2496.54325008 ImagePlayer_3028705392: >show track received from show Id: 0
2526.98812914 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2527.03192616 LiveShow_3030510864: liveshow 0: Track type is: image
2527.03245807 LiveShow_3030510864: Track type is: image
2527.03411603 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
2528.04260707 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2528.05613613 ImagePlayer_3028705392: >close received from show Id: 0
2528.11806393 ImagePlayer_3028538768: >show track received from show Id: 0
2558.57481003 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2558.61886811 LiveShow_3030510864: liveshow 0: Track type is: image
2558.61940598 LiveShow_3030510864: Track type is: image
2558.62088203 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg
2559.62652993 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2559.64192796 ImagePlayer_3028538768: >close received from show Id: 0
2559.70578814 ImagePlayer_3030510736: >show track received from show Id: 0
2590.16645503 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2590.21069002 LiveShow_3030510864: liveshow 0: Track type is: video
2590.21121693 LiveShow_3030510864: Track type is: video
2590.21290302 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2590.21386194 VideoPlayer_3028538736: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2590.21905398 OMXDriver_3028727632: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956219371' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
2591.73144507 OMXDriver_3028727632: connected to omxplayer dbus after 13 centisecs
2592.42935205 OMXDriver_3028727632: pause received after load
2592.4298141 OMXDriver_3028727632: not paused so send pause after load
2592.4773941 VideoPlayer_3028538736: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2592.4780221 VideoPlayer_3028538736: Got video duration from track, frezing at: 20015000 microsecs.
2592.47843313 VideoPlayer_3028538736: Entering state : loaded from show Id: 0
2592.47887301 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
2592.54784298 ImagePlayer_3030510736: >close received from show Id: 0
2592.63885808 VideoPlayer_3028538736: >show track received from show Id: 0
2592.63941693 OMXDriver_3028727632: Unpause received to start showing
2592.63978815 OMXDriver_3028727632: Is paused so Track will be unpaused to start showing
2592.70861912 VideoPlayer_3028538736: >showing track from show Id: 0
2612.49421 OMXDriver_3028727632: pause received at end of track
2612.49469304 OMXDriver_3028727632: not paused so send pause at end of track
2612.53977513 VideoPlayer_3028538736: end play signal received with reason: pause_at_end at: 19702569
2612.54134798 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
2612.588938 LiveShow_3030510864: liveshow 0: Track type is: video
2612.58951497 LiveShow_3030510864: Track type is: video
2612.59106994 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2612.59248614 VideoPlayer_3028680528: Load track received from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2612.59784698 OMXDriver_3028726640: Send command to omxplayer: /usr/bin/omxplayer --no-keys --no-osd -o hdmi --vol -6000 --dbus_name 'org.mpris.MediaPlayer2.omxplayer14956219595' '/media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4'
2614.22724414 OMXDriver_3028726640: connected to omxplayer dbus after 14 centisecs
2614.88673806 OMXDriver_3028726640: pause received after load
2614.88717508 OMXDriver_3028726640: not paused so send pause after load
2614.943434 VideoPlayer_3028680528: Loading complete from show Id: 0 /media/pi/SMIPTV1/015-Cupboard TV Ad - Gaz & Leccy - Smart Energy GB.mp4
2614.943959 VideoPlayer_3028680528: Got video duration from track, frezing at: 20015000 microsecs.
2614.94447494 VideoPlayer_3028680528: Entering state : loaded from show Id: 0
2614.95968795 LiveShow_3030510864: Show Id 0 load complete with status: normal message: video loaded
2614.99960399 VideoPlayer_3028538736: >close received from show Id: 0
2615.01505899 VideoPlayer_3028680528: >show track received from show Id: 0
2615.01560998 OMXDriver_3028726640: Unpause received to start showing
2615.01597309 OMXDriver_3028726640: Is paused so Track will be unpaused to start showing
2615.08301806 VideoPlayer_3028680528: >showing track from show Id: 0
2615.10156393 VideoPlayer_3028538736: quit video - Send stop to omxdriver
2615.10205603 OMXDriver_3028727632: >stop received and quit sent to omxplayer 2067
2615.19150114 VideoPlayer_3028538736: end play signal received with reason: nice_day at: 19702569
2615.19203496 VideoPlayer_3028538736: Entering state : closing from show Id: 0
2615.25079799 VideoPlayer_3028538736: State machine: closing
2615.45338702 VideoPlayer_3028538736: State machine: closing
2615.45415401 VideoPlayer_3028538736: <omx process is dead
2615.45479798 VideoPlayer_3028538736: Entering state : closed from show Id: 0
2634.86931014 OMXDriver_3028726640: pause received at end of track
2634.86979604 OMXDriver_3028726640: not paused so send pause at end of track
2634.91553903 VideoPlayer_3028680528: end play signal received with reason: pause_at_end at: 19697661
2634.91709304 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: pause at end
2634.96378112 LiveShow_3030510864: liveshow 0: Track type is: image
2634.96434903 LiveShow_3030510864: Track type is: image
2634.96609712 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
2635.69748712 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2635.70524406 VideoPlayer_3028680528: >close received from show Id: 0
2635.75340104 ImagePlayer_3028538768: >show track received from show Id: 0
2635.75695109 VideoPlayer_3028680528: quit video - Send stop to omxdriver
2635.75742793 OMXDriver_3028726640: >stop received and quit sent to omxplayer 2086
2635.83708096 VideoPlayer_3028680528: end play signal received with reason: nice_day at: 19697661
2635.83755207 VideoPlayer_3028680528: Entering state : closing from show Id: 0
2635.88900805 VideoPlayer_3028680528: State machine: closing
2636.09076405 VideoPlayer_3028680528: State machine: closing
2636.09159303 VideoPlayer_3028680528: <omx process is dead
2636.09219098 VideoPlayer_3028680528: Entering state : closed from show Id: 0
2666.17597508 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2666.21983314 LiveShow_3030510864: liveshow 0: Track type is: image
2666.220366 LiveShow_3030510864: Track type is: image
2666.22181106 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/016 - Slide3.JPG
2666.80977011 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2666.82434702 ImagePlayer_3028538768: >close received from show Id: 0
2666.87400293 ImagePlayer_3030510672: >show track received from show Id: 0
2697.32660794 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2697.37097692 LiveShow_3030510864: liveshow 0: Waiting for trigger: start
2697.37227011 LiveShow_3030510864: liveshow 0: Track type is: image
2697.37284708 LiveShow_3030510864: Track type is: image
2697.37447405 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
2697.97532892 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2697.98831201 ImagePlayer_3030510672: >close received from show Id: 0
2698.03646803 ImagePlayer_3030510640: >show track received from show Id: 0
2728.4974041 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2728.54442692 LiveShow_3030510864: liveshow 0: Track type is: image
2728.54495502 LiveShow_3030510864: Track type is: image
2728.54640698 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/001 - Slide1.JPG
2729.14211011 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2729.15506911 ImagePlayer_3030510640: >close received from show Id: 0
2729.20166612 ImagePlayer_3030510704: >show track received from show Id: 0
2759.65454698 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2759.69788694 LiveShow_3030510864: liveshow 0: Track type is: image
2759.6986711 LiveShow_3030510864: Track type is: image
2759.7002151 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
2760.30049014 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2760.31338406 ImagePlayer_3030510704: >close received from show Id: 0
2760.36151195 ImagePlayer_3028705328: >show track received from show Id: 0
2790.83204699 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2790.98494601 LiveShow_3030510864: liveshow 0: Track type is: image
2790.98548698 LiveShow_3030510864: Track type is: image
2790.98706698 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/002 - Slide2.JPG
2792.2724731 LiveShow_3030510864: Show Id 0 load complete with status: loaded message: image track loaded
2792.28746414 ImagePlayer_3028705328: >close received from show Id: 0
2792.40982413 ImagePlayer_3030510608: >show track received from show Id: 0
2840.27693105 LiveShow_3030510864: pause at end of showing track with reason: pause_at_end and message: user quit or duration exceeded
2843.18702412 LiveShow_3030510864: liveshow 0: Track type is: image
2843.18764305 LiveShow_3030510864: Track type is: image
2843.28897405 LiveShow_3030510864: Track to load is: /media/pi/SMIPTV1/010-Electralink-SMrollout-Mar17.jpg

New to this....

Hi, I am really new to this and have a few questions...First, is pi presents defunked? I can't seem to find any current issues, everything seems to be at least a year old or older. My problem is, I'm trying to download pi presents to my rasberry pi. When I type in https://github.com/KenT2/pipresents-next/tarball/master -O - | tar xz...it looks like it is downloading, but everything comes up saying cannot open; no such file permission denied. I can't seem to find anything addressing this problem. Can someone please guide me in the right direction? Thanks in advance.....

How do you target files from a USB drive? What if you don't know video names in advance?

Eyeing PiPresents as a potential solution for a headless auto video looper. It looks promising for this. For my use case 1) I won't know the name of the video to autoloop (just that it will only ever be one video at a time) and 2) the video will reside on a thumbdrive as that is the most flexible way for my client to transfer update it painlessly (at their disposal).

Is PiPresents able to handle both of those scenarios? I have seen some other intriguing code which will autolaunch a script at startup (see step 2 here. I'd like that script to be a PiPresents script! As long as it can meet my prerequisites.

Thanks!

What I really would like in audio

I would like to start an audio track of music in parallel with my mediashow. Whenever I show a video with sound or another track with sound, I would like to pause the initial audio track... and then resume it when a message or image is shown which has no audio....

It would make creating polished presentations with background music very easy to do...

sorry to bother you with all of these issues but you are very close to having an absolutely brilliant product....

David Guest

Better way to Exit Program

After using this a while it is becoming clear that there could be a better way to exit the program.

I get stuck in full screen mode or stuck with the video so many times I usually have to unplug it and try again. I try all the key combinations and none of them will exit. Why is that?

It would be nice to just hit the esc key once and have that be that.

Can this be a feature please?

Use mouse to start show?

I am working as a volunteer in a small museum. I am very impressed by your software and am trying to use it to run a single video for an exhibit. I would like to trigger the video with a mouse click anywhere on the screen and have it run once and go back to the start and wait for another click. Is this possible? I have tried several things and read the manual -- probably not as thoroughly as I should -- but can you tell me if it is possible or do I have to wire GPIO to do it? I have a usb mouse pad I was planning to use.

Thanks for any help you can give.

Scott

question or problem? - using concurrency

I have two shows phelps1 which is a standard mediashow ... runs beautifully.

I created a second show phelpssound consisting of a single sound track ...

the reference name of phelps1 is phelpsshow
the reference name of phelpssound is mysound

the manual references a field named start-shows. The screen shows First Shows.

There is no field on the screen for controlling show.

If I put both show references in the First Shows field of the Phelps1 show, they will not validate. It does not find the mysound show....

Install instructions fail on "stretch"

In my hands, "sudo apt-get install pexpect" fails with "Unable to locate package pexpect". I am on a Raspberry Pi 3 running Raspbian 9 (stretch). Please let me know if you need any other information about my system.

I am new to Raspberry Pi, and I just started playing with Pi Presents a few days ago. I was able to install it fine, but today I tried it again on a fresh SD card, and it failed. I thought I was losing my mind, but I just realized that in the meantime there had been a commit that changed the installation instructions...

Phenomenal software, BTW! I'm evaluating it for use in an upcoming exhibit :-)

Auto-Hiding Links?

Is there any way to have links (the ones in the hyerlink show) auto hide?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.