Hi, all I want to change the way to read the information from the transport layer, want to know how vlc3.0 read the information, if it is possible, I hope to know where it is (VLC \ modules \ access \ tcp.c) or (VLC \ src \ network \ tcp.c) ? Why there are two places to describe TCP? One is for the ...
Hello everyone, I am trying to compile VLC3.0 on the UBUNTU16.04 currently, but encountered problem on the "make" step. I have compiled successfully on my PC, but failed on my laptop. I copy the vlc folder from the PC to laptop and try to compile on it. Here is my question. , I use this co...
Hello everyone, I am trying to compile VLC3.0 on the UBUNTU16.04 currently, but encountered problem on the "make" step. I follow the steps of this URL to compile https://wiki.videolan.org/UnixCompile/ , I use this command to configure ./configure --disable-chromecast and the error messages...
Short version of my question: How the VLC 3.0 nightly build getBandwidth() function work ? And where is the function code? I use the VLC 3.0 media player nightly build in ubuntu. My work is about the live streaming with DASH (Dynamic adaptive streaming over HTTP), so I want to know how the VLC3.0 me...