[Live-devel] [live-devel] query
Guillaume Grimaldi
guillaume.grimaldi at c-s.fr
Mon Nov 2 00:25:01 PST 2009
Guillaume Grimaldi a écrit :
> 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".
Hi, I repost my question if someone has an answer.
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. Is it
possible ?
But if I understand well, liveMedia does not allow me to change format,
just to stream the input video. Is it right ?
Thank you for your advice.
More information about the live-devel
mailing list