[Live-devel] RTSP of H264

2007-12-18 Thread Chang,Yi-Wen
>If we connect to mpeg1or2 rtsp server (testMPEG1or2VideoStreamer.cpp) via >MPlayer, >MPlayer still can't decode successfully because of data loss. We found that, in testMPEG1or2VideoStreamer.cpp, a video is sent repeatedlym so Mplayer will not lost data. But, if sent a video just one time, data

Re: [Live-devel] openRTSP Command Line Tool

2007-12-18 Thread Ross Finlayson
>With the Quicktime it is not working as well. >You will get a Error -2002: a bad public movie atom was found in the >movie. > >I tried to stream again with openRTSP and I have saved the stream again. >After opening it with Quicktime I'll get the same error. That's odd. Are you sure you're renam

Re: [Live-devel] Ok to daemonize live555MediaServer?

2007-12-18 Thread Ross Finlayson
Is it OK to daemonize the live555MediaServer? I do not really know about daemonize, but my team is trying to do this and they are having trouble. So I wonder if there are known reasons why this could not be done? None that I know of. (But be sure to specify the proper working directory.) --

[Live-devel] Ok to daemonize live555MediaServer?

2007-12-18 Thread xcsmith
Is it OK to daemonize the live555MediaServer? I do not really know about daemonize, but my team is trying to do this and they are having trouble. So I wonder if there are known reasons why this could not be done? Thanks!___ live-devel mailing list live

Re: [Live-devel] Questions on streaming live H263 videos

2007-12-18 Thread Cristiano Belloni
Well, i solved the problem creating another class, modeled after "H263plusVideoFileServerMediaSubsession", which starts my thread. I don't know if it's the right solution, but I couldn't find another. By the way, why createNewStreamSource() is called twice per requested stream? Now I'm testing i

[Live-devel] Re: Questions on streaming live H263 videos

2007-12-18 Thread Cristiano Belloni
>I suggest defining a subclass of >"H263plusVideoFileServerMediaSubsession", and redefining the >"createNewStreamSource()" virtual function to start your encoder(sic) >thread, and then call the parent class >("H263plusVideoFileServerMediaSubsession")'s >"createNewStreamSource()" Uhm, I'm havi

Re: [Live-devel] openRTSP Command Line Tool

2007-12-18 Thread Maik Brauer
With the Quicktime it is not working as well. You will get a Error -2002: a bad public movie atom was found in the movie. I tried to stream again with openRTSP and I have saved the stream again. After opening it with Quicktime I'll get the same error. If you are using directly the VLC or Quick

[Live-devel] How to get NPT of a received RTP Packet in openRTSP

2007-12-18 Thread Nitin Jain
Hi all, >From the LIVE mailing lists I found that :- How does one obtain the current NPT (normal playing time) of a received packet? The closests thing I can find is FramedSource::fPresentationTime, which is in UTC format... o.0 You will need to use this presentation time, but subtract from

[Live-devel] MPEG2 Stream receiving

2007-12-18 Thread Анатолий Ремнев
Hi all! I need to receive mpeg2 stream from some address. There is a excellent sample to receive video stream and write it into a file - testMPEG1or2VideoReceiver.cpp But how I can receive audio stream too? I.e. I need to receive audio and video streams together and write them to a file. Thanks!

[Live-devel] RTSP of H264

2007-12-18 Thread Chang,Yi-Wen
>Maybe, but we lack some dependent libraries, and these libraries lack other >dependencies. >I think, before mplayer connect to RTSP server successfully, RTSP server has >already copyed data >in doGetNextFrame() and sent out frames to the rtpport of destination. >So that results in no complete f

[Live-devel] RTSP of H264

2007-12-18 Thread Chang,Yi-Wen
>>Possibly. Have you also tried using VLC as your client? >>I will try VLC (although it is not easy to install comparing with MPlayer). > Huh? VLC has pre-built binary versions for many platforms. Maybe, but we lack some dependent libraries, and these libraries lack other dependencies. I thin

Re: [Live-devel] UDP-Lite

2007-12-18 Thread Ross Finlayson
>Hi, >currently i am working on biterror conceilment and want to use live555 >as a platform to test some algorithms to >recover corrupted packets. is there a possibility to implement udp-lite >into the framework? I suppose. If you wanted to do this, the best place to do this would be to modify t