mfkl / libvlc-nuget

NuGet packaging setup for LibVLC
GNU Lesser General Public License v2.1
61 stars 10 forks source link

Support decode flv with hevc(h265) codec #41

Closed shushu789 closed 1 year ago

shushu789 commented 1 year ago

Hello, is it possible to build a library that supports decoding flv with hevc (h265) codec, I know this project is consistent with the official one, since the official one does not support flv with hevc (h265) codec by default, so I would like to Learn how to solve this problem. I don't know C language, but I need to use libvlc in C#. This problem is similar to the fact that ffmpeg does not officially support rtmp hevc (h265) encoding. Refer to the link:(https://trac.ffmpeg.org/ticket/6389). But the problem of ffmpeg has been supported in many places, such as this: (https://github.com/yt-dlp/FFmpeg-Builds#2-support-for-hevc-over-flv), it is yt-dlp constructed. Thanks in advance, sorry for the inconvenience

jeremyVignelles commented 1 year ago

Please use this bugtracker to request VLC features. This repository is just repackaging the VLC libraries to make use of them in your .net app.

mfkl commented 1 year ago

We are working to update the FLV specs to include support for h265. In the meantime, you can contact videolabs for more information and commercial services about this issue.