Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-21 Thread Ross Finlayson
> Now, our RTSP server stream H264+AAC works well with one client. > If there is the second client to connect our server, first client’s video > will freeze. If you’re streaming from a live source, then your subclass of “OnDemandServerMediaSubsession” needs to set the “reuseFirstSource” paramete

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-21 Thread Eric_Hsieh
Dear Ross, From your previous suggestions, if we want to deliver live streaming out via live555, we should use H264VideoStreamDiscreteFramer and set fDurationInMicroseconds to be 0. Now, our RTSP server stream H264+AAC works well with one client. If there is the second client to connect our serv

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-07 Thread Eric_Hsieh
layson Sent: 07 October 2015 05:19 To: LIVE555 Streaming Media - development & use mailto:live-de...@ns.live555.com>> Subject: Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming So, does live555 support flow control? I’m not sure exactly what you mean by this,

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-07 Thread Deanna Earley
From: live-devel [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: 07 October 2015 05:19 To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming So, does live555 support flow control?

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-06 Thread Ross Finlayson
> So, does live555 support flow control? I’m not sure exactly what you mean by this, but I think the answer is “no”. The server transmits data at its natural rate - i.e., whenever it obtains it. If your stream is exceeding the capacity of your network, then you need to lower its bitrate a

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-06 Thread Eric_Hsieh
Hi Ross, Thanks for quickly response. 1. We are very sure the fPresentationTime are accurate. We guess the video block issue. It will happen heavy video bitrate on low upload bandwidth. So, does live555 support flow control? 2. Yesterday, we set up a VGA@1fps MJPEG to do streaming. It

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-06 Thread Ross Finlayson
> Now, we use H264VideoStreamDiscreteFramer to do live streaming, it is better > than before. > And we sure the timestamp is correct and sync with “wall clock time”. > But, we still have some questions, need your help. > 1. Now, H264+AAC is working well. > After playing about 3 hours, audio is

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-05 Thread Eric_Hsieh
Dear Ross, Thanks for your kindly helping. Now, we use H264VideoStreamDiscreteFramer to do live streaming, it is better than before. And we sure the timestamp is correct and sync with “wall clock time”. But, we still have some questions, need your help. 1. Now, H264+AAC is working well. After

Re: [Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-05 Thread Ross Finlayson
> I am a new guy to learn live555 and porting it into our platform. > Now, we are coding a RTSP server based on > testOnDemandRTSPServer sample code. > We create 4 new classes to read H264 and AAC frames from our ring buffer not > file. > Each time call doGetNextFrame(), the class will deliver a “

[Live-devel] How to sync H264 and AAC timestamp from live streaming

2015-10-02 Thread Eric_Hsieh
Dear Ross, I am a new guy to learn live555 and porting it into our platform. Now, we are coding a RTSP server based on testOnDemandRTSPServer sample code. We create 4 new classes to read H264 and AAC frames from our ring buffer not file. Each time call doGetNextFrame(), the class will deliver a “