Hi
I have 2x8168 and want to stream h.264 from one to the other over Ethernet. I am super new to all this and need some guidance please.
1. How do I go about streaming H.264 from the one EVM to the other?
2. How do I set the I frame refresh rate in the encoder(also which port )and how many P/B frames between them. etc (I assume that I need this if the stream has lost packets for re-syncing)
I have : File h.264 ->Decoder- >Scalar >V4L display working
I have : Capture from V4L -> NF -> Encoder -> file working
I would like to send the encoded data over a MPEG-2 TS stream over UDP (where can I get library's for the stream )
Do i need to do chunking etc on the input stream or can I send full frames into the decoder from UDP (problem is here that the packets are broken up.)
Thanks
Robin