OpenIPC / silicon_research

GK7205Vxx and Hi3536 some examples
https://openipc.org
MIT License
50 stars 22 forks source link

About NAL fragmentation. #6

Closed Lance0724 closed 11 months ago

Lance0724 commented 11 months ago

By modifying the wfb-ng code to remove NAL fragmentation before forwarding the video stream, Can I use a third party to decode the video? (e.g. QOpenHD, fpv_vr)

iHardRock commented 11 months ago

You may use third party applications with venc running in RTP mode and h264 encoder. For h265 venc should be fixed.

Lance0724 commented 11 months ago

You may use third party applications with venc running in RTP mode and h264 encoder. For h265 venc should be fixed. Use the following parameter? -m rtp
Thanks .