> After a call to select () the invalid socket error occurs. It occurs in
> multiple-connected disabled client to the server, and the server will
> eventually fall. I know that you can override internalError () function, but
> it would still understand the cause of the error.
The problem is tha
Hi, Ross. I am compelled to write again from the already overexposed
challenge posed SingleStep (). After a call to select () the invalid
socket error occurs. It occurs in multiple-connected disabled client to
the server, and the server will eventually fall. I know that you can
override interna
> i put a .mp4 video in the live/testprog/ and rename it as
> "test.m4e"
That's your problem. Our servers can stream files with a ".m4e" filename
extension only it they are MPEG-4 Video Elementary Stream files. Your file was
apparently not this type of file.
Note that our serve
> About the implementation of function createJPEGHeader() in file
> JPEGVideoRTPSource.cpp, the 1st time the formula of determining the value of
> variable "tableSize" is:
>
> unsigned tableSize = numQtables == 1 ? qtlen : qtlen/2;
>
> I think it should be:
>
> unsigned tableSize = num
Hi everyone:
I have a problem that:
i put a .mp4 video in the live/testprog/ and rename it as "test.m4e" and then i
run the command "./testOnDemandRTSPServer" in order to streaming the file
"test.m4e", but when i open an vlc media player to play this streaming just
like "vlc rtsp://192.168.1.10
Dear Sir:
About the implementation of function createJPEGHeader() in file
JPEGVideoRTPSource.cpp, the 1st time the formula of determining the value
of variable "tableSize" is:
unsigned tableSize = numQtables == 1 ? qtlen : qtlen/2;
I think it should be:
unsigned tableSize = numQtables ==