I want to use xmoovStream as a streaming server.
http://stream.xmoov.com/
I would like have a simple form / cms system / exe for adding content that I wish to stream using xmoovStream.
The form / cms will harvest the below infomation. And out put the data as a xml file formated as
<movieimage></movieimage><movietext></movietext><movielink></movielink>
To the form / cms I would like to add
1) Attach and upload media file (movie mp4)
2) cover image of the media
3) Metadata eg :- description, etc.
And alll the media file I add to the system will be outputed to a single xml file
<movieimage></movieimage><movietext></movietext><movielink></movielink>
With all the media ready to stream.
This must work on a windows server That I will be using.
