Skip to content

Commit a1c43f6

Browse files
authored
Merge pull request #117 from membraneframework/support-live-ingress
Support live HLS ingress
2 parents 7955f31 + 7753c0d commit a1c43f6

File tree

12 files changed

+327
-236
lines changed

12 files changed

+327
-236
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In future, the support for MPEG-DASH is planned as well
1313
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
1414

1515
```elixir
16-
{:membrane_http_adaptive_stream_plugin, "~> 0.19.0"}
16+
{:membrane_http_adaptive_stream_plugin, "~> 0.20.0"}
1717
```
1818

1919
## Usage Example

0 commit comments

Comments
 (0)