Search found 5 matches

Go to advanced search

by WorldMaster
25 Sep 2020 14:14
Forum: Development around libVLC
Topic: LibVLCSharp Video Callback dont work
Replies: 2
Views: 395

Re: LibVLCSharp Video Callback dont work

Here my project https://drive.google.com/file/d/1qQRY5gsYCUcr7gpjJXY5FEx2JGyNHg50/view?usp=sharing Yes. If the required format is set by force as in the example, it works, but why does the callback not work? // Set the size and format of the video here. mediaPlayer.SetVideoFormat("RV32", W...
by WorldMaster
24 Sep 2020 22:20
Forum: Development around libVLC
Topic: LibVLCSharp Video Callback dont work
Replies: 2
Views: 395

LibVLCSharp Video Callback dont work

Hello. Help me solve one problem. I am using VLSSharp. it is necessary to do feedback when rendering each image. My program should process it in its own way and show it to the user. // callback declare private readonly ConcurrentDictionary<IntPtr, VideoBuffer> m_VideoBuffers = new ConcurrentDictiona...
by WorldMaster
15 Apr 2018 15:10
Forum: Development around libVLC
Topic: Incorrect encoding x264
Replies: 3
Views: 228

Re: Incorrect encoding x264

I can not understand what the problem is. That's why I ask for help.
by WorldMaster
14 Apr 2018 20:35
Forum: Development around libVLC
Topic: Incorrect encoding x264
Replies: 3
Views: 228

Incorrect encoding x264

Hello. I ask for help in solving a nontrivial problem. I'm using the h264 encoder from link - https://www.videolan.org/developers/x264.html I built a library under windows. To encode the video stream for the basis of an example from VideoLan. Coding is seemingly normal. The raw stream is played by a...
by WorldMaster
30 Mar 2018 23:18
Forum: Development around libVLC
Topic: Realtime encoding
Replies: 1
Views: 304

Realtime encoding

Hello. It is necessary to develop software using Videolan library for encoding video data. The main requirement is real-time encoding with good quality. I used the library https://sourceforge.net/projects/x264vfw/ but on Windows 10 when I close the stream I get an error that can not be fixed. So. I ...

Go to advanced search