User`s manual

11. Appendix A - Hydra Open Protocol
Barco – iStudio – R5976569 – user's manual – revision 09 – March-2007
__________________________________________________________________________________
11-38
Initstreams
After defining streams with the addstream command, the stream_config file has to be reinitialized to enable
iS
TUDIO to use these streams. This is done with the initstream command. It is sufficient to call initstreams once
after adding multiple streams.
Send
<COMMAND ID="INITSTREAMS" SERIAL="example">
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also Addstream, Deletestream, Setstream
Deletestream
Delete the definition of a video stream.
You must use initstreams afterwards to make changes effective.
Send
<COMMAND ID="deletestream" SERIAL="example">
<STREAM ID="video_stream5">
</STREAM>
</COMMAND>
Receive
<COMMANDRESULT SERIAL="example" ERROR="0">
</COMMANDRESULT>
See also Addstream, Setstream, Initstreams