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

UDP: Support push MPEG-TS over UDP to server. #42

Open
winlinvip opened this issue Jan 10, 2016 · 1 comment
Open

UDP: Support push MPEG-TS over UDP to server. #42

winlinvip opened this issue Jan 10, 2016 · 1 comment
Labels

Comments

@winlinvip
Copy link
Member

Server listen at upd port, encoders push MPEG-TS over UDP to server.
Server then can remux the stream to RTMP/FLV/HLS/HDS etc.

The wiki:
https://github.com/ossrs/srs/wiki/v2_CN_Streamer
https://github.com/ossrs/srs/wiki/v2_EN_Streamer

@winlinvip
Copy link
Member Author

For SRS, the UDP stream will remux to RTMP to rtmp://127.0.0.1/xxx.
While for Oryx, directly receive stream from UDP and convert to stream in memory. Then server will remux stream to other mux, for example, RTMP, FLV, HLS or HDS.

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