mcdikki / CasparsPlayoutClient

A playoutclient for the casparCG server
GNU General Public License v3.0
26 stars 9 forks source link

addItem(ByRef item As IPlaylistItem) function #27

Closed samkibz closed 9 years ago

samkibz commented 9 years ago

Hi,

Now i would like to call this function and pass a new video to it. How would i do this from the code?

Regards

mcdikki commented 9 years ago

You need to create a new PlaylistItem, in your case a PlaylistMovieItem. To create it, you need a CasparCGMovie to add to the PlaylistMovieItem. But be aware, that adding items to a running playlist is not a trivial task.

samkibz commented 9 years ago

I really need that feature. Would you maybe do it for me at a fee?

Regards On 23 Oct 2014 16:11, "Christopher" notifications@github.com wrote:

You need to create a new PlaylistItem, in your case a PlaylistMovieItem. To create it, you need a CasparCGMovie to add to the PlaylistMovieItem. But be aware, that adding items to a running playlist is not a trivial task.

Reply to this email directly or view it on GitHub https://github.com/SublanTV/CasparsPlayoutClient/issues/27#issuecomment-60235931 .

mcdikki commented 9 years ago

Please contact me via email. christopher [at] development.diekkamp.de

I might have a solution for you.