[Live-devel] Read h263 bytestream from a socket

2009-08-17 Thread Fabrizio Agnoli
Hi all, does anyone know how can i use a a socket, which stream h263 raw bytestream, as a source for a live media server?? i've looked in examples and faqs but i haven't find out nothing.. Thanks all, Regards Brizio ___ live-devel mailing list live-deve

[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

[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

Re: [Live-devel] Is possible to Change the input?

2009-06-17 Thread Fabrizio Agnoli
Hi Ross, thanks a lot for your reply! No,I'm sorry I wrong..This is my question.. I've an array which contains the frame buffer, currently ready to be displayed on screen. I'd like to pass this array to streaming media, which encode "on the fly" and stream it... Following the source/sink architectu

[Live-devel] Is possible to Change the input?

2009-06-16 Thread Fabrizio Agnoli
Hi all, Does anyone know if it's possible to change the input of Streaming Media? I have the frame buffer data and i'd encode and then stream these information. Any ideas, helps, suggestions or links will be enormous appreciated! Thanks! Brizio ___ liv