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

Re: [Live-devel] Make live media server stream mpeg to transport stream

2009-06-12 Thread Ross Finlayson
Yes, I tried that testMPEG1or2ProgramToTransportStream code. But is it possible to do "transcoding mpeg to ts" and "streaming ts" in one step in livemedia server? Yes. You would need to change the server code so that instead of using "MPEG2TransportFileServerMediaSubsession", it uses a new,

Re: [Live-devel] Live Streaming Mpeg4 with ffmpeg

2009-06-12 Thread Ross Finlayson
Hi all. First my compliments for all your work, is very very great! ;-) I'm writing a Framer for accessing Live RAW images copied in SHM memory by another application. I use ffMpeg for encoding in MPEG4 (CODEC_ID_MPEG4) I've created my Media SubSession for this scope whit these two methods: Fram