Re: [Live-devel] OnDemandLiveStream-Server for h264 media

2012-05-26 Thread Ross Finlayson
> is it recommended encoding the video in another thread? It's probably a good idea, especially if you have a multi-core CPU. Of course, this separate, encoding thread shouldn't call any LIVE555 code, except for "triggerEvent()". > I noticed that the imLiveStreamSource constructor is called two

Re: [Live-devel] OnDemandLiveStream-Server for h264 media

2012-05-26 Thread Christian Brümmer
Am 26.05.2012 08:34, schrieb Ross Finlayson: At least part of the problem here is that you are trying to feed a "imLiveStreamSource" (your new data source class) directly into a "H264VideoRTPSink". You can't do this. "H264VideoRTPSink" objects must be fed from a "H264VideoStreamFramer" (or a

Re: [Live-devel] Media subsession lifetime

2012-05-26 Thread Ross Finlayson
> could you please shed a little light on the following item: > > I'm using testOnDemandRTSPServer-based application to stream h264 stream. The > strange thing that I don't wee when the subsession is destroyed when the > client is disconnected. A "ServerMediaSubsession" (note, not a "MediaSubs

Re: [Live-devel] RTSP Client TCP mode

2012-05-26 Thread Ross Finlayson
> I have a live555 RTSP server serving a 3mbps mpeg2ts file. The server is > hosted with public internet connection. > > When openRTSP is used in RTP/UDP mode its able to receive the file properly. Yes, but if your network's capacity is less than 3 Mbps, then you will lose data, but the losse

Re: [Live-devel] 4 bytes loss during transmission

2012-05-26 Thread Ross Finlayson
> I'm using slightly modified live555MediaServer to deliver h264 stream to the > client. It looks like 4 bytes constantly missed and I-frames is mostly not > delivered: If your input source is delivering discrete NAL units (i.e., one at a time), then note that you must feed them into a "H264Vid

Re: [Live-devel] Proper bool type for MSVC

2012-05-26 Thread Ross Finlayson
> The Boolean type in your library is defined as unsigned char. However, VS2008 > fully supports proper bool/true/false type. Could you please consider the > following changes in code (library from 2012-05-17) > > 1. Enable bool support for MSVC: in the UsageEnvironment\include\Boolean.hh > f

Re: [Live-devel] Fail in receiving data from a IPcamera via

2012-05-26 Thread Ross Finlayson
If you haven't already done so, try adding the "-t" option to "openRTSP" (to tell it to request RTP-over-TCP streaming). Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.li

Re: [Live-devel] Fail in receiving data from a IPcamera via

2012-05-26 Thread rundong qiu
Good afternoon, As you suggested , I specified the parameter with "-I 192.168.1.2" (IP of my PC). But it does not work. Is there anything wrong? I am new to live555, so maybe I have ignored something or make something basic wrong. Thanks very much. Ryan. __