Reply to thread

Good news!! I deleted the whole database and now the table was created ;)


I also needed to add

[code]

        optionalMIATypes.Add(TranscodeItemVideoAudioAspect.ASPECT_ID);

        optionalMIATypes.Add(TranscodeItemVideoEmbeddedAspect.ASPECT_ID);[/code]

to RetrieveStream in MP2Ext. Streaming is now working (y)

Thanks for your help. I really appreciate this :) I think now only the MimeType issue is left.


Top Bottom