Re: [Live-devel] nitin.e wants to talk to you on Yoomba

2007-07-12 Thread Ross Finlayson
That message was apparently spam; you should not click on the link that was inside it. The email address that sent that message has now been unsubscribed from the mailing list. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-de

[Live-devel] nitin.e wants to talk to you on Yoomba

2007-07-12 Thread nitin.e
Title: Yoomba I am calling you on this great new thing called Yoomba. Yoomba allows you to call and chat with ANYONE, simply using your email. You can call me back, and we can talk for free! Click here to call back Let's talk, let's start the Yo

[Live-devel] Live555 Media Server

2007-07-12 Thread Jimmy A Samaha
Hey all, I am trying to send live audio from a microphone through Media Server to my client. Any ideas? Thanks Jimmy ___ live-devel mailing list live-devel@lists.live555.com http://lists.live555.com/mailman/listinfo/live-devel

Re: [Live-devel] RTCP and synchronization

2007-07-12 Thread Ross Finlayson
>Ok, but I still don't get how the final recipient gets to know the >*original* presentation time (which correspond to audio) if I generate a >new one in the transcoder... Each incoming frame (from your "RTPSource" object) has an accurate presentation time, which you know (because it's passed as

Re: [Live-devel] RTP Sequence number - alternating values

2007-07-12 Thread Ross Finlayson
>Does anyone have any idea why this could happen? Why is my RTP sink >generating bad sequence numbers? What about the RTP packets with >payload 72! They must be coming from the same RTPSink No. Unless you have modified the existing library code, your "alternating sequence numbers" must be comi

Re: [Live-devel] SDP file of a multiple destination session

2007-07-12 Thread Ramon Martin de Pozuelo Genis
> Again, it sounds like you're trying to reinvent the wheel. The > "OnDemandServerMediaSubsession" class works just fine - you should > just use it (by defining your own subclass). Note the several > examples in the code. You should be using "testOnDemandRTSPServer" - > not "testMPEG4VideoStream

[Live-devel] RTP Sequence number - alternating values

2007-07-12 Thread Christian Frahm
Thanks for the answer Ross. I will make myself a bit more clear to state the case. I am streaming a sequence of PES (both audio and video). I use the demux class to stream audio and video separatelly ( audio to IP port and video to ). I am using a dedicated network - so all traffic to th

Re: [Live-devel] SDP file of a multiple destination session

2007-07-12 Thread Ross Finlayson
Again, it sounds like you're trying to reinvent the wheel. The "OnDemandServerMediaSubsession" class works just fine - you should just use it (by defining your own subclass). Note the several examples in the code. You should be using "testOnDemandRTSPServer" - not "testMPEG4VideoStreamer" -

Re: [Live-devel] SDP file of a multiple destination session

2007-07-12 Thread Ramon Martin de Pozuelo Genis
Sorry, I forgot ask you about SDP file. Now address is correct (0.0.0.0) but what about port? "m" line of SDP is still using port I specified when I create groupsock, could I change it? Should I change it? If the first description is sending broadcast in te same port it will cause a problem. Thank

Re: [Live-devel] SDP file of a multiple destination session

2007-07-12 Thread Ramon Martin de Pozuelo Genis
> You probably shouldn't be using "addDestination()" - that is a > specialized function used only to implement on-demend unicast > streaming to multiple clients from a single source. (Note that, for > unicast on-demand streams, the SDP description should contain the > special address 0.0.0.0, not

Re: [Live-devel] SDP file of a multiple destination session

2007-07-12 Thread Ross Finlayson
You probably shouldn't be using "addDestination()" - that is a specialized function used only to implement on-demend unicast streaming to multiple clients from a single source. (Note that, for unicast on-demand streams, the SDP description should contain the special address 0.0.0.0, not a spec

Re: [Live-devel] Linux Client vs Windows Server: Failed to get a SDP description from URL

2007-07-12 Thread Fabio Zeri
Il giorno mer, 11/07/2007 alle 10.19 -0700, Ross Finlayson ha scritto: > I did some more testing on this "rtsp://" URL, and the problem > definitely seems to be at the server end. For some reason, your > server is not responding properly (if at all) to RTSP requests. Thanks for your help. I wil

[Live-devel] SDP file of a multiple destination session

2007-07-12 Thread Ramon Martin de Pozuelo Genis
Hi all, I created a session with its respective rtpGroupsock & rtcpGroupsock and then I added another destination using: rtpPort= new Port(newPort); rtcpPort= new Port(newPort+1); destinationAddress.s_addr = inet_addr((char*)newIP); rtpGroupsock->addDestination(destinationAddress,*rtpPort); rtcpGr