Youtube Live stream on ATV

Does third generation Apple Tv support live youtube stream? If so, how do i use it. Youtube app on ATV3 doesn't show live streams.

Depends what you mean by live content.
You have iPad2 so with next iOS update you should be able to mirror the iPads display wirelessly to AppleTV - i have no idea if this works for all websites or protected media as Apple could have options in place to allow content providers to deny streaming certain things.
With the current Airplay system, although some web video can be streamed to AppleTV for example, webistes must explicitly allow the video streaming and have the video in the correct format or you just get audio.
If you are wondering about Flash based web sites then that's pretty much a non-starter on an iPad.
AC

Similar Messages

  • How to use Youtube Live Streaming API ??

    I want to make a WPF application that gets the video from my ip camera and sends it to my youtube channel live. I look around all of the websites but there's no example how can i live stream a video to Youtube with c#. There are examples in google's website
    but they were written with PHP, Java and Phyton but I don't know this programming languages so i couldn't use the API.
    I tried to write a little bit but it didn't work. Here's my code that i wrote looking through the Java example.
    string devkey = "AIzaSyCbxm6g9orAw9PF3MkzTb_0PGbpD3Xo1Qg";
    string username = "MyYoutubeChannelEmailAdress";
    string password = "MyPassword";
    YouTubeRequestSettings youtubereqsetting = new YouTubeRequestSettings("API Project", devkey, username, password);
    YouTubeRequest youtubereq = new YouTubeRequest(youtubereqsetting);
    LiveBroadcastSnippet broadcastSnippet = new LiveBroadcastSnippet();
    broadcastSnippet.Title = "Test Live Stream";
    broadcastSnippet.ScheduledStartTime = new DateTime(2015, 3, 12, 19, 00, 00);
    broadcastSnippet.ScheduledEndTime = new DateTime(2015, 3, 12, 20, 00, 00);
    LiveBroadcastStatus status = new LiveBroadcastStatus();
    status.PrivacyStatus = "Private";
    LiveBroadcast broadcast = new LiveBroadcast();
    broadcast.Kind = "youtube#liveBroadcast";
    broadcast.Snippet = broadcastSnippet;
    broadcast.Status = status;
    Google.Apis.YouTube.v3.LiveBroadcastsResource.InsertRequest liveBroadcastInsert = new Google.Apis.YouTube.v3.LiveBroadcastsResource.InsertRequest(service, broadcast, "");
    LiveBroadcast returnLiveBroadcast = liveBroadcastInsert.Execute();

    This article should get you going:
    https://developers.google.com/youtube/v3/code_samples/dotnet
    Also, questions on YouTube API issues should get the best service here:
    https://groups.google.com/forum/#!forum/google-api-dotnet-client

  • Lumia 720 YouTube live streaming problem

    I've problem in playing live YouTube videos in Lumia 720 even im using a wifi connection..... Error : sorry, video cannot be played on your device

    I am having the same problem with all three windows phone 8 devices. Videos on youtube play fine on 3G/H/H+ network status. But fails to play while connected through wifi. I have set the preference in internet explorer browser for mobile version of webpages. 
    On cellular network when I type youtube in bing and searched, it automatically sends me to the mobile version of youtube. I searched for videos in youtube srarch window and the results also open in mobile page format. so playing a video from there is not a problem.
    Over wifi connection I searched the same on bing and as usually landed on mobile version of youtube page. Upto this everything is fine. But when i browse for videos on youtube page surprisingly it redirects me to desktop webpage format and never redirects to mobile page and in desktop version of youtube, most of the videos (almost all videos) will not play without Adobe flashplayer.
    The same problem is occurring for all of my three windows mobile 8 devices.
    I think this is a "nasty trick designed by youtube" to receive (steal?) information what kind of networks as well as devices people are using and behave that way, irrespective of the fact that I am using a mobile phone, they will treat me as viewing videos in a desktop computer.
    Nokia and Microsoft must look into the matter seriously and should provide us a solution.
    Attachments:
    youtube problem.jpg ‏42 KB

  • How to connect flash video player(like youtube)  to live streaming video the programm like                             

    How to connect flash video player(like youtube) to live
    streaming video the programm like webcamXP?
    Or through a browser to look in a videoplayer video from
    other usual personal computer with the program for a video
    broadcasting from the web chamber.

    you can use google to search for tutorials on skinning the component.

  • Is there a way to stream Coachella? I found last years stuff but no live stream so far. I tried to us my kids iPad but the YouTube Coachella channel requires flash.  Any thoughts?

    Is there a way to stream Coachella? I found last years stuff but no live stream so far. I tried to us my kids iPad but the YouTube Coachella channel requires flash.  Any thoughts?

    Try opening this link on your phone: http://m.youtube.com/#/user/coachella?client=mv-google&reload=3&rdm=m2075q4mp. It doesnt work on the Macbook but it works on my phone..
    FYI the resolution / quality when airplaying from iPhone to Apple TV was atrocious!
    if you figure out how to get it going good on the Apple TV let me know!

  • Doubt regarding HTTP Live Streaming for windows phone 8.1 silverlight app?

    Hi,
    I am developing a Windows phone 8.1 silverlight app.
    I want to add live streaming youtube channel , thats why I used  https://phonesm.codeplex.com/ this link as a reference , and I am able to play the links given in the samples, but I am unable to play my link https://www.youtube.com/watch?v=p2GF-QQS6n0
    I am getting 3108 unable to play media error with my link,
    My question Is there any need of streaming server ?
    If yes can anyone help how to  create the streaming server.
    Thanks....
    Suresh.M

    Hi Suresh.M
    As I can see a similar question on the Windows Phone Streaming Media discussion:
    https://phonesm.codeplex.com/discussions/545737
    You may need check into the call stack and find out what is the root cause, for instance if there any chance that your phone cannot reach to the video address, and did you enable some network capabilities, etc.
    --James
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How to play live streaming in windows phone 8.1 silverlight app?

    Hi,
    I am developing a windows phone 8.1 silverlight app. In my I want to show live streaming youtube channel , I think it is not possible, 
    Actually that youtube channel is a television channel , I want to stream that live tv in my app.(I tried to load youtube channel in webbrowser in iframe tag but it is not opening)
    Anybody help me how to play live tv or live streaming in my app,
    Thanks..
    Suresh.M

    Hello,
    You will likely need to write a custom
    MediaStreamSource that can access the media stream and parse it. Windows Phone supports h.264 natively and as long as the site serves up a media stream that contains h.264 frames you can parse it and have our built in decoder decode and display it. You
    will need to have intimate knowledge of the streaming protocol used by the website that you are trying to play. You must also make sure that the website is not using protected content. IANAL so I would recommend that you have your local law professional
    (lawyer) review the licensing of the website that you are attempting to connect to and stream from before continuing your development. Your lawyer can make sure make sure their licensing allows you to do this.
    I hope this helps,
    James
    Windows SDK Technologies - Microsoft Developer Services - http://blogs.msdn.com/mediasdkstuff/

  • Is it possible to create live-streaming in WTK ?

    Hello,
    I'd like to stream from one device to another in the emulator.
    First I would try audio. But I think MMAPI doesn't support Live Stream?
    Is it correct? Or where can I find any information?
    Thanks.

    Do you mean live-streaming on websites like YouTube, because that can be done on ''any'' browser, including Firefox. The video quality all comes down to your internet speed, though.

  • Flash Player wont play a live stream (WIN or LINUX)

    hi everyone,
    i have an issue with my flash player (LATEST VERSION) on both my windown and also linux OS.  while trying to view a live stream from either twitch.tv or justin.tv, i get a cream colored background where the video should be displayed, however youtube and a few other sites work fine.  i have tried a number of things to try to resolve this issue such as re-installing, disabling all other addons, installing an older version, reseting IE and Firefox to default and nothing seems to work. i have the exact same issue on my linux also (ubuntu 12 LTS).......  
    although you may think i should just got to another streaming site that does work. twitch tv and justin tv are the only one that stream the content i am looking for. (dust 514/EVE weekly live video cast) (http://www.twitch.tv/ccp/old).
    can anyone give me any info on this matter, or how i may be able to resolve it.
    Thank you for any assistance you can provide.

    My computer info is as follows :   vista sp2, IE 9 + Firefox 19.0.2       -         2nd OS =  Ubuntu 12.04 LTS   with Firefox

  • Live Streaming Video Playback on CBC - Flash Jitter Bug

    Not sure how many of you are trying to watch the playoffs on CBC on your playbook, but I have a problem with jitter during playback, but only with live streaming video. This is not a connection issue. Apparently it's a b-frame issue where the frames are played out of order, and an adobe flash bug. It appears exactly the same as this example:
    http://www.youtube.com/watch?v=sh_8EPfbpZ
    Very hard to watch, and extremely frustrating. Does everyone experience this with the CBC site? Is this a playbook issue, or just something with my unit? Any suggestions for resolution?
    Go Canucks Go!

    The more serious problem is that TSN is carrying tonight's Canucks game... and they seem to be stuck in 1995 and are not streaming the game. Ugh! 

  • Is it possible to send live streaming content over my WiFi from Firefox

    I just wish to know if this is possible and if there is a tutorial on this subject. I would rather use Firefox instead of Google Chrome and Chromecast.

    Do you mean live-streaming on websites like YouTube, because that can be done on ''any'' browser, including Firefox. The video quality all comes down to your internet speed, though.

  • Live streaming from tsn.ca iphone app to Apple TV

    With my iphone4 (iOS4.2) I can stream youtube videos to my 2nd gen Apple tv. But, when I use the tsn.ca iphone app to watch live streaming hockey games, I can't get the video to show up on the Apple tv. The apple tv seems to sync and displays an image with the label something like "unknown artist" and "unknown title", but no video.
    Not sure if this info will help, but it appears that the tsn.ca app is launching Safari and that the quicktime signal is being displayed via Safari on my iphone.
    My ultimate goal is to watch a live streaming hockey game being delivered by the tsn.ca website. I would have prefered if the Apple TV would have let me display that live feed directly, but the darn box is so locked down that all I can choose from are the tsn.ca pre-recorded podcasts.
    Apple, if you are listening, please allow us customers to watch streaming video content of our choosing via the Apple TV's we bought. I'd love to be able to type in a URL to a quicktime stream and just enjoy. (If this is already possible, I'd love to know how...)

    Video via airplay is currently only supported via the iPod and Youtube app. Apple doesn't read posts on this forum.
    Even when apple releases the tools for developers it will be up to each individual in terms of airplay support.

  • Youtuve live streaming

    I'm looking for a working example that shows how an OOB Silverlight application can stream video from MediaElement to a YOUTUBE live event.
    In Google/Youtube developer center I found the V3 API and some examples, but no one compatible with Silverlight libraries.
    Thanks
    bruno

    My Silverlight App gets inputs from different video cameras and is used as video director program.
    Actually, to stream video from Silverlight to a live Youtube event I use a second program (freeware) that captures the silverlight video and does the rest.
    What I'm looking for is a working Silverlight example to be able to include, inside my app, the same functionality: take the video and stream it to a Youtube live event.
    bruno

  • Watching live streaming on IOS

    Dear all.
    I have  installed Flash Media Server to using RTMFP.
    I put a live stream from broadcaster to my Flash Media Server. And Flash Media Server republishing it.
    Now I want to watch it on IOS(iphone, ipad, Mac).
    Can you help me as soon as.
    Thank you very much!

    I don't allow my clients to stream media on my server. They have to embed the video and use a service like Youtube, which no one seems to mind. I think Youtube is actually pretty great. Their servers are optimized for such usage.
    I believe with Youtube  you can still prevent freeloaders through permission settings.
    If you are going to stream from a hosting account, ask your hosting provider if they provide a server for media streaming. Some do.
    As far as collecting payment for such, I think you have lots of options. Even PayPal has a process for purchasing something like this. The purchaser is emailed a link to the file location.You would then put each video in a separate directory with a complex random name.
    The above suggestions are for a simple solution and not intended for a business making large amounts of money each month from such a service.

  • Any live streaming browser replace Flash player

    dear Apple
                     Is there any other way to open live streaming on Ipad.
    if any of my friend give me suggetion to use SkyFire  then my answer is this browser is useless.
    Because of this live streaming problem many people ignore this wonderful machince
    kindly tell how i can run live streaming
    Regareds
    Saqib

    Safari can't suppot wrote:
    dear Apple   
    Apple doesn't necessarily read this forum, it's for users.  If you need to talk to Apple go to http://www.apple.com/feedback/ipad.html
    Is there any other way to open live streaming on Ipad.
    if any of my friend give me suggetion to use SkyFire  then my answer is this browser is useless.
    Because of this live streaming problem many people ignore this wonderful machince
    kindly tell how i can run live streaming
    From where?  There are applications that allow you to view video from YouTube, ABC-TV, HBO, and many others places.

Maybe you are looking for