On Thursday, September 26, 2013 2:24:11 AM UTC-4, Mike Langensiepen wrote:
>
> Apologies in advance if this is in the wrong area
>
> Is there an app or does anyone fancy giving me a price for writing an app 
> do to the following:
> Play an ambient audio/video track (whatever format needed)
> On receiving a trigger input switch to playing another specified 
> audio/video track
> When 2nd track is finished go back to playing the ambient track.
>
> Tracks would need to be full HD
>
>
I know that VLC Media player has a web interface for adding items to the 
playlist and playing videos remotely.  It can also be configured to loop 
the playlist.

So with that, you could invoke VLC from the command line and give it a file 
to play automatically - then use the web interface to "trigger" switching 
to another file immediately while leaving the initial file in the playlist 
to be looped back to once done.

I'm fairly sure ALL the major video player apps for linux have a web 
interface.

Of course this moves the time/cost from "writing an app" to "configuring 
the system" as you will need to setup your linux distribution, have it 
start the x-windows environment upon bootup[but not a desktop, just the 
windowing system], and then start VL - that is assuming you don't want a 
desktop, you just want a pure video player.

Then you can design your trigger app. 

Not a non-trivial amount of time, mind you. 

-- 
For more options, visit http://beagleboard.org/discuss
--- 
You received this message because you are subscribed to the Google Groups 
"BeagleBoard" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to beagleboard+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to