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