mediacodec - Streaming MedicCodec encoder output using libstreaming -
i have compiled camera streaming example libstreaming wowza. https://github.com/fyhertz/libstreaming
have been googling , still have not found example on how can stream own output mediacodec instead. scenario rendering images in opengl , encode them h.264 stream using mediccodec encoder. now, how pipe encoded bytes libstreaming?
thanks reading. libstreaming looks promising need do.
huj
from understanding, libstreaming not support mediacodecs input yet. if simple (video only) rtp stream enough you, may modify h264packetizer, rtpsocket , senderreport classes. mediacodec outputs raw nal units need feed packetizer , send via rtpsocket.
Comments
Post a Comment