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
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,
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