> 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
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
> 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
> 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
> 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
> 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
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
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.
__