Create playlist mrss from entries ids

I could not manage to create a mrss plsylist from a list of entry ids using php.
I can run the executeplaylistfromcontent but I only get an xml response, not mrss.

Hi @benny_1,

Please provide your code and I’ll take a look.

Cheers,

I am simply using executefromcontent like this:

$playlistType = KalturaPlaylistType::STATIC_LIST;
$playlistContent = ‘0_ei3c9euz,0_fjcmx3h7’;
$detailed = null;
$pager = null;
$result = $client->playlist->executefromcontent($playlistType, $playlistContent, $detailed, $pager);