Re: [Live-devel] stream from data pointer, not file

2011-06-20 Thread Ross Finlayson
Thank you Ross for your response. I didn't explain myself earlier as I should. I have already read the FAQ of course before posting. Well, I'm not sure that you read http://www.live555.com/liveMedia/faq.html#liveInput and http://www.live555.com/liveMedia/faq.html#liveInput-unica

Re: [Live-devel] stream from data pointer, not file

2011-06-15 Thread Ross Finlayson
I want to stream the data included in nal[0].p_payload (the variable is uint8_t *p_payload) which is output of x264 encoding. I want to stream each byte after it gets out of the encoder. I am using testOnDemandRTSPServer (because I want unicast). Which is the simplest way to do it? You could

[Live-devel] stream from data pointer, not file

2011-06-15 Thread Sokratis Barmpounakis
I want to stream the data included in nal[0].p_payload (the variable is uint8_t *p_payload) which is output of x264 encoding. I want to stream each byte after it gets out of the encoder. I am using testOnDemandRTSPServer (because I want unicast). Which is the simplest way to do it? Thank you, Sok