Bug reports
Before reporting bugs, try to play your stream with the ffplay command. Thus you will see if the problem come from the ffmpeg's codecs. Next if you are trouble playing a video stream check this points :
- Check if the engine is started with WV_waaveInit(WAAVE_INIT_AUDIO|WAAVE_INIT_VIDEO).
- Check if you have built a streaming object for the video stream and if you have associated it with WV_setStreamingMethod().
- Check if you refresh the video frames with WV_refreshVideoFrame() when you receive the SDL WV_REFRESH_EVENT event.
At this time, report bugs on the waave mailing list. See the Contact section of the website.