Re: [Live-devel] windows winsock error 10038

2013-06-17 Thread Ross Finlayson
> 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

[Live-devel] windows winsock error 10038

2013-06-17 Thread Andrey
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

Re: [Live-devel] use testOnDemandServer to steaming local video

2013-06-17 Thread Ross Finlayson
> 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

Re: [Live-devel] Report one possible bug about function createJPEGHeader()

2013-06-17 Thread Ross Finlayson
> 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

[Live-devel] use testOnDemandServer to steaming local video

2013-06-17 Thread fuliangcheng1985
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

[Live-devel] Report one possible bug about function createJPEGHeader()

2013-06-17 Thread Nix Lo
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 ==