[Live-devel] TLSState and OpenSSL

2021-12-07 Thread William Pfeffer
Hi, When building the latest source code with NO_OPENSSL defined, the include to "" causes a failure in TLSState.cpp when the path is not available. I was wondering if this line should have a "#ifndef NO_OPENSSL" like the header file, or if it's now expected to have this library path accessible w

Re: [Live-devel] testH264VideoToTransportStream Frame Rates

2013-08-14 Thread Boykin, William C.
My email was a bit sketchy but your response makes sense. My AXIS cameras are set to 10 FPS and are save as *.264 video files which I then run thru the testH264VideoToTransportStream.exe to produce the *.ts videos that I then perform KLV encoding. It may be that I'm not receiving or readin

[Live-devel] testH264VideoToTransportStream Frame Rates

2013-08-13 Thread Boykin, William C.
Hi, I'd like to know if there is a way to change the frame rate in testprogs : testH264VideoToTransportStream.exe code from 25.0 to 10.0 and get the same reliable video result I see with 25.0 FYI: I tried changing H264VideoStreamFramer.cpp fFrameRate = 25.0; to fFrameRate = 10.0; but

Re: [Live-devel] testh264videototransportstream

2013-06-19 Thread Boykin, William C.
Ross, Thanks for the reply, I'll try decreasing the constants. Bill "Woody" Boykin | SAIC Software Engineer IV | Software Solution Team 6725 Odyssey Drive Huntsville, AL 35806 Room : 370 Phone : 256-971-6738 email : william.c.boy...@saic.com "It's better to wait for a productive programme

[Live-devel] testh264videototransportstream

2013-06-19 Thread Boykin, William C.
Hi, I was comparing ffmpeg.exe to testh264videototransportstream exe and have a question. 1. ffmpeg -i video.264 -vcodec copy video.ts I see about 4 or 5 188 byte metadata payloads per second. 2. testh264videototransportstream exe video.264 I see about one 188 bytes metadata payloads per s

[Live-devel] Streaming H.264 and PCM in a session.

2010-03-09 Thread William
I have written own codes that testOnDemandRTSPServer send two RTPs to a RTSP client; one is for H.264 NAL and another is for PCM. I referenced the case of mpeg1or2AudioVideoTest and I think it is possible. If only a type of RTP packet is received to VLC(audio or video), VLC can decode it with no p

[Live-devel] Is it possible to stream H.264 through RTSP?

2010-02-10 Thread William
Hi, I need to begin and finish streaming of H.264 NAL unit through RTSP. I have tried to find such function in testOnDemandRTSPServer, but I can't. I think some more classes are needed, like H264VideoFileServerMediaSubsession. Is there any reason that is not exist now? Thank you. ___

[Live-devel] RTP Elementary Stream to RTP Transport Stream

2007-07-26 Thread William Chung-How
createNew(*env, pESSource); // Finally, start playing: *env << "Beginning to read from file...\n"; videoSink->startPlaying(*tsVideoSource, afterPlaying, NULL); } Thanks for your help William - Yahoo! Answers - Get better answers from so