Skip to main content
Participant
July 7, 2009
Question

How to manage video files?

  • July 7, 2009
  • 1 reply
  • 840 views

Hi!

I have installed the development media server, played arround with some of the demos and now i'm looking for the possibilty to manage my VOD video files. But i can't find any tool, or informations delivered by the server how much video files are in the vod directory.

Do i need an extra tool?

Thx!

    This topic has been closed for replies.

    1 reply

    July 7, 2009

    You can use the File class in your server side actionscript to read directories. Was there something else you had in mind?

    merlin256Author
    Participant
    July 8, 2009

    Okay - so i have to code something - the server doesn't deliver any informations about the video files by an webservice or by http? There is no possiblity in the administraion API to get this information?

    Is it possible to say that the video file "example.flv" is only avaible for streaming in the vod directory between 08:00 am and 05:00 pm?

    July 8, 2009

    I've not found anything in the admin API that lists streams, other than streams that are currently active within an application.

    On the question of scheduling times when streams are available, you'll definitely need to write your own code for that.