Re: [Live-devel] User-Agent Header

2013-06-07 Thread Ross Finlayson
> How to add user agent option that allows to set the User-Agent > header in openRTSP on the command line? The "RTSPClient" class has a member function: void setUserAgentString(char const* userAgentName); that any RTSP client application can use to set the RTSP "User-Agent:" header. (It'

Re: [Live-devel] testOnDemandRTSPServer Problem

2013-06-07 Thread Ross Finlayson
> Hi, I'm having a problem getting the testprog RTSP Server to actually show a > video file. I encoded the video file myself so it should be the correct > format (MPEG4 H.264 Baseline AVC). Is this a H.264 Video *Elementary Stream* file - i.e., with video only, and *not* in a MPEG-4 file format

[Live-devel] Does it may cause crash?

2013-06-07 Thread 谢永达
I'm a newbee, and nice to see you all. at RTPInterface.cpp line 354 delete fSubChannelHashTable; fSubChannelHashTable = NULL;// is it necessary? -- by:crazyevent ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.c

[Live-devel] Streaming faster than real time

2013-06-07 Thread Jim VanVorst
When streaming RTP from a file (say video.h264) the video streams to the network at the real time rate, I assume by parsing the sps/pps info and throttling the network writes to that frame rate. Is there a way to stream out at wire speed (or some scale) instead? Thanks. _

Re: [Live-devel] Bug analyze_sei_data() & Session timeout questions

2013-06-07 Thread Ross Finlayson
> RtspServer: An OPTIONS with a proper "Session: XYZ" does not seem to > trigger RTSPClientSession::noteLiveness(). > Is that a wanted behavior ? Yes, because the "OPTIONS" command applies to the entire server, and is not specific to a particular session. (In other words, a "Session:" h