Skip to content

Conversation

@FelonEkonom
Copy link
Member

No description provided.

@FelonEkonom FelonEkonom self-assigned this May 27, 2025
@FelonEkonom FelonEkonom marked this pull request as ready for review June 30, 2025 12:32
mix.exs Outdated
Comment on lines 40 to 41
# {:ex_m3u8, "~> 0.15.1"},
{:ex_m3u8, github: "membraneframework/ex_m3u8", branch: "allow-empty-default"},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to bump ex_m3u8 to v0.15.2

@FelonEkonom FelonEkonom force-pushed the plug-demuxing-engine-into-client branch from 047d0d8 to 85968c2 Compare July 4, 2025 10:18
@FelonEkonom FelonEkonom force-pushed the plug-demuxing-engine-into-client branch from 85968c2 to f467bda Compare July 4, 2025 13:25
@FelonEkonom FelonEkonom force-pushed the plug-demuxing-engine-into-client branch from c3a84d0 to 8de4292 Compare July 8, 2025 09:27
{:membrane_h26x_plugin, "~> 0.10.2"},
{:mpeg_ts, github: "kim-company/kim_mpeg_ts"},
# {:mpeg_ts, github: "kim-company/kim_mpeg_ts"},
{:mpeg_ts, github: "membraneframework-labs/kim_mpeg_ts", branch: "backport-v1.0.3"},
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remember to change the dependency


@opaque client :: map()
@type frame :: any()
@type sample :: any()
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's leave name frame but let's also think about making sure these frames are aligned

@FelonEkonom FelonEkonom force-pushed the plug-demuxing-engine-into-client branch from 204d8a7 to 076b2ad Compare July 14, 2025 15:04
@FelonEkonom FelonEkonom requested a review from varsill July 14, 2025 15:04
Copy link
Collaborator

@varsill varsill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the final version it would be good to have frame instead of a chunk, but it requires unifying how demuxers handle misalignment, so as of now: 🥇
(Just remember to create an issue about handling misalignment ;) )

@FelonEkonom FelonEkonom merged commit 0746339 into mpeg_ts_client_poc Jul 17, 2025
3 checks passed
@FelonEkonom FelonEkonom mentioned this pull request Jul 17, 2025
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 this pull request may close these issues.

3 participants