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

How to add SRT over RTMP #25

Closed
wangpeng1 opened this issue Sep 21, 2022 · 1 comment
Closed

How to add SRT over RTMP #25

wangpeng1 opened this issue Sep 21, 2022 · 1 comment

Comments

@wangpeng1
Copy link

Hi,My program already has rtmp, I want to add srt to this project,Whether this library can meet the needs, or need to use StreamPack? thank you

@ThibaultBee
Copy link
Owner

Hi,

The technical choices are up to you.

As it might be clear, here is a quick definition of the libs:

  • srtdroid is a low level wrapper around libsrt for SRT connection. It is kind of like Socket API (but with SRT instead of TCP/UDP).
  • StreamPack captures your camera and microphones, encodes, muxes and sends the packet to a remote server (SRT or RTMP). Internally StreamPack uses srtdroid.

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

No branches or pull requests

2 participants