Welcome, Guest. Please login or register. Did you miss your activation email?

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - rcurtis

Pages: 1 [2]
16
SFML projects / Re: VideoStreamer - .NET Video Player
« on: February 11, 2014, 09:53:54 pm »
zsbzsb,

  Thanks for the patience, I got the audio thing settled using the long winded constructor to turn it off when I need to.  On to the next problem!  It seems to 'flicker' for a moment before playing the loaded video.  It looks like it has not yet decoded a frame and fills the buffer with solid black.  If you are interested in seeing the project I am working with, it is located on github at https://github.com/rcurtis/SFMLVideoPlayer.  Thanks again for taking the time to answer my questions, I do my best to try and solve these on my own.

Thanks,
Robert

17
SFML projects / Re: VideoStreamer - .NET Video Player
« on: February 11, 2014, 03:08:32 pm »
zsbzsb,

  I have been playing with your video player for a while and have found it gets very unhappy with video's that do not have an audio track.  I am playing FLV files, the only ones that do not crash all contain an audio track.  Reading through the code, it looks like it should be ok with not having audio, but in practice it seems to insist.  I can supply you with test videos if your interested in having a look.

Thanks,
Robert

18
SFML projects / Re: VideoStreamer - .NET Video Player
« on: February 07, 2014, 09:56:16 pm »
Thanks for the quick reply, yes it was the ffmpeg dlls that were missing.  I used a dll dependency viewer to figure it out it was missing.  It seems to play videos much smoother than the one I was working with for Java.  I have not tested streaming with alpha channel yet, but the only other thing missing is documentation/tutorial type stuff.  Great project!

19
SFML projects / Re: VideoStreamer - .NET Video Player
« on: February 07, 2014, 05:15:28 pm »
Is there any documentation for building this?  I have all the C++ code happily building DLLs but the test program blows up when it tries to load a video -
An unhandled exception of type 'System.DllNotFoundException' occurred in VideoStreamerNET.dll

Additional information: Unable to load DLL 'CVideoStreamer': The specified module could not be found. (Exception from HRESULT: 0x8007007E)

 I have included the CVideoStreamer.dll in the project and set its properties to "Copy if newer" and can see it sitting right next to the exe.  Not sure what do to.

Pages: 1 [2]