Re: [Live-devel] Parsing frames received by testRTSPClient

2013-01-29 Thread Marathe, Yogesh
Thanks of answers. From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Wednesday, January 30, 2013 3:05 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Parsing frames received by testRTSPClient Since, I

[Live-devel] Features H264

2013-01-29 Thread lorenzo franci
I reade the faq abouts testH264VideoToTransportStream and i saw that i must to modify FramedSource . I have a flow h264 from grabber and i can to access to the encode buffer and to the set of features of flow. Where i must to set the features of my h264 streaming? Thanks ___

Re: [Live-devel] Unhandled exception during TEARDOWN

2013-01-29 Thread Ross Finlayson
> I was almost certain mjpeg was the cause, as I've been running multiple > testRTSPClient's towards 3 Axis 243q encoders for 2+ weeks without any > issues (using mpeg4). I however just put up two mpeg4 proxies/streams on the > Cisco VSM. I didn't expect a crash, but I got one within an hour.

Re: [Live-devel] Parsing frames received by testRTSPClient

2013-01-29 Thread Ross Finlayson
> Since, I just want to receive stream and send to decoder, do you think using > testRTSPClient over OpenRTSP would be an advantage or there should be no > difference if either one is used from CPU cycles perspective? I’m about to > profile both on my system. Both applications use about the sam

Re: [Live-devel] About AAC Streaming

2013-01-29 Thread Togba Liberty
I believe I may have found what I've been looking for. The StreamReplicator class may just solve my problem. Please advise. Togba Liberty C++ Developer | ipConfigure, Inc. www.ipconfigure.com [Description: cid:7D82F492-5DFF-427B-9295-2AD8F6DD9DA3] From: live-devel-boun...@ns.live555.com [mail

Re: [Live-devel] About AAC Streaming

2013-01-29 Thread Togba Liberty
Hi Ross, Thanks for the quick replies. We are now receiving JPEG, H.264, and Audio at the client end of our pipeline; however, the audio stream has a lot of noise. We suspect that this might be down to audio synchronization. After going through Live555 library, we would like to know if there

Re: [Live-devel] Parsing frames received by testRTSPClient

2013-01-29 Thread Marathe, Yogesh
Thanks Ross. Instead of adding a MediaSink I decided to add implementation for identifying NAL units in afterGettingFrames() of DummySink. I added some parameters in DummySink for received bitrate calculation and that seems to be working for me and my decoder is now able to decode streams. I was

Re: [Live-devel] Add/Remove SubSessions dynamically

2013-01-29 Thread Ross Finlayson
> I have created one ServerMediaSession with two sub sessions, one for MJPEG > and one for AAC. When I played this from the client it works fine. Now I > want to remove the MJPEG sub session and add the H264 sub session to the > existing ServerMediaSession. I found there is a function > remov

[Live-devel] Add/Remove SubSessions dynamically

2013-01-29 Thread saravanan
Hi, I have created one ServerMediaSession with two sub sessions, one for MJPEG and one for AAC. When I played this from the client it works fine. Now I want to remove the MJPEG sub session and add the H264 sub session to the existing ServerMediaSession. I found there is a function removeServe