[Live-devel] seeking in DSS stream

2008-10-09 Thread alex
hi, I stream a mp4(h264+aac) file from a Darwin Streaming Server v5.5.3 and write a livemedia test client to test it. When I do seeking operation, I find that when the client send pause, seek and play command and start playing again, there will be a gap in the DSS's RTCP SR ntpTimestamp(I print out

[Live-devel] Audio video Synchronization problem

2008-10-09 Thread soumya patra
Hi Ross, I have some synchronization problem in my streaming server. We are streaming H.264 with G.711 (PCMU), It is streaming properly because I can trace both audio and video packet through network analyzer. But the audio is not audible in VLC client along with video. But it

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
In any case, I am still getting an error using the "-S 0" option: "Failed to setup "video/X-PN-REALVIDEO" subsession: SETUP: cannot handle response: RTSP/1.0 461 Unsupported transport" ?? OK, now you're totally out of luck. The Real Networks server is telling you that it does not support th

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
2008/10/10 Ross Finlayson <[EMAIL PROTECTED]>: > >> Perhaps I'm being dumb, but I thought that if openRTSP is trying to play >> the stream, it would be relatively simple to dump that stream to file. Or am >> I missing the point? > > "openRTSP" doesn't 'play' anything; it just downloads data. Ah, O

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
Oops, in my previous message, I meant to say You can, however, give "openRTSP" the "-S 0" option (not "-S 4"). Sorry. Ross Finlayson Live Networks, Inc. (LIVE555.COM) ___ live-devel mailing list live

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
Perhaps I'm being dumb, but I thought that if openRTSP is trying to play the stream, it would be relatively simple to dump that stream to file. Or am I missing the point? "openRTSP" doesn't 'play' anything; it just downloads data. In the case of the "X-PN_REAL..." streams, it doesn't know ho

Re: [Live-devel] Memory Leak while exiting from doEventLoop

2008-10-09 Thread Soumya P N
Hi Ross, In the BasicTaskScheduler::doEventLoop I have added code for exiting on keyboard hit. Now if I am hitting keyboard, it will exit from the loop ,but after that it hangs.I think it may be due to some memory leaks. So if you can help me on the resources to be deleted before forcefully exi

[Live-devel] Enquiry on compiling error

2008-10-09 Thread #LIN YOUMING#
Hi, I am a student from NTU, Singapore. I have downloaded the codes and compile accordingly to the steps. I am using Visual Studio 2008 but apparently, I seems to have error when running the patch. Probably you can enlighten me? Regards, Wayne ___

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
2008/10/9 Ross Finlayson <[EMAIL PROTECTED]> > > How can I dump the stream to file in order to open the file with real >> player or mplayer? Is this possible? >> > > I'm sure it's 'possible'. However, because "Real Networks" does not > document their proprietary RTP payload formats or file forma

[Live-devel] Streaming relaying

2008-10-09 Thread Gabriele De Luca
Sorry, I'm rewrite previous message because the first message have the empy object. Can you explain me in *exhaustive *steps how do the replacing "FileSink" with an appropriate "RTPSink" subclass, for each stream? I use SDP to configure my connection! Thanks in advance, Bobo _

Re: [Live-devel] Streaming relaying

2008-10-09 Thread Ross Finlayson
I want relaying rtp packets unicast->unicast stream... I'm live555 newbie, can You give me tips? I already see your example testRelay.cpp but it's a multicast->unicast relayng! Please *do not* post the same question to the mailing list more than once! (Because of this, all future postings

Re: [Live-devel] testOnDemandRTSPServer problem with test.mpg

2008-10-09 Thread Ross Finlayson
I have a problem with testOnDemandRTSPServer with mpg file! In fact, I receive the mpeg ok but audio is broken (audio is ok after pause or stop and re-play). Why? Video Subsession is ok, Audio Subsession don't work very well. I use VLC to play the stream! Please put the (".mpg") file on a pu

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
How can I dump the stream to file in order to open the file with real player or mplayer? Is this possible? I'm sure it's 'possible'. However, because "Real Networks" does not document their proprietary RTP payload formats or file formats, it's unlikely you'll be able to find out how. The

Re: [Live-devel] openRTSP questions

2008-10-09 Thread Ross Finlayson
At 09:28 AM 10/9/2008, you wrote: Is there a Live555 IRC channel on freenode.net? No. Support for the "LIVE555 Streaming Media" software is via this mailing list. Ross Finlayson Live Networks, Inc. (LIVE555.COM) __

[Live-devel] openRTSP questions

2008-10-09 Thread javatexan rocks
Is there a Live555 IRC channel on freenode.net? Just curious, the IRC channels seem to be very helpful with other multimedia based projects like mythtv, etc. I have enjoyed playing with the openRTSP program, it has fit my needs in almost every way. I am getting to the point though that I will ha

[Live-devel] testOnDemandRTSPServer problem with test.mpg

2008-10-09 Thread [EMAIL PROTECTED]
Hi, I have a problem with testOnDemandRTSPServer with mpg file! In fact, I receive the mpeg ok but audio is broken (audio is ok after pause or stop and re-play). Why? Video Subsession is ok, Audio Subsession don't work very well. I use VLC to play the stream! Thanks in advance, Bobo __

[Live-devel] Streaming relaying

2008-10-09 Thread [EMAIL PROTECTED]
Hi, I want relaying rtp packets unicast->unicast stream... I'm live555 newbie, can You give me tips? I already see your example testRelay.cpp but it's a multicast->unicast relayng! Help me, thanks in advance, Bobo ___ live-devel mailing list live-deve

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
2008/10/9 Ross Finlayson <[EMAIL PROTECTED]>: > The authentication is not the problem; it is working perfectly. > > The problem is shown by the following error lines: > >> Unable to create receiver for "video/X-PN-REALVIDEO" subsession: RTP >> payload format unknown or not supported >> Unable to cr

Re: [Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Ross Finlayson
The authentication is not the problem; it is working perfectly. The problem is shown by the following error lines: Unable to create receiver for "video/X-PN-REALVIDEO" subsession: RTP payload format unknown or not supported Unable to create receiver for "audio/X-PN-REALAUDIO" subsession: RTP pa

[Live-devel] RTSP authentication for a 'real' stream?

2008-10-09 Thread Dan Bolser
Hi, I am trying to play a 'real' stream that uses RTSP with authentication. Although I pass the username and password options, I don't get a 'session'. Below is an example of the output using openRTSP. Note that if I use the wrong user name or password, the error is different (also below). So th

[Live-devel] (no subject)

2008-10-09 Thread gabrieledel...@libero.it
Hi, I want relaying rtp packets unicast->unicast stream... I'm live555 newbie, can You give me tips? I already see your example testRelay.cpp but it's a multicast->unicast relayng! Help me, thanks in advance, Bobo ___ live-devel mailing list live-dev