> 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
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 "H264VideoStreamDiscreteFramer").
Because you
Hi,
i wrote my own Subclass of FramedSource and
OnDemandServerMediaSubsession to stream a h264 video encoded by
libav(ffmpeg). I used these classes the same way
testOnDemandRTSPServer.cpp does (as you can see in my main). When i try
to connect via vlc to the rtsp server my framed source gets