unity-network-hardware-video-decoder icon indicating copy to clipboard operation
unity-network-hardware-video-decoder copied to clipboard

Video and point cloud streaming over custom UDP protocol with hardware decoding (Unity example)

Results 6 unity-network-hardware-video-decoder issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi sir, I'm hoping to decode raw h264 packets from a byte[] array, would this be possible with your project? Furthermore, I'm on Windows. Thanks!

This was disabled to workaround #26. Issue as a reminder.

enhancement

- KabyLake - only for depth aligned RGB - only with iHD - both PointCloudRenderer and GPUPointCloudRenderer ``` # streaming command ./realsense-nhve-depth-color 192.168.0.100 9768 depth 848 480 848 480 30...

bug

There is complex interplay between hardware (e.g. generation), driver, OS level libraries (e.g. libva), FFmpeg versions and the way it is used by calling code. This could be captured at...

maintenance

This doesn't affect the current code, it is a warning. - nhvd_frame.format integer value is FFmpeg implementation detail - it can't be relied on (may change from version to version)...

maintenance

In hardware accelerated video processing (depending on hardware) we usually end up with decoded video data already on GPU side. It is possible to use this data directly for rendering,...

question