Normal
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 Thanks for your help. I really appreciate this I think now only the MimeType issue is left.
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
Thanks for your help. I really appreciate this I think now only the MimeType issue is left.