Categorygithub.com/namjunjeong/grpc_video_stream
repository
1.1.1
Repository: https://github.com/namjunjeong/grpc_video_stream.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# README

grpc streaming use golang
server : python
client : golang


server file is in python_server. read readme.md in python_server folder
client file is client.go

client

go build client.go
client.go video.mp4

reference

https://github.com/pahanini/go-grpc-bidirectional-streaming-example
https://github.com/u2takey/ffmpeg-go
https://github.com/grpc/grpc-go