[Live-devel] [live-devel] query
Guillaume Grimaldi
guillaume.grimaldi at c-s.fr
Fri Oct 30 03:25:52 PDT 2009
Ross Finlayson a écrit :
>>>> My camera generate raw format, but I plan to use H264.
>>>
>>>
>>> OK, so you first need a (hardware or software) H.264 video encoder.
>>>
>>> Then, you will need to write your own subclass of
>>> "H264VideoStreamFramer", and feed your H.264 NAL units into this.
>>> (See also <http://www.live555.com/liveMedia/faq.html#h264-streaming>)
>>>
>>
>> Ok, Thank you for your advice.
>> A last question, can I stream in MPEG-TS format after that ? (with
>> MPEG2TransportStreamFramer for exemple)
>
> No, you should stream H.264 over RTP directly, by feeding your
> "H264VideoStreamFramer" (subclass) into a "H264VideoRTPSink".
What can I do to stream H264 in MPEG-TS format with LiveMedia ? Maybe I
can not do that.
My problem is I have RAW video frames from my camera and I would like to
use software solution to compress and stream video. So I planned to use
ffmpeg to compress in H264 and liveMedia to stream in MPEG-TS.
But if I understand well, liveMedia does not allow me to change format,
just to stream the input video. Is it right ?
More information about the live-devel
mailing list