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

Sending Video data as bytes. How to interpret the incoming bytes/packets as parts of a video? #6

Open
rynkwn opened this issue Feb 21, 2017 · 1 comment

Comments

@rynkwn
Copy link
Owner

rynkwn commented Feb 21, 2017

You can't play a video from a byte array using any standard method since most players assume you will provide a complete binary with the video media in the expected format. You would have to write your own video player in order for it to understand that your player wants to read from a byte array instead of an actual file. You are in for a world of pain if you choose to go that route. – Max Worg Jan 26 '15 at 13:24

http://stackoverflow.com/questions/28148696/how-can-i-convert-a-video-to-byte-array-and-then-byte-array-back-to-video-in-par

@rynkwn
Copy link
Owner Author

rynkwn commented Mar 8, 2017

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

No branches or pull requests

1 participant