[Live-devel] Re: live-devel Digest, Vol 5, Issue 17

moses pawar mpawar at usc.edu
Sat Mar 20 12:44:52 PST 2004


Thanks Ross. You have been of great help. 
I have followed your advice and have used the RTSP Server from live.com...
I have a camera pouring out udp encapsulated mpeg2 data which my program after 
RTSP session establishment forwrds to VLC player.
I am planning to build an RTP packetizer so that VLC player can accept the 
data. However I wanted to know that if I wanted to use "your" RTP packetizer. 
How would I go about it. I have a fair idea of RTPSink (files) and stuff from 
the code Server code.
Thanks a lot.
Moses. 

www.mosespawar.com

----- Original Message -----
From: live-devel-request at ns.live.com
Date: Saturday, March 20, 2004 12:00 pm
Subject: live-devel Digest, Vol 5, Issue 17

> Send live-devel mailing list submissions to
> 	live-devel at lists.live.com
> 
> To subscribe or unsubscribe via the World Wide Web, visit
> 	http://lists.live.com/mailman/listinfo/live-devel
> or, via email, send a message with subject or body 'help' to
> 	live-devel-request at lists.live.com
> 
> You can reach the person managing the list at
> 	live-devel-owner at lists.live.com
> 
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of live-devel digest..."
> 
> 
> Today's Topics:
> 
>   1. Re: live-devel Digest, Vol 5, Issue 16 (moses pawar)
>   2. RE: Problems compiling with live 2004.03.02 (Ross Finlayson)
>   3. Re: RTSP without RTP (Ross Finlayson)
>   4. Multiple RTSP sessions... (Keith Gurganus)
>   5. Re: Multiple RTSP sessions... (Ross Finlayson)
> 
> 
> ----------------------------------------------------------------------
> 
> Message: 1
> Date: Fri, 19 Mar 2004 12:48:31 -0800
> From: moses pawar <mpawar at usc.edu>
> Subject: [Live-devel] Re: live-devel Digest, Vol 5, Issue 16
> To: live-devel at ns.live.com
> Message-ID: <66d69b670b68.670b6866d69b at usc.edu>
> Content-Type: text/plain; charset="iso-8859-1"
> 
> Hello,
> My name is Moses.
> Is there any way that VLC client accepts UDP packets but the communication 
> protocol is RTSP. In the describe response of server to client I tried 
> changing 
> from RTP/AVP to UDP/AVP..but with no success. 
> Please help.
> Thanks
> Moses.
> 
> www.mosespawar.com
> 
> ----- Original Message -----
> From: live-devel-request at ns.live.com
> Date: Friday, March 19, 2004 12:00 pm
> Subject: live-devel Digest, Vol 5, Issue 16
> 
> > Send live-devel mailing list submissions to
> > 	live-devel at lists.live.com
> > 
> > To subscribe or unsubscribe via the World Wide Web, visit
> > 	http://lists.live.com/mailman/listinfo/live-devel
> > or, via email, send a message with subject or body 'help' to
> > 	live-devel-request at lists.live.com
> > 
> > You can reach the person managing the list at
> > 	live-devel-owner at lists.live.com
> > 
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of live-devel digest..."
> > 
> > 
> > Today's Topics:
> > 
> >   1. RE: Problems compiling with live 2004.03.02 (Joao Sampaio)
> > 
> > 
> > ----------------------------------------------------------------------
> > 
> > Message: 1
> > Date: Fri, 19 Mar 2004 14:53:49 -0000
> > From: Joao Sampaio <est-j-sampaio at ptinovacao.pt>
> > Subject: RE: [Live-devel] Problems compiling with live 2004.03.02
> > To: "LiveMedia (E-mail)" <live-devel at ns.live.com>
> > Message-ID:
> > 	<D397A7FACCC45A44A0A207FD892961EA08AEFE20 at mail.intra.cet.pt>
> > Content-Type: text/plain; charset="iso-8859-1"
> > 
> > 
> > Hello,
> > 
> > Yes I have the test programs compiling and running ok.
> > I have already changed the Makefiles of my project to compile the livemedia
> > and to link the livemedia libraries.
> > 
> > Has I said I only have problems when I try to include
> > "BasicUsageEnvironment.hh" to a new .cpp file of my project. All the other
> > .hh of livemedia doesn't get problems. That's why I don't know what can be
> > the problem.
> > 
> > Thank you.
> > 
> > Best regards,
> > 
> > João
> > 
> > -----Original Message-----
> > From: Ross Finlayson [finlayson at live.com]
> > Sent: quinta-feira, 18 de Março de 2004 19:10
> > To: LIVE.COM Streaming Media - development & use
> > Subject: Re: [Live-devel] Problems compiling with live 2004.03.02
> > 
> > 
> > 
> > >I'm trying to integrate the LiveMedia librarys with other project code 
> > >(SEMS from IPTEL) to try to implement some features with multimedia
> > streams.
> > >
> > >I've already confired SEMS Makefiles to compile automaticaly LiveMedia 
> and 
> > >to link the libraries on compiling.
> > 
> > Were you able to successfully compile and run the 'test programs' (in the 
> > "testProgs" directory)?  You should first make sure that you can do 
> > this.  Once you've done this, you should be able to adapt the Makefiles 
> for 
> > use in your own project.
> > 
> > >video.o(.text+0x1e): In function
> > `__static_initialization_and_destruction_0':
> > >/home/samp/programming/IDEs/anjuta/videomailproj/live/BasicUsageEnvironment
> > /include/DelayQueue.hh:114: 
> > >undefined reference to `SECOND'
> > >
> > >video.o(.text+0x26):/home/samp/programming/IDEs/anjuta/videomailproj/live/B
> > asicUsageEnvironment/include/DelayQueue.hh:114: 
> > >undefined reference to `operator*(short, DelayInterval const&)'
> > 
> > FYI, both "SECOND" and "operator*" are implemented in 
> > "BasicUsageEnvironment/DelayQueue.cpp", so it appears that you're not 
> > building this file properly.
> > 
> > But again, get the test programs working first.
> > 
> > 
> > 	Ross Finlayson
> > 	LIVE.COM
> > 	<http://www.live.com/>
> > 
> > _______________________________________________
> > live-devel mailing list
> > live-devel at lists.live.com
> > http://lists.live.com/mailman/listinfo/live-devel
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: http://lists.live.com/pipermail/live-
> > devel/attachments/20040319/9a3f42d7/attachment-0001.html
> > 
> > ------------------------------
> > 
> > _______________________________________________
> > live-devel mailing list
> > live-devel at lists.live.com
> > http://lists.live.com/mailman/listinfo/live-devel
> > 
> > 
> > End of live-devel Digest, Vol 5, Issue 16
> > *****************************************
> > 
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: mpawar.vcf
> Type: text/x-vcard
> Size: 291 bytes
> Desc: Card for moses pawar <mpawar at usc.edu>
> Url : http://lists.live.com/pipermail/live-
> devel/attachments/20040319/8ef8d9bb/mpawar-0001.vcf
> 
> ------------------------------
> 
> Message: 2
> Date: Fri, 19 Mar 2004 15:27:54 -0800
> From: Ross Finlayson <finlayson at live.com>
> Subject: RE: [Live-devel] Problems compiling with live 2004.03.02
> To: "LIVE.COM Streaming Media - development & use"
> 	<live-devel at ns.live.com>
> Message-ID: <6.0.1.1.1.20040319152312.06072430 at localhost>
> Content-Type: text/plain; charset="us-ascii"; format=flowed
> 
> 
> >Yes I have the test programs compiling and running ok.
> >I have already changed the Makefiles of my project to compile the 
> >livemedia and to link the livemedia libraries.
> 
> Instead of trying to create a new Makefile (for your new project) from 
> scratch, I suggest starting from a Makefile that you know already works - 
> i.e., the Makefile in the "testProgs" directory.  Start with this, and 
> modify it as appropriate for your new project.
> 
> 
> 	Ross Finlayson
> 	LIVE.COM
> 	<http://www.live.com/>
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Fri, 19 Mar 2004 15:34:02 -0800
> From: Ross Finlayson <finlayson at live.com>
> Subject: [Live-devel] Re: RTSP without RTP
> To: "LIVE.COM Streaming Media - development & use"
> 	<live-devel at ns.live.com>
> Message-ID: <6.0.1.1.1.20040319152759.05ffe0c0 at localhost>
> Content-Type: text/plain; charset="us-ascii"; format=flowed
> 
> 
> >Is there any way that VLC client accepts UDP packets but the communication
> >protocol is RTSP.
> 
> By "UDP packets", I assume you mean "UDP packets that are not RTP".  (Note 
> that RTP packets are usually sent using UDP.)
> 
> >  In the describe response of server to client I tried changing
> >from RTP/AVP to UDP/AVP..but with no success.
> 
> No, I don't know of any client (or server, for that matter) that uses RTSP 
> as the control protocol, but which doesn't use RTP as the data protocol.
> 
> If you have your own server implementation, then you should make it use 
> standard RTP/RTCP for streaming, rather than using some non-standard 
> UDP-only encapsulation that no client will understand.  (Note, once again, 
> that the "LIVE.COM Streaming Media" code includes an implementation of a 
> RTSP server - for either multicast or unicast streaming - so perhaps you 
> could use that?)
> 
> 
> 	Ross Finlayson
> 	LIVE.COM
> 	<http://www.live.com/>
> 
> 
> ------------------------------
> 
> Message: 4
> Date: Fri, 19 Mar 2004 16:31:02 -0800
> From: Keith Gurganus <kgurganus at 650dialup.com>
> Subject: [Live-devel] Multiple RTSP sessions...
> To: "LIVE.COM Streaming Media - development & use"
> 	<live-devel at ns.live.com>
> Message-ID: <BC80D0C6.40FC%kgurganus at 650dialup.com>
> Content-Type: text/plain; charset="US-ASCII"
> 
> Hi,
> 
> I'd like to implement multiple rtsp sessions within a single application
> instance.  I've used openRTSP for a single instance but what would I need to
> change for multiple instances?  I assume there are classes than can be
> shared.  Can someone give me some pointers on what I would need to change?
> 
> Tia,
> 
> - Keith
> 
> 
> ------------------------------
> 
> Message: 5
> Date: Fri, 19 Mar 2004 17:36:10 -0800
> From: Ross Finlayson <finlayson at live.com>
> Subject: Re: [Live-devel] Multiple RTSP sessions...
> To: "LIVE.COM Streaming Media - development & use"
> 	<live-devel at ns.live.com>
> Message-ID: <6.0.1.1.1.20040319173323.02cd6820 at localhost>
> Content-Type: text/plain; charset="us-ascii"; format=flowed
> 
> 
> >I'd like to implement multiple rtsp sessions within a single application
> >instance.  I've used openRTSP for a single instance but what would I need to
> >change for multiple instances?  I assume there are classes than can be
> >shared.  Can someone give me some pointers on what I would need to change?
> 
> Keith,
> 
> Just to be clear - are you talking about implementing multiple RTSP 
> *client* sessions within your application?  If so, yes, you can do this - 
> but note that you must use a separate "RTSPClient" object for each.  (The 
> current "RTSPClient" implementation contains session-specific state that 
> prevents a single "RTSPClient" object from being used to stream more than 
> once session.)
> 
> 
> 	Ross Finlayson
> 	LIVE.COM
> 	<http://www.live.com/>
> 
> 
> ------------------------------
> 
> _______________________________________________
> live-devel mailing list
> live-devel at lists.live.com
> http://lists.live.com/mailman/listinfo/live-devel
> 
> 
> End of live-devel Digest, Vol 5, Issue 17
> *****************************************
> 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mpawar.vcf
Type: text/x-vcard
Size: 291 bytes
Desc: Card for moses pawar <mpawar at usc.edu>
Url : http://lists.live.com/pipermail/live-devel/attachments/20040320/0fd79980/mpawar.vcf


More information about the live-devel mailing list