How to Play Youtube video in silverlight3.0 - silverlight-3.0

I am developing a silverlight application in which i want to play youtube video.
Any Suggestions plz. Any samples or any links for this to refer.
Thanks in advance

here's an intersting thread about this issue, with some samples in SL 3.0 beta:
http://silverlight.net/forums/t/53008.aspx
hope it helps

http://slyi.silverlight.googlepages.com/youtube2.html
was working. Now the link used is wrong, but if you change it that example still works!

Related

FFmpeg ios sample code for video streaming

I have done with Video Encoding using AVFoundation framework in ios.
Now i want to stream these video to a RTMP server using FFMPEG.
IT would be great help if anyone of you post a link / sample Code for achieving this.
Any other Solution other than this is also invited.
Thanking you in advance.
Here's some sample code to get you started.

AVAudioRecorder/Player - How to tune the files recorded?

I've build a simple audio recorder as I'm to the iOS development.
But now, I still have two questions?
1.How can the recorder automatically (without buttons) detect the sound the play it later automatically either?
2.Is is possible to tune the recorded files just like My Talking Tom Cat?
Thanks a lot!
http://mobileorchard.com/tutorial-detecting-when-a-user-blows-into-the-mic/
try this tutorial. its really help full for you...

Pause/Resume Video Recording like Instagram

I try to get some help. I would like to Pause/Resume a video recording on iOS. But it's very complicated. My goal is to get something like in the app of Instagram App (when you press it 's recording).
I find the "CapturePause" app example but it's very complicated from me. A lot of stream bytes algorithm. too complex for me.
I try to develop the solution by using multiple AvCaptureMovieFileOutput, but it's very complicated. And I am losing my mind in it.
Does anyone know a framework or piece of code to do it nicely ? I searched on GG and I found something.
Thank you,
Arnaud
i am also finding similar to Instagram recording.. i find pause recoding
https://github.com/piemonte/PBJVision
i thing helping something

Getting PCM Frames from Deezer or Spotify APIs

Is there any way to get PCM frames from a song which is playing in Deezer or Spotify and if there is, could you maybe explain briefly how ?
I checked in the both API a way to do that but I'm not very lucky tonight and I didn't find a answer yet... :(
Any kind of help will be very usefull, thanks a lot.
Kind Regards,
Sébastien.
Disclaimer: I work for Spotify
libspotify delivers raw PCM frames in the music_delivery callback, see the API documentation for more details. Actually this is the default delivery mechanism for libspotify, so you don't need to do anything special to get raw PCM, that's the format which the library speaks.
I'm not sure about the Spotify Web Apps platform, I'm not a Javascript guy at all...

Streaming music and videos from url

I have been searching for a way to stream audio and video for a while. I could find some explanations but not a full tutorial on how to do it. Can anyone please provide a way to do it. Tutorials or sample codes will be very helpful...
Here's a fairly recent blog post on the BlackBerry Developer's Blog about the Streaming Media API, including sample code.

Resources