Having Fun with FFASTrans
Posted: Wed Jan 01, 2020 1:17 am
So a little background, I'm an IT Engineer for a local news station. The reporters have been complaining that editing and sending videos to air from their laptops both at the station and out in the field is quite a hassle, and requires multiple people to get them on air. So I started working on a way to remove the middle people and allow them to send right to air. This is what I came up with, along with them having a way to check the status of the videos they sent.
First up the workflows. I have two of them, one for when they are here at the station, and one when out in the field. The only difference is the in station workflow, only allows for videos that are in Intra50, so they can be sent to our Airspeeds directly, and the field workflow converts video sent to Intra50:
Now, to allow them to check if what they sent worked, or had issues.
First I set up the web interface, then using a Raspberry Pi as a viewer, added it to our in house cable network, so it can be viewed on TVs as a channel:
But, that only works when they are in house, so next I started on something for out in the field. What I came up with, was using the email node, to send specially crafted emails to a Wordpress blog, that would then list each "post" in a table, with color coding. This can be accessed from anywhere, even their phones:
First up the workflows. I have two of them, one for when they are here at the station, and one when out in the field. The only difference is the in station workflow, only allows for videos that are in Intra50, so they can be sent to our Airspeeds directly, and the field workflow converts video sent to Intra50:
Now, to allow them to check if what they sent worked, or had issues.
First I set up the web interface, then using a Raspberry Pi as a viewer, added it to our in house cable network, so it can be viewed on TVs as a channel:
But, that only works when they are in house, so next I started on something for out in the field. What I came up with, was using the email node, to send specially crafted emails to a Wordpress blog, that would then list each "post" in a table, with color coding. This can be accessed from anywhere, even their phones: