[Live-devel] H263 live encoder source

2009-08-12 Thread Fabrizio Agnoli
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

Re: [Live-devel] H263 live encoder source

2009-08-05 Thread Fabrizio Agnoli
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

Re: [Live-devel] H263 live encoder source

2009-07-30 Thread Ross Finlayson
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?

[Live-devel] H263 live encoder source

2009-07-30 Thread Fabrizio Agnoli
Hi all, 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