Results 1 to 6 of 6

Thread: HTML5 stream a video with boxee player...?

  1. #1

    Default HTML5 stream a video with boxee player...?

    What is the point in "boxee.setMode(boxee.PLAYER_MODE);" If you can't load a video onto it?

    Is there something I'm missing?

  2. #2
    Join Date
    Nov 2010
    Posts
    816

    Default

    Boxee Box 1: 1.5.1.23735, Wired, HDMI, HW Version B1 Boxee Box 2: 1.5.1.23735, Wireless via Asus EA-N66, HDMI, HW Version A2
    Network: Wired Ethernet Cat6 (Box1), Wireless (Box2)
    Server 1: unRAID (15.5TB) Server 2: Synology DS-210j (1.5TB Raid1) Server 3: Synology DS-411j (4TB Raid1)
    Router: Asus RT-N56U w/Custom FW
    Switch: HP Procurve 1410-8G
    TV1: Panasonic TC-P50ST50 TV2: Samsung 32LNB540

  3. #3

    Default

    Pretty major function missing there: boxee.load(string mediaurl);

    I see controls there but no way to load media.

  4. #4

    Default

    So for anyone out in the barren boxee development wasteland that is interested...

    Use a simple embed code
    Code:
        <embed src="http://www.youtube.com/v/o3Kbc-LSGvI?version=3&enablejsapi=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360">
    and then http://developer.boxee.tv/JavaScript...toSelectPlayer to autofind and manipulate it.

    For further details I suggest you take a look at this example: https://github.com/Boxee/html5-examp...outube-example

    PS: Boxee, I'm begging you, please hire some cool people to keep this forum and your blog active and not let this project die.

  5. #5

    Default

    I agree with you on that last part, since rob has left the develpment scene has come to a dead track. Boxee is a great player but the app platform is doomed to be a failure this way. As steve would call it they are a set of bozo's trying to make money instead of a creating a great product.
    Have a look at my repo at www.bartsidee.nl

  6. #6

    Default

    Quote Originally Posted by krazyjakee View Post
    So for anyone out in the barren boxee development wasteland that is interested...

    Use a simple embed code
    Code:
        <embed src="http://www.youtube.com/v/o3Kbc-LSGvI?version=3&enablejsapi=1" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360">
    and then http://developer.boxee.tv/JavaScript...toSelectPlayer to autofind and manipulate it.

    For further details I suggest you take a look at this example: https://github.com/Boxee/html5-examp...outube-example

    PS: Boxee, I'm begging you, please hire some cool people to keep this forum and your blog active and not let this project die.
    This actually still didn't work for me. The player just sits there on the screen and doesn't go full. Anyway, I'm hesitant to continue to develop for such a suicidal platform.
    Last edited by krazyjakee; July 12th, 2012 at 04:58 PM.
    Boxee... ?

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •