It's 2008. Where's my flying car? RSS 2.0
 Thursday, February 02, 2006

Did I mention that both, the Media Player experience and the MCE experience are actually AJAX apps? The Media Center guide screen dynamically loads the guide data from the backend services as (slightly) annotated RSS and transforms it into a remote-control scrollable grid that looks very similar to MCE's own.  

MCE Guide Screen

The whole glory is hiding in the source code archive under newtellivision.Framework.Server and there in the envelopes/mce and envelopes/wmp subdirectories. I tried to make the JavaScript legible and not optimized for size, so it should be fairly straightforward to read. There is a lot of setTimeout() trickery going on, though. A special twist is that all of these files are embedded resources and the newtellivision server serves them up from within the assembly. The binary install doesn't have any external collateral in the program directory. However, if you place files into the envelopes/mce or envelopes/wmp directories below the program install path, you can override the whole or parts of the experiences. Don't like the colors? Override the *.css files, etc.

Thursday, February 02, 2006 12:59:18 PM (Pacific Standard Time, UTC-08:00)  #    Comments [1] - Trackback
newtellivision
 Wednesday, February 01, 2006

Good Morning!

My name is Clemens Vasters and I am Community Relations Program Manager for the Windows Communication Foundation at Microsoft Corporation.

[Boy, writing that feels a little strange. I guess I'll get used to it. ;-) ]

Wednesday, February 01, 2006 4:38:39 AM (Pacific Standard Time, UTC-08:00)  #    Comments [2] - Trackback
Microsoft
 Tuesday, January 31, 2006

In the upcoming week I will be cleaning up the categories on my blog. So if you've subscribed to any of the category feeds directly, some of them may stop working.

As of tomorrow, the "official" blog address will be http://friends.newtelligence.net/clemensv as I won't be part of the newtelligence "staff" any longer. However, all existing subscriptions to the main RSS and Atom feeds will continue to work, because this blog isn't really going anywhere. I will see what it takes to get a mirror blog on blogs.msdn.comand whether I can use the dasBlog cross-blogging feature to push select content there.

Eventually, and once I am done reshuffling, I will explain the new category structure and actually encourage you to subscribe to select categories, because my blogging habits will change quite a bit in my new role at Microsoft. For instance, you'll see a lot more German here (which you might want to tune out of if you are not interested), I'll start a link-blog category and I will introduce some other categories that are not at all about technology.

Tuesday, January 31, 2006 4:49:38 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
Blog
 Monday, January 30, 2006

Get the Goods     (Yes, that page will get a cleanup once I've got the docs done)

Monday, January 30, 2006 4:23:49 PM (Pacific Standard Time, UTC-08:00)  #    Comments [1] - Trackback
newtellivision

There are roughly 24 hours left before I will switch jobs and become a "Microsoftie". My parting gift to the company I co-founded is this:

newtellivision is a framework and application for accessing live streaming television remotely. The use-case I had in mind building this is quite simple and is closely related to my current (and the new) job and the perspective of moving to the U.S. some time later this year: I want access to my local, German TV channels whenever I am traveling and I also want access to those channels when I've moved to Seattle. That's most important for two types of programs: sports and news. I care a lot more about Bundesliga football than for Major League baseball.

Consequently, newtellivision is focused on one thing: streaming video. And it comes with two user experiences that are a good choice for the above use-cases:

Windows Media Player

The Windows Media Player (WMP) experience (for WMP 9 and above), is the "television to go" version. It works from any Windows PC that has Windows Media Player 9/10 installed and that can connect via any network to a newtellivision server.  There is no additional software that needs to be installed on the client. All interaction with the newtellivision server is hosted inside Media Player.

Features of the Windows Media Player experience in a nutshell:

  • Access to live streaming television, your video library, live web streams and video blogs from single user interface.
  • "Speed bar" across the top of the side panel allows manual adjustment of the backend streaming encoder settings to the available bandwidth with a single click.
  • Channels panel provides hover-over tooltips showing guide data for all channels for which guide data or content lists are available.
  • Guide data for current channel allow single-click scheduling of recordings if the newtelligence plug-in provider of the selected channel supports recording.
  • Direct playback access to shows that were recorded on the current channel.

     

  •  

     

     

     

    Windows XP Media Center Edition

    The Windows XP Media Center Edition (MCE) experience is built for the "home TV at home" experience. If you move to another country and your parents or your friends host the newtellivision server for you, you can access live streamed TV programs from far-far away and your recordings right within the usual MCE experience with your remote control. And from the very same experience you have access to video blogs and web streams such as DW TV, NASA TV and thousands of other live streaming TV sources, complete with support for XMLTV guide data.

    Features of the Windows XP Media Center experience in a nutshell:

  • Remote control navigable, dynamic schedule grid for scheduling data modeled after the familiar Windows Media Center "Live TV" experience. Of course, the grid adjusts automatically as time progresses and shows you whether shows are scheduled for recording.
  • Detail information about individual upcoming shows including one-click scheduling of recordings.
  • Channel detail view with one click access to video blog content (the example on the right shows Microsoft's Channel 9) and recorded shows.

    For the Windows Media Center experience you need a Windows Media Center PC as client.

     

  •  

    The newtellivision Server and Framework

    The newtellivision Server is built on the Windows Communication Foundation (WCF). The server can run either as an interactive application or as a Windows Service and the configuration wizard makes it very easy to switch between these modes. The server is extensible and comes with two plug-in providers that utilize the newtellivision Framework to provide access to live streaming video.

  • The "Beyond TV" provider encapsulates the SnapStream Media Beyond TV server engine and provides access to the recorder features, live TV streaming, the Beyond TV library and the electronic program guide (EPG).
  • The "Web Streams" provider provides access to public web streams and video blogs and has direct support for integrating EPG information in XMLTV format.

    The newtellivision Framework and the Server application are available in source code for experimentation, improvement and, of course, for customizing the existing providers or for writing entirely new providers.

    The server renders the list of available channels in OPML format and the electronic program guide data for each channel in RSS 2.0 format, each with the minimal set of extensions required to add vital information that is otherwise not representable in the core standard. Video playlists are rendered in Microsoft ASX 3.0 media metadata format.

  •  

     

    Requirements

    For running newtellivision you need the following minimum server configuration:

  • Windows XP or Windows Server 2003 with the .NET Framework 2.0 and the WinFX 3.0 Runtime Components (Beta 2 CTP)

    Furthermore, for the web stream provider:

  • An internet connection with sufficient bandwidth for viewing live video streams
  • Optionally, XMLTV for downloading guide data.
  • Optionally, a source for picking web stream links.

    Furthermore, for the Beyond TV provider:

  • Beyond TV 4 by SnapStream Media (The demo version should work -- until expiration of course)
  • A Beyond TV compatible software encoder card for Windows Media streaming.
  • Beyond TV may run on a separate machine from the newtellivision Server machine. For this setup you MUST have a valid Beyond TV Link license (demo is ok while it lasts).
  • For accessing streams remotely and even though this is not enforced, you need a valid Beyond TV Link license as a CAL for each machine concurrently accessing the web streams.
  • Bandwidth, bandwidth, bandwidth -- upstream. I have 3000/512 DSL connection and I would still like it a bit quicker. It turns out that a sustained bitrate of ~400KBps yields a video quality that is good enough to watch sports remotely, but don't expect brilliant detail resolution. ~128KBps is plenty to watch news.

    The Catch I

    newtellivision is released in binary and source code form for any non-commercial purpose. In short, this is a "extend it for fun" application, but you can't derive any direct commercial gain from the application or any of its parts or from the operation of the application. If you'd like to use the application commercially, you must contact newtelligence to learn about your options. Commercial use expressly does not include teaching, speaking at conferences, writing books, etc.

    The Catch II

    This application is big, runs on beta software and is tested in only one or two server configurations to speak of. I have no idea whether anybody but me will get it to run. I've built it for myself only. It might burn your PC into a small pile of ash. I don't know what will happen. The app looks pretty polished, but evil lurks within. Consider it "alpha quality".

    The Catch III

    The server is, at this point, designed(!) not to scale to more than a single concurrent user. You can theoretically consume the streams from two or three clients concurrently, but there is only support for a single tuner and hence everyone has to watch the same live show. If someone switches the channel, all others view the channel too. The WMP experience is, in this case, nice enough to adjust the schedule panel to reflect the currently watched channel.

    Future Direction

    This is a demo app. I've written it just as that and for my personal use purposes. The reason for this public drop at this time is to avoid any troubles between me, newtelligence and Microsoft as I am making the transition between the firms. The license allows me to continue working on it privately, while all the commercialization rights up to this point rest with newtelligence. That said, I am not out of ideas. If you love writing (WCF) applications or are interested in the whole streaming TV story and you can live with the non-commercial constraint, I'd love to get you on board as an active contributor to the cause. Concretely, I'd be interested in investigating whether a provider for PPLive is feasible, whether the newtellivision server can tap the MCE streaming capabilities and whether a standalone provider can be built. See it as my next thing after DasBlog. It'll be a killer community project.

    Availability

    The code and the installable binaries sit here. Get them.

    Meanwhile you might want to get (or go dig out) an old, used WinTV PCI card (those go on eBay for 10-15 US$)  or equivalent (see SnapStream's site analog/without hardware encoding). One of my test configurations used a 1996 (!) WinTV PCI and it worked. Now my streaming source is a slightly newer Hauppauge WinTV card from 1999 that I bought on eBay.de for a whopping €10.70 a few months ago. Once you have that, it's useful to get Beyond TV configured and up and running for web streaming with the Beyond TV Web Admin interface (accessible with the "Live TV" link on the "Tasks" pane on the left of the web admin tool; http://localhost:8129 once you have installed Beyond TV). Once you get video there, you are good to go.

  • Monday, January 30, 2006 12:41:44 PM (Pacific Standard Time, UTC-08:00)  #    Comments [3] - Trackback
    newtellivision
     Monday, January 23, 2006

    In the 5 years I've been "newtelligent" I have never been *really* late to an event. Not a single time. Admittedly,

    • I've been an hour late to a talk in Kuala Lumpur because the schedule I received was wrong,
    • I arrived in Vienna "just in time" and still intoxicated after missing the planned 05:20 (AM!) connection from Istanbul after a serious party night and being able to rebook to a later flight after rushing to the airport and still surrounded by a complete haze and only got to the venue about 5 minutes too late because the taxi driver didn't know where to go (I can't remember any content of the first session that day, but the attendees loved it),
    • I got stuck in Heathrow one night due to bad weather on a connection to Dublin, but with an early enough connection to make it to the event in the morning.

    And now ... on the very last event I am doing for newtelligence I got stranded in a hotel room at the Munich Airport and can't get to Istanbul for a workshop that's supposed to start at 9:30AM tomorrow. Istanbul is snowed in. Next opportunity to get out there is at 11AM tomorrow. Hope that works.

    [Update: It did work, even though with an hour delay. In Istanbul, the chaos continued. 15-25 cm of snow per day in a city where "winter tires" are a rather unknown phenomenon are a bit problematic. I love Istanbul, but I am very happy to be back home this time.]

    Monday, January 23, 2006 1:24:05 PM (Pacific Standard Time, UTC-08:00)  #    Comments [4] - Trackback
    Travel
     Wednesday, January 18, 2006

    Wednesday, January 18, 2006 11:28:45 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
    newtellivision
     Saturday, January 14, 2006

    private void exitMenuItem Click(object sender, EventArgs e)
    {
        if (runtime != null && runtime.Running)
        {
            ThreadPool.QueueUserWorkItem(delegate(object obj)
            {

                runtime.Stop();
                Invoke(new ThreadStart(delegate()
                {

                    this.Close();
                }));
            });
        }
        else
        {
            this.Close();
        }
               
    }

    Just caught myself coding this up. The shown method is a Windows Forms event handler for a menu item. The task at hand is to check a local variable and if that’s set to a specific value, to switch to a different thread and perform an action (that particular job can’t be done on the Windows Forms STA thread), and to close the form back on the main STA thread once that’s done. I colored the executing threads; yellow is the Windows Forms STA thread, blue is an arbitrary pool thread. Works brilliantly. Sick, eh?

     

    [Mind that I am using ThreadStart just because it’s a convenient void target(void) delegate]

    Saturday, January 14, 2006 8:11:22 AM (Pacific Standard Time, UTC-08:00)  #    Comments [4] - Trackback
    Technology
     Tuesday, January 10, 2006
    Tuesday, January 10, 2006 12:14:57 PM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
    Other Stuff

    Everyone seems to be giving some tech predictions for 2006 on their blog. Here's mine:

    The DRM opposition will start turning DRM against the music and film industry and embrace DRM to create a distributed file-sharing protocol and applications that implements "lending between friends" and ensures that within a group of users, only as many copies of digital works can be played concurrently as the number of original, legally acquired media that have been contributed into a pool. The protocol will ensure that the media integrity is preserved insofar that no two people can, say, play different songs from the same album concurrently unless there are enough copies of the same album in the pool. Media players supporting this protocol will eventually be clever enough to prioritize and shuffle playlists in a way that the fewest possible media are required in the pool. 

    Since "lending" will later be found to be still too problematic from a legal standpoint, the physical media constituting the media pool will be put into a network of escrow services and acquiring a temporary DRM license to play a particular music album or video will automatically result in a "one-cent" sale transaction and transfer of ownership rights of the physical media for the period while the license is valid and therefore result in a legal digital copy of an legally owned media to be played.

    In short: It'll remain interesting how the whole DRM situation develops. To me it seems consequential that the content consumer side will take a page out of the content provider side's book and use the same technology arsenal to try to achieve exactly opposite goals. I think there's a resonable chance that DRM will at least backfire for all digital media that's already published and out there. And that's quite a lot.

    My stance on what's appropriate and inappropriate with respect to DRM is "undecided", even though I deplore Sony's rootkit DRM trickery. At the same time there must be a reasonable business model for entertainment media. Someone just has to find one that is sustainable and works. Luckily not my job.

    Tuesday, January 10, 2006 4:26:53 AM (Pacific Standard Time, UTC-08:00)  #    Comments [0] - Trackback
    Other Stuff
    Stuff
    About the author/Disclaimer

    The content of this site are my own personal opinions and do not represent my employer's view in anyway. In addition, my thoughts and opinions often change, and as a weblog is intended to provide a semi-permanent point in time snapshot you should not consider out of date posts to reflect my current thoughts and opinions.

    © Copyright 2008
    Clemens Vasters
    Sign In
    Statistics
    Total Posts: 717
    This Year: 11
    This Month: 0
    This Week: 0
    Comments: 1220
    Themes
    Pick a theme:
    All Content © 2008, Clemens Vasters
    DasBlog theme 'Business' created by Christoph De Baene (delarou)