Bob Posted May 19, 2012 Posted May 19, 2012 For video and audio streaming in my desktop Windows project I use this component: http://www.datastead.com/products/tvideograbber/faq.html#streamingExamples Is it possible show video streaming in uniGUI project? For example link for streaming may be: mms://IP adress:port Thanks. Quote
Administrators Farshad Mohajeri Posted May 21, 2012 Administrators Posted May 21, 2012 You should be able to embed any player inside a TUniURLFrame or TUniHTMLFrame. Quote
estor485 Posted May 24, 2012 Posted May 24, 2012 I have a doubt, I embed WMP in UniHTMLFrame,and i can see the video file in a localhost, but when i try see the video file in client side i can't see the video the route is "C:\Users\Administrador\Documents\RAD Studio\Projects\appfolder\video.avi". I try using uniServerModule.filesfolderpath/video.avi and nothing. the code i use is <embed src="C:/Users/Administrador/Documents/RAD Studio/Projects/StandAloneISAPI/files/Thor.avi" loop=false autostart=true hidden=false width=800 height=640> any idea how to fix the route? Thanks Quote
Administrators Farshad Mohajeri Posted May 24, 2012 Administrators Posted May 24, 2012 There is no way for a remote PC to access a local file on server. C:/Users/Administrador/Documents/RAD Studio/Projects/StandAloneISAPI/files/Thor.avi Use a URL instead of a local path. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.