Re: [Live-devel] Live555 build on WinCE 6.0 fileno returns void *

2009-06-17 Thread siyara nt
Hi Ishwar, Thanks a lot for your input. After declaring READ_FROM_FILES_SYNCHRONOUSLY in my porject, the livemedia library built properly. Now i'm able to build and run testondemandRTSPstreamer.exe on my WinCE ARM(DM355) target board but when i connect using VLC it is not showing any video. I'm u

Re: [Live-devel] integrated reflection using openrtsp and testMPEG4VideoToDarwin

2009-06-17 Thread Ross Finlayson
Hi Everyone, I want to pull a live broadcast stream and push it to darwin server! The hardware encoder is not supporting automatic announcement and manual placement of SDP file is also not working. I am able to use testMPEG4VideoToDarwin util to push stream to darwin and also openrtsp to rea

[Live-devel] integrated reflection using openrtsp and testMPEG4VideoToDarwin

2009-06-17 Thread Vijay Rathi
Hi Everyone, I want to pull a live broadcast stream and push it to darwin server! The hardware encoder is not supporting automatic announcement and manual placement of SDP file is also not working. I am able to use testMPEG4VideoToDarwin util to push stream to darwin and also openrtsp to read the

[Live-devel] about streaming H.264 NALU video stream

2009-06-17 Thread Kevin
hello,every one,I hope to use LiveMedia library to streaming a H.264 NALU video stream captured from device, I think H264VideoStreamFramer and H264VideoRTPSink can be used, but I dont know how to use them, can anyone tell me the detail steps? thanks.

Re: [Live-devel] Live555 build on WinCE 6.0 fileno returns void *

2009-06-17 Thread Ishwar . Jasuja
define READ_FROM_FILES_SYNCHRONOUSLY in your project file. siyara nt Sent by: live-devel-boun...@ns.live555.com 06/17/2009 02:25 AM Please respond to LIVE555 Streaming Media - development & use To live-de...@ns.live555.com cc Subject [Live-devel] Live555 build on WinCE 6.0 fileno returns

Re: [Live-devel] How does RTSPClient get freed?

2009-06-17 Thread Ross Finlayson
I could not find a way to free the RTSPClient object. The destructor is protect. How doe the object get freed? You free a "RTSPClient" object - like any "Medium" subclass - by calling Medium::close(pointer-to-object); -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___

Re: [Live-devel] Is possible to Change the input?

2009-06-17 Thread Ross Finlayson
No,I'm sorry I wrong..This is my question.. I've an array which contains the frame buffer, currently ready to be displayed on screen. I'd like to pass this array to streaming media, which encode "on the fly" and stream it... Following the source/sink architecture, can i implement a source which

[Live-devel] How does RTSPClient get freed?

2009-06-17 Thread Brad Bitterman
I have run into a scenario where I have a socket leak. What happens is I create a new RTSPClient by calling RTSPClient::createNew. I then try sendOptionsCmd. The leak happens if sendOptionsCmd fails. I'll try the createNew and get options every 5 seconds until it succeeds. I could not find

Re: [Live-devel] Is possible to Change the input?

2009-06-17 Thread Fabrizio Agnoli
Hi Ross, thanks a lot for your reply! No,I'm sorry I wrong..This is my question.. I've an array which contains the frame buffer, currently ready to be displayed on screen. I'd like to pass this array to streaming media, which encode "on the fly" and stream it... Following the source/sink architectu

[Live-devel] Live555 build on WinCE 6.0 fileno returns void *

2009-06-17 Thread siyara nt
Hi All, I'm a newbie trying to build live555 on WinCe 6.0 based ARM target. I'm getting an error with respect to use of the function fileno in ByteStreamFileSource.cpp file as follows. 1>ByteStreamFileSource.cpp(98) : error C2664: 'TaskScheduler::turnOffBackgroundReadHandling' : cannot convert pa

Re: [Live-devel] H.264 RTSP Streaming with QuickTime

2009-06-17 Thread Etienne Bömcke
Could you please send a copy of your implementation? I managed to get H.264 streaming to work with VLC, but not with QuickTime, so I would be interested in examining your code. Thanks, Etienne On 17 Jun 2009, at 02:46, Ganesh V wrote: Dear all, I have finally been able to get H.264 Strea