TCP streaming to multiple clients
Posted: Fri May 31, 2013 11:20 am
Hi all,
I needed to stream the H.264 output from raspivid over my network to a couple of devices simultaneously, so I threw together a little program that does just that. It's pretty crude but it does the job: https://github.com/fsphil/net264
Was easier to write this than faff around with cvlc
I needed to stream the H.264 output from raspivid over my network to a couple of devices simultaneously, so I threw together a little program that does just that. It's pretty crude but it does the job: https://github.com/fsphil/net264
Was easier to write this than faff around with cvlc