Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-26 Thread Ross Finlayson
I was able to get around the need for an SDP exchange by taking my MPEG-4 elementary stream, packaging it up into an MPEG-2 transport stream, and sending that out over the network instead. It is my understanding that SDPs are specific to MPEG-4. No. In princlple, all RTP media players need t

Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-26 Thread Russell, Michael (mrusse05)
an MPEG-2 transport stream solved my problem. -Original Message- From: live-devel-boun...@ns.live555.com on behalf of Ross Finlayson Sent: Mon 6/22/2009 2:40 AM To: LIVE555 Streaming Media - development & use Subject: Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream

Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-22 Thread Ross Finlayson
Can I somehow communicate the SDP to my client without having the client ask for it? No, not without modifying your client - and server - in some non-standard way. -- Ross Finlayson Live Networks, Inc. http://www.live555.com/ ___ live-devel mailing

Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-21 Thread Russell, Michael (mrusse05)
Streaming Media - development & use Subject: Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files I am using Live555 under Ubuntu Linux 9.04, streaming over a simple private LAN to a VLC client running under Windows. Just cables and a switch. No router, no firew

Re: [Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-12 Thread Ross Finlayson
I am using Live555 under Ubuntu Linux 9.04, streaming over a simple private LAN to a VLC client running under Windows. Just cables and a switch. No router, no firewalls. I modified testMPEG1or2VideoStreamer to stream unicast to a VLC client and it works well. I now want to modify this appli

[Live-devel] Modifying testMPEG1or2VideoStreamer to Stream m4e Files

2009-06-04 Thread Russell, Michael (mrusse05)
Hello, I am using Live555 under Ubuntu Linux 9.04, streaming over a simple private LAN to a VLC client running under Windows. Just cables and a switch. No router, no firewalls. I modified testMPEG1or2VideoStreamer to stream unicast to a VLC client and it works well. I now want to modify this a