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] OnDemandLiveStream-Server for h264 media

2012-05-25 Thread 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 "H264VideoStreamDiscreteFramer"). Because you

[Live-devel] OnDemandLiveStream-Server for h264 media

2012-05-23 Thread Christian Brümmer
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