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

[enhancement] Streaming video support on the SDK. HLS, DASH #85

Open
ashwinnair14 opened this issue Mar 20, 2024 · 2 comments
Open

[enhancement] Streaming video support on the SDK. HLS, DASH #85

ashwinnair14 opened this issue Mar 20, 2024 · 2 comments
Assignees

Comments

@ashwinnair14 ashwinnair14 changed the title Streaming video support on the SDK. [enhancement] Streaming video support on the SDK. HLS, DASH Mar 20, 2024
@ashwinnair14 ashwinnair14 changed the title [enhancement] Streaming video support on the SDK. HLS, DASH [enhancement] Streaming video support on the SDK. HLS, DASH, SRT Apr 19, 2024
@HRashidi
Copy link
Contributor

Test problem:
Currently the stream is blocked by the github test instance, throwing 403 error (403 Forbidden (access denied))

Supporting SRT via pyav:
The pyav uses the ffmepg unver the hood to read the SRT.
The default ubuntu ffpmeg package is not supporting the SRT. We need to compile it again
The is a script which compile the fmpeg automatically. (https://gist.github.com/maheshgawali/1a288d58171ea45a920078855bb90e50)
For pyav to use the new ffmpeg, we need to install it without binary which currently throw error, saying it can not compile with static files.

The poetry does not support --no-binary flag for now, which we need to run pip to install the pyav with no binary.

@movchan74

@ashwinnair14
Copy link
Contributor Author

SRT streaming to be done in a new ticket.

@ashwinnair14 ashwinnair14 changed the title [enhancement] Streaming video support on the SDK. HLS, DASH, SRT [enhancement] Streaming video support on the SDK. HLS, DASH Apr 25, 2024
@HRashidi HRashidi linked a pull request May 2, 2024 that will close this issue
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

Successfully merging a pull request may close this issue.

2 participants