Google Drive Video Player C++/CLI - c++-cli

I'm a new C++ Programmer , and I'm working on a project for a C++ windows application for Online watching .
so i searched for 3 hours about how to open Video's uploaded on Google Drive on my app but i found nothing . and YouTube works fine with Shockwave Flash object as :
axShockwaveFlash1->Movie = "https://www.youtube.com/v/htdfIopZ38o";
i was asking if there any method to use GD Player in my program
and sorry for my bad English.
thanks

Related

agora.io video : can't change audio volume

i am trying to implementing agora video to my project already tried build it on WebGL and VR and it's work great, but for some reason cant change the audio volume on Quest device, even thought my quest volume is set to 0 but still hear it for some reason
Thanks in advance!

BackgroundAudioPlayer can't play link like "llnwd.net"

I access this link
https://api.soundcloud.com/i1/tracks/112591184/streams?client_id=b45b1aa10f1ac2941910a7f0d10f8e28&app_version=ff19f157
and can get mp3 link like:
https://soundcloud.hs.llnwd.net/dM7lqg9JGehn.128.mp3?AWSAccessKeyId=AKIAJ4IAZE5EOI7PA7VQ&Expires=1393349497&Signature=cNBZPQMGGmCjc1CvyXELy1edfVk%3D&e=1393349497&h=9807761d2092a0b8b13b06ebdba24a12
I can use this mp3 link for both playing and downloading
But when I use this link to play in BackgroundAudioPlayer of Windows Phone
It can't play, I don't know why.

Using Audio Unit (Mixer Host) to play from iPod library instead of pre selected sound files.

For a university project i'm working on a DJ mixing app. I'm essentially tackling this project from a 'teach yourself from scratch by googling everything and analysing pre existing source code' type of way so go easy.
I have looked at the Mixer Host sample project from apple found here: http://developer.apple.com/library/ios/#samplecode/MixerHost/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010210
I can't work out how to replace the pre selected audio files (guitar + beat) with a song URL from the iPod library selected from a media picker, or, in this case - 2 media pickers.
Is it a case of grabbing the URL of the iPod library song selected and putting in place of the URL of the preselected audio file?
If someone could point me in the right direction, tell me how i'm completely going about this the wrong way, or even do the coding for me (joke), it would be greatly appreciated.
You can't actually simply stream from the ipod library; you need to copy the files into the documents directory of the app.
try this: http://www.subfurther.com/blog/2010/12/13/from-ipod-library-to-pcm-samples-in-far-fewer-steps-than-were-previously-necessary/
You can use third party libraries to play a iPod library songs using AudioUnit. The below link is useful to you
Clickhere!

Iphone internet radio

I am trying to make my own internet radio app for Iphone and Ipad. I read documentation and I found Matt Gallagher example code but it doesn't work with my radio (a shoutcast server streaming mp3 audio).
Is it possible that in 2011 we have to deal with C structure, call back function, run loop, void pointer in a very very low level programming style?
Is there an high level framework to deal with audio streams just like in others platform/language?
Thanks

How to play a video file in a vb.net form

How to play a video file in vb.net ?
I need the video to automatically start playing on form load.
Using google will show many results. Here is one that seemed pretty easy to follow:
http://www.mitov.com/html/simple_video_player_in__net.html