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