Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Codec: Support encode the audio and video device to stream. #46

Open
winlinvip opened this issue Jan 10, 2016 · 2 comments
Open

Codec: Support encode the audio and video device to stream. #46

winlinvip opened this issue Jan 10, 2016 · 2 comments
Labels

Comments

@winlinvip
Copy link
Member

For the golang binding project, we can directly encoding the video and audio data to stream, because the multiple cpu provides enough performance to do this.

For origin, fetch the video and audio then encode to stream.
For edge, not support encode stream.

@winlinvip
Copy link
Member Author

For example, we can used for raspberrypi to directly output the stream.

@winlinvip
Copy link
Member Author

翻译下这个issue:发现有个项目,这个项目就是将libav(c代码)转成了golang代码,但是这样可以很方便的使用x264了,最终于的是oryx是多进程(SRS可以直接调用x264但是单进程性能不够),可以直接编码了。

可以用在什么地方呢?树莓派这种设备,可以直接安装oryx后,就可以将摄像头的图像编码成流,可以提供观看了。再配合转发,可以将流送到外部服务器。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant