INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: REmote Control Question  (Read 1831 times)

Glimmie

  • Junior Woodchuck
  • **
  • Posts: 51
REmote Control Question
« on: April 04, 2016, 12:54:10 pm »

Is there a way to attach a simple text file of say 255 characters to each video file (movie, etc) so that the text string is "played out" the serial port (preferred) or over an IP socket (less preferred) when the movie or show is started?

My idea is to put stuff like audio processor surround modes and screen masking positions in that file so when a movie is launched, the ideal system parameters are automatically set.

As for the interfacing issues, I can easily handle all that. I have a DIY master control computer written from he ground up in C and masking has DIY coded microcontroller. So all I need JRiver to do is send simple ASCII or binary characters. Again 255 is more than enough.

Another idea. Does JRiver support EIA708 captioning? I could embedd the data as a closed caption into the MPEG stream.
Logged

blgentry

  • Regular Member
  • Citizen of the Universe
  • *****
  • Posts: 8009
Re: REmote Control Question
« Reply #1 on: April 04, 2016, 03:05:03 pm »

This sounds like an ideal use for MC's custom library fields.  Make a library field like [Custom Playback Data] and put whatever text in it that you want.  Then you can query that field using MCWS.

If you run the "Info" command in MCWS, it will give you a bunch of information about the currently playing file, including it's file key.  Then you can use the file key with the "Get Info" command, and specify that file key.  Be default it will return all library fields for that file.  You can specify the field or fields that you want to see.  They come back as XML, so they shouldn't be too hard to parse.

You could set up a process like this that polls MC every N seconds.  Or perhaps you could link whatever you are using to choose movies to your polling program, causing it to poll MC shortly after the file is selected.

Brian.
Logged
Pages: [1]   Go Up