> 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'
> 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
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
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.
_
> 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