I think the title says all, but here's what I've done so far:
- I managed to upload video to MySQL with Large Blob
- Currently, I also managed to stream the video, but this way take 2 steps, which is:
First: I extract the blob into local directory
Second: I use that directory path as src in my video playing page.
Now that my lecturer wants it without extracting to local disk first, he wants to live streaming from database. I only managed to do this if it's a picture, but a video I don't get any clue.
I hope anybody could help me or at least give me clues, thanks in advance :)