Author Topic: Adding a 5 second section to my sequences  (Read 4989 times)

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #15 on: December 09, 2016, 08:34:01 AM »
B+

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #16 on: December 09, 2016, 08:37:58 AM »
So that's the older one before Pi2 I believe.  I think that's the same model I use.  It's been so rock solid I never upgraded to the Pi2 or Pi3 even though I own both of them.

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #17 on: December 09, 2016, 08:43:13 AM »
I bought in November 2014

700MHz Broadcom BCM2835 CPU / 512 MB SDRAM @ 400MHz / 10/100 Ethernet RJ45 on-board network
Full size HDMI / 4 USB ports / Micro SD slot

GPIO header expanded (40 pins vs. 26)
New 4-pole connector replaces the existing analogue and composite video port on the Model B

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #18 on: December 09, 2016, 08:45:44 AM »
I also have a Pi2:
 Raspberry Pi 2 (RPi2) Quad-Core 900 MHz 1GB RAM

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #19 on: December 09, 2016, 05:50:39 PM »
Preliminary results:  I change to the Pi 2..loaded the same flash drive.  It seems that the "catching up" issue is much improved...I need to spend some time to night looking at the show to see if there is improvement across the 35 sequences.

I'll keep you posted...

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #20 on: December 09, 2016, 08:23:49 PM »
Not sure if you're troubleshooting this on the Falcon forum but I'd say that is the best spot to get the Capt to help figure it out.

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #21 on: December 09, 2016, 09:00:10 PM »
I would agree but not a word from him on this issue.. I've basically mirrored this issue on that forum..

I'm about to look at the whole sequence of sequences to evaluate if the issue is resolved..I'll let you know

Offline CaptainMurdoch

  • Full Member
  • ***
  • Posts: 124
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #22 on: December 10, 2016, 02:50:01 AM »
I would agree but not a word from him on this issue.. I've basically mirrored this issue on that forum..

He has been very busy and with the increased forum activity from lots of users' last-minute setup questions, as of earlier tonight he was 10 whole pages of forum threads behind.  After a few hours of time this evening on the couch with a laptop, he is now only 6 pages behind but he did post some suggestions in your thread on one of those 4 pages he has now cleared.  I'm sure the 6 pages he has left will quickly become 7 tomorrow and he'll be falling behind again.

Signed "He" :)

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #23 on: December 10, 2016, 11:37:07 AM »
Sorry if I sounded critical, not my intention...I've been watching the Falconchristmas activity and it's been nuts.

Just checked FalconChristmas forum: Yesterday I moved over the show to the Pi 2 Quad core....after testing last night (after hours) there appears to be very little delay: 100 - 150 ms.  Unless you know what to look for, it's invisible!

Thanks to all!

Here's CaptianMurdoch's response to the delay issue:

I have a ToDo item to rework the MultiSync code to add a "open" step.  Currently the master just  tells the remotes to start playing and they do their best to start in sync.  I want to add an "open" before the "start", so that everyone gets a chance to open the files first then the start message comes.

It sounds like your video files are taking a while to start up.  Sometimes different encodings can make the files take longer to start.  If your video files have long distances between keyframes and the encoding method requires both keyframes to properly decode the video frame in the middle then it can delay startup since omxplayer has to read in a larger amount of data and decode more frames before actually starting to play the video.  You might try re-encoding one of your video files with a shorter distance between keyframes and also turn off 'B' frames if they are turned on.

Other possible solutions include making sure that the USB drives on the Remote are as fast as possible, using a quad-core Pi rather than a single-core Pi, making sure that there are no other channel outputs on the Pi that is running video, and removing any fseq files from the Pi running video.  If your have the fseq files on the video player Pi, then it will also be reading in the fseq data which can cause USB bus contention and slow down video startup.[/b

Offline Gilrock

  • Supporting Member
  • Hero Member
  • *
  • Posts: 6946
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #24 on: December 10, 2016, 02:57:46 PM »
I just pushed an enhancement for next release.  Under the Edit menu there will be a "Shift Effects" option.  You can type in 5000 to push everything 5 seconds to the right.  You could type in -1500 to shift everything 1.5 seconds to the left.  It will truncate effects that are shifted left past zero or delete them entirely if the end point moves past zero.

Offline scuba

  • Sr. Member
  • ****
  • Posts: 349
    • View Profile
Re: Adding a 5 second section to my sequences
« Reply #25 on: December 17, 2016, 09:30:39 AM »
Just got back in town  ...thanks Gil