-
I've started this thread to basically discuss and share the experiences with this rather troublesome area of DX. There are some additional pieces that need to be moved I believe before this library is fully functional, I'm also looking at the Media Engine as well, but after spending some fruitless hours a few weeks ago, I realised why no one really should port it. It's a #include all type scenario. Basically seems to pull in aspects from different libraries (as I reviewed the sharpdx version also) which in turn requires additional code and mappings to be added to other libraries. @amerkoleci is that your understanding of the media engine component from sharpdx, it seems to be a bit of a hydra. |
Beta Was this translation helpful? Give feedback.
Replies: 8 comments 17 replies
-
@amerkoleci I've upped my sponsorship btw. Keep up the good work. |
Beta Was this translation helpful? Give feedback.
-
@amerkoleci not of late, but definitely can go and have a look as the code base is there. If it works, I will move to Vortice permanently. All my tooling is still in Sharpdx, this is the only piece left (Video playback). |
Beta Was this translation helpful? Give feedback.
-
@amerkoleci looks like we might be missing some interfaces. I have linked to code that I basically have almost a photocopy of in c# (I didnt copy, this guy just coded it like i did, and im freaked). Basically there might be some interfaces I cant seem to fine in Vortice atm, and they might be there.
Will let you know as I find more. |
Beta Was this translation helpful? Give feedback.
-
I tried it out and have it working...sort of. its not playing at all frames but time pacing is correct, but audio is playing correctly and I seem to be getting about 1/5th of the frames I should be getting. All events are as expected. The code is almost the same as the Sharpdx versioin no error. Will play later and see how it goes. I am getting video and audio though. |
Beta Was this translation helpful? Give feedback.
-
I checked the MediaEngineNotifyDelegate and noticed you are using a NUINT rather than a long. is this intentional? |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
@amerkoleci my hacked up video player class atm I was playing mp4s. |
Beta Was this translation helpful? Give feedback.
-
I've updated my videoplayer code for anyone to use if they like. |
Beta Was this translation helpful? Give feedback.
@amerkoleci my hacked up video player class atm
I was playing mp4s.