publish - Publishing H.264 data from a Non-DirectShow video capture card to FMS(Red5) as live stream -
i can't use fmle(flash media live encoder) here because video capture card such kind no directshow support.
the video-capture-card captures video , encode video h.264 via clips on card.
the card provides native interfaces can write app data card , send data fms/red5 , fms/red5 streaming it.
my question is: how send h.264 data fms in rtmp protocol?
i have read rtmp specification , understand how publish live stream,
connect -> createstream -> publish -> metadata -> videodata
but don't know need put metadata , video payload. rsp ? nalu?
any suggestion welcome, thank you
check source rtmpd server (rtmpd.com) in order find advanced implementation rtmp protocol. on other hand, solution problem simple using librtmp library (dll form - mplayer project) publish stream.
good luck
Comments
Post a Comment