Re: [Live-devel] hi

2007-12-03 Thread Ross Finlayson
This mailing list is for discussion of the "LIVE555 Streaming Media" software: . Does your problem relate to this software, and if so, how? -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-deve

Re: [Live-devel] hi

2007-12-03 Thread thiyaga rajan
> Date: Mon, 5 Nov 2007 12:42:13 +0530 > From: [EMAIL PROTECTED] > To: [EMAIL PROTECTED] > Subject: hi > > Hi sneha, > I am pavithra .I got your e-maild id from blackfin forum.I am trying > to load a C application into coreb i am not able to compile th

Re: [Live-devel] Q:connection time

2007-12-03 Thread Ross Finlayson
What do you think it takes about 1 sec to execute these line ? In playCommon.cpp [...] char* optionsResponse = getOptionsResponse(ourClient, url); [...] char* sdpDescription = getSDPDescriptionFromURL(ourClient, url, username, password, proxyServerName, proxyServerPortNum,

Re: [Live-devel] Regarding- using '-4' option in openRTSP

2007-12-03 Thread Ross Finlayson
>The documentation at the live555 web pages say that '-4' option is >supported for limited number of codecs. So my question is: does the >-4 option creates a complete playable .mp4 file or do I need to edit >the file physically, to make it playable. H.264 support in MPEG-4 format files is suppo

[Live-devel] Regarding- using '-4' option in openRTSP

2007-12-03 Thread Jegadish
Hi All, I am using openRTSP program to receive a H.264 encoded video RTP packets. I am using the '-4' options to convert it to a .mp4 file. At the end of the execution, I get a .mp4 file. But it is not in a playable state(vlc does not recognize the contents). The documentation at the live555 web p

[Live-devel] Q:connection time

2007-12-03 Thread Peter
Hi everyone, In playCommon.cpp What do you think it takes about 1 sec to execute these line ? In playCommon.cpp ourClient = createClient(*env, verbosityLevel, progName); char* optionsResponse = getOptionsResponse(ourClient, url); char* sdpDescription = getSDPDescr