I use LibVlc.dll and would like to capture a screen shot of the video stream that is being displayed in my MainForm box,
Is that possible and how?
Regards
I. Sher
I use libvlc.dll in my C++ application. Now I see that its only 102 kbyte instead of around 2 mbyte as it was in older versions.
Does it support all the exported functions as did the older one?
Is there any documentation that refers to that?
Regards
Ramzi
Thanks, Following your advise I could see the answer to my question and more... On the other hand I made some experiments myself to trace it. I streamed (VLC ver. 0.8.2) video and audio from one PC to another in my private LAn and ran a sniffer (Wireshark, if you know, without any filtering) and tri...
I downloaded the new version 0.9.2 and saw that streaming UDP is not recommended(there is a poup message indicating so).
can someone explain why?
Regards
Ronny
I experience with UDP streaming from one PC to another across the LAN. When I stream with the codec mp4v and stop in a certain moment, the display in the receiver freezes. If I resume the stream source, the display at the receiver synchronizes and resumes also. On the other hand with the codec h264 ...
Regarding my original question, I tried to read from 2 differenet sources using UDP. The reciever works fine even if I switch between the sources, and there is no break, just a freez... Can someone explain that please? In the case of multiple sources with UDP, does the reciever sumerize the streams ...
I want to implement the following scenario- 1. Recieve in my PC audio/video streams from 2 different sources. 2. In certain time I want to enable in my speakers only one of the audio streams while mute the other, while in some other time I would like to exchange the active audio source and mute the ...
Thanks Mr. dionoea,
Just wonder-
What was the line baud rate that the above stream was working in?
I saw that you used udp. Can I use http with most paramaters that you used?
I have a few beginner questions- 1. What is the minimum baud rate to stream a video across the Internet in a quality similar to what is common in instant messenger? 2. Should the video size matter? Streaming from a VLC I could select with Http streaming, a codec from some 10 possibilities. Is there ...