-2

Every One! I'm new to wowza. I already set up wowza streaming engine. Now i am able to play the sample.mp4 file from the test app given by wowza.

Now I'm going to stream youtube videos with wowza. youtube->wowza

Is it possible? Can you give me some solution?

goldendev
  • 1
  • 1

1 Answers1

0

YouTube streams are usually only accessible through HTTP protocol, and unfortunately, Wowza currently does not allow ingesting an HTTP stream. You can send your stream from Wowza to YouTube (Wowza -> YouTube), but not the other way around.

Michelle-B
  • 609
  • 3
  • 4
  • thank you for your reply. How about using Media Cache? – goldendev Feb 27 '16 at 02:11
  • MediaCache can be used to query VOD assets that are served from a web server, such as IIS or Apache, and usually takes the form of `http://webserverhost/path/to/file.mp4`. YouTube videos are really VOD streams (either Flash-based or HTML5), much like how you would stream VOD files from a Wowza server. – Michelle-B Mar 14 '16 at 05:01