python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
libliveMedia throwing undefined reference errors when linking __imp_XXXXXX
I'm trying to compile my program to Windows x64 (coming from x32) After I've built all the dependencies and the libraries I needed, I get the following errors:
C:/msys64/mingw64/bin/../lib/gcc/x86_64-...
benny b
Votes: 0
Answers: 1
file 'ntwin32.mak' not found error while making files for live555 installation
I am following the live555 installation steps from here. and have .mak makefiles in each folder. To make the Makefiles I do : nmake abc.mak everytime to get an error fatal error U1052: file 'ntwin32....
Heinrich Reinhard Arbeit
Votes: 0
Answers: 1
Does FFmpeg lib support set time range at PLAY packet's "range" header field when get video from RTSP
I want to get a video with start time and end time from RTSP server.
From Maxim-zapryanov's answer at the discussion, I know to do it, I need set time range at PLAY packet's "range" header f...
Viettel Solutions
Votes: 0
Answers: 0
Advanced function define syntax at c++ with ':' after function prototype
I'm reading testRTSPClient.cpp at live555 library for read RTSP stream
At a constructor's implementation of DummySink, i meet a strange syntax
DummySink::DummySink(UsageEnvironment& env, Media...
Viettel Solutions
Votes: 0
Answers: 0