Hi,
I'm facing this problem, the app which get webcam screenshot and encode them
in h263 works and feed live with an UDP socket (addr 127.0.0.1 port 1234). I
don't know why the bytestream seems not arriving to the live server..
Could anyone help me or give any hints?
I report my server code below
I've an application which gets images from a webcam, then live
encode them. I need to live stream this to a mobile device via a
live555server. How can i manage this input stream (based on socket
comm between the two apps) in live555?could BasicUDPSource the class
which reads from the buffer?