Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Decoder should account for frame level decoding as well #8

Open
Aniketh01 opened this issue Sep 2, 2020 · 0 comments
Open

Decoder should account for frame level decoding as well #8

Aniketh01 opened this issue Sep 2, 2020 · 0 comments

Comments

@Aniketh01
Copy link
Owner

Since the client requests for segments, the server splits the segments to frames level and send them over to the client. The decoder should assemble/decode the frames properly back to segments again for proper playback.

Hence to emulate this scenario, an easy fix would be to add another queue for frame reassemble in decode function together with segment assembly.

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

No branches or pull requests

1 participant