473,386 Members | 1,706 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,386 software developers and data experts.

read longblob from mysq then play the video

i save a video on mysql as longblob, but i cannot retrieve and play the video since the AxWindowsMediaPlayer1.URL requires a URL but my file inside DB is longblob stream.

Expand|Select|Wrap|Line Numbers
  1. Dim dtko As Byte() = DirectCast(READER("video"), Byte())
  2. Dim msko As New MemoryStream(dtko)
  3. AxWindowsMediaPlayer1.URL = ??????

since the file i have retrieve is still a stream byte, what should i do to play it on AxWindowsMediaPlayer1?
Feb 27 '15 #1
0 1087

Sign in to post your reply or Sign up for a free account.

Similar topics

4
by: jaffar | last post by:
hi, i am developing a windows application, in my application i have to stor video files into database and play those video files from database , how to da this application, send me replay as...
1
by: News.microsoft.com | last post by:
Hello, anybody knows how I can play video from a stream? What I've found all works with actual files. (example: http://www.mentalis.org/soft/class.qpx?id=1) I know i can write the stream to...
3
by: John Piper | last post by:
Again, I am a beginer, and need help. Can some walk me through the steps to do the following: click a button, which will play a video file in WMP in fullscreen mode (launch player, not in a form)...
3
by: Ryan Liu | last post by:
Hi, I want to play Audio/Video in my C# application(standlalone, not web applicatoin). The source of multimedia may in different formats and decided by the end user, which I have no control. ...
3
by: pavanip | last post by:
Hi, I am new to Silverlight application.I want to display video using Mediaelement tag and I used the below code to play video. <Canvas> <MediaElement x:Name="mPlayer"...
5
by: Max58kl | last post by:
I have a Dell Optiplex 610 laptop running Windows XP, Windows Media Player 10 and IE6. I have a cd containing a number of pages linked together with hyperlinks. The pages have video clips embedded...
2
by: samvb | last post by:
Hi, I have 6 SWF videos listed down vertically. When user clicks them, i need to play the video in a video frame to the right of the page. the code of the page looks like this: <table>...
1
by: preethi 123 | last post by:
Hai Im doing my project in ffmpeg for convert the video file to livestream.while the vedio is playing it shows the loading image. can you please give some idea to play the video continuously...
0
omerbutt
by: omerbutt | last post by:
Hi , i need any one to tell me if he has used any video player, i need to play videos from my own site , not embed a you tube video , any ideas or links regards, Omer Aslam
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.