Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-06 Thread dhara bagadia
ok so do i need to specify sampling frequency,channel configuration and config string in my new device source instance?if yes then how? Can you please provide me sample code for that? On Thu, Dec 6, 2012 at 8:32 PM, Ross Finlayson wrote: > That's true but what modifications are required in Crea

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Ross Finlayson
> Right now the way that I am using testMPEG2TransportReceiver is by first > running testMPEG2TransportStreamer on a server side and run > testMPEG2TransportReceiver on the client side. It spits out on the stdout the > stream in test.ts with no RTP headers. That works fine! > In my environment,

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Zahira Ammarguellat
:) Sorry. Right now the way that I am using testMPEG2TransportReceiver is by first running testMPEG2TransportStreamer on a server side and run testMPEG2TransportReceiver on the client side. It spits out on the stdout the stream in test.ts with no RTP headers. That works fine! In my environment,

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Ross Finlayson
> Don’t I if I want to call the “testMPEG2TransportReceiver” functions from my > own server? Your question makes no sense. Please explain clearly and specifically what you want to do. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ li

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Zahira Ammarguellat
Don't I if I want to call the "testMPEG2TransportReceiver" functions from my own server? From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf Of Ross Finlayson Sent: Thursday, December 06, 2012 3:37 PM To: LIVE555 Streaming Media - development & use Subjec

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Ross Finlayson
> Can you please tell me where exactly in testMPEG2TransportReceiver, the RTP > headers are extracted? Or where the RTP packets are transmitted to the user > without RTP headers? This is done by the "SimpleRTPSource" class, and, in particular by its parent classes "MultiFramedRTPSource" and "RT

Re: [Live-devel] Incomplete decoded image data

2012-12-06 Thread Guy . Bonneau
This is a guessing but by digging in the encoded parameters you'll probably be able to confirm this hypothesis. If the "display" picture is really 800x600 as provided by the attached png file then the stream parameter might specify a 800x600 video display. Yet the camera might encode only the 592

Re: [Live-devel] RTP header in an MPEG2-TS

2012-12-06 Thread Zahira Ammarguellat
Hello Ross, Can you please tell me where exactly in testMPEG2TransportReceiver, the RTP headers are extracted? Or where the RTP packets are transmitted to the user without RTP headers? Thanks, -Zahira From: live-devel-boun...@ns.live555.com [mailto:live-devel-boun...@ns.live555.com] On Behalf

Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-06 Thread Ross Finlayson
> That's true but what modifications are required in CreateStreamsource Virtual > function as it is returning ADTSFileSource Instance. ADTSFileSource takes > name of file as an argument where in my case an aac audio frame is provided > by my device source(LiveSource). Your "createNewStreamSourc

Re: [Live-devel] How about liveMedia make?

2012-12-06 Thread dhara bagadia
Hi, I think you are using wrong config file.You should generate your makefile using ./genMakefiles sunos Thanks & Regards Dhara On Thu, Dec 6, 2012 at 11:20 AM, wrote: > *Hello!!* > * How about liveMedia make?* > *- source package : live.2012.11.30* > *- my system : sun unix* > [su

Re: [Live-devel] AAC Strean using live source(Device Source)

2012-12-06 Thread dhara bagadia
That's true but what modifications are required in CreateStreamsource Virtual function as it is returning ADTSFileSource Instance. ADTSFileSource takes name of file as an argument where in my case an aac audio frame is provided by my device source(LiveSource). On Wed, Dec 5, 2012 at 10:19 PM, Ross

Re: [Live-devel] proxy server crash

2012-12-06 Thread Ross Finlayson
Sorry, but I can't reproduce this, so you're going to have to track it down yourself. Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-dev

[Live-devel] proxy server crash

2012-12-06 Thread kingaceck
Hi I use live555ProxyServer(versin 2012.11.30 ) to relay rtp packet from Darwin streaming server.I do the following steps and the live555ProxyServer break down.The steps like this: 1)starting up the live555ProxyServer 2)connect to the server using vlc(rtsp://129.1.5.156/proxyStream) 3)clos