You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: