Announcement

Collapse
No announcement yet.

Announcement

Collapse
No announcement yet.

Casting Via Android Smartphone/Tablet To Beyond XBMC Or Direct To Your Android TV Box

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Casting Via Android Smartphone/Tablet To Beyond XBMC Or Direct To Your Android TV Box



    If you desire to cast your local media files to your Android TV box using Beyond XBMC as your playback video player or using the internal video player ....

    First turn on your WiFi, open your Beyond XBMC go to Services - Settings> UPnP and activate the three (3) Settings (Blue light) ...!

    Next, you must install the Playercorefactort.xml file found HERE http://www.mediafire.com/download/d6...orefactory.xml to Android> data> com.flumpster.xbmc> files> .xbmc> userdata on your Android TV box using a File Manager (Reboot Your TV Box) ...

    Install the AllCast App And BubbleUPnP App to your Android mobile device ... Get the "AllCast App" HERE https://play.google.com/store/apps/d...shikdutta.cast And get the "BubbleUPnP App" HERE https://play.google.com/store/apps/d...oid.bubbleupnp ...

    Next, install the FREE$$$ BubbleUPnP Server (TransCoder) to your PC/Laptop and activate (Where Your Local File Are), get the BubbleUPnP Server HERE http://bubblesoftapps.com/bubbleupnpserver/ ...

    *Please Note: you can cast just using your mobile device via the BubbleUPnP App ... You can also use your mobile device with the BubbleUPnP App via the DLNA/UPnP Server already installed on your home network, if desired ...!


    Check out the Playcorefactory.xml (Example Below), you can cast using other devices also (See Below)

    You can find the latest Android TV apps and casting apps HERE 24/7 https://plus.google.com/communities/...artnerid=gplp0 ...




    <playercorefactory>

    <players>
    <!-- MXPlayer Free definition -->
    <player name="MX Playerfree" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.mxtech.videoplayer.ad</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- MX Player Pro definition -->
    <player name="MX Player Pro" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.mxtech.videoplayer.pro</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- Plex definition -->
    <player name="Plex" type="ExternalPl Mkayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.plexapp.plex</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- Avia definition -->
    <player name="Avia" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.videon.android.mediaplayer</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- Allcast definition -->
    <player name="Allcast" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.koushickdutta.cast</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- BubbleUPnP definition -->
    <player name="BubbleUPnP" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.bubblesoft.android.bubbleupnp</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- Gallery definition -->
    <player name="Gallery" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.android.gallery3d</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- Vbukit Chromecast definition -->
    <player name="Vbukit Chromecast" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.creatingrevolutions.vbukitchromecast </filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- Vbukit definition -->
    <player name="Vbukit" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>com.creatingrevolutions.virtualbucket</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- CheapCast definition -->
    <player name="CheapCast" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename>at.maui.cheapcast</filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>

    <!-- definition -->
    <player name="" type="ExternalPlayer" audio="false" video="true">
    <!-- Android intent -->
    <filename></filename>
    <!-- Hide XBMC -->
    <hidexbmc>true</hidexbmc>
    <!-- After 2 minutes bump the play count of the item in XBMC -->
    <playcountminimumtime>120</playcountminimumtime>
    </player>
    </players>

    <!-- Rules for which external player to use -->
    <!-- MX Player Pro is default
    change player= value to one of the above names to change this -->
    <rules action="prepend">

    <!-- Video files -- Default rule (last to ensure above trigger first -->
    <rule video="true" player="Avia"/>
    </rules>

    </playercorefactory>
    Last edited by Tech1; 28 February 2014, 10:29.

    #2
    Mirror Mirror



    Notice BubbleUPnP Via ChromeCast Doing That Mirror, Mirror Thing On My Tablet In The Lower Part Of The Photo (No BubblePass Required) ... Plex Cannot Do The Mirror Mirror Thing ...

    If you want to know more about casting to your Android TV box via ChromeCast, AllCast, BubbleUPnP, Beyond XBMC, the info and files you need can be found HERE https://plus.google.com/communities/...artnerid=gplp0 .... You can now cast "ShowBox and VideoMix to your big screen TV via your Android smartphones and tablets follow the above link for instructions, plus links to free$$$ casting apps ...!

    Comment


      #3
      (This Is How We Do It) Casting To "Beyond XBMC", "ChromeCast" And To Your "Android TV Box" Via The New BubbleUPnP App (Transcoder Built In) And The AllCast App Direct To Your Big Screen TV

      Read the above write up and see what the BubbleUPnP app (Transcoder Built IN) looks like on a Samsung Galaxy Note 3, casting to "Beyond XBMC", "ChromeCast" dongle and direct to your "Android TV Box" HERE https://plus.google.com/communities/...artnerid=gplp0 ....

      Comment


        #4
        Mirror, Mirror On The Wall



        Mirror, Mirror Technology Right Now, Today 3/4/2014 The BubbleUpnP App, and Dutta's Allcast App Are The King Dogs, When It Comes To Mirror, Mirror On The Wall Technology ...!

        Comment


          #5
          Originally posted by Tech1 View Post
          Mirror, Mirror Technology Right Now, Today 3/4/2014 The BubbleUpnP App, and Dutta's Allcast App Are The King Dogs, When It Comes To Mirror, Mirror On The Wall Technology ...!
          Can I Mirror my Windows 7 PC to My Android stick using BubbleUpnP and Allcast Apps?
          -Chromecast with Google TV
          - Android Q Android 10

          Comment


            #6
            Originally posted by el_easy View Post
            Can I Mirror my Windows 7 PC to My Android stick using BubbleUpnP and Allcast Apps?
            No, you cannot ....

            Comment


              #7
              Originally posted by Tech1 View Post
              No, you cannot ....
              Thanks, but is there anything like that yet Mirror my Windows 7 PC to My Android stick?
              -Chromecast with Google TV
              - Android Q Android 10

              Comment


                #8
                Originally posted by el_easy View Post
                Thanks, but is there anything like that yet Mirror my Windows 7 PC to My Android stick?
                None yet to my knowledge, but I believe it's being worked on, you should hear something soon ...

                Comment


                  #9
                  Game Changer



                  NEW Allcast DLNA/UPnP App Can Now Cast Direct To Your Android TV Boxes, "Beyond XBMC" (XBMC Localhost) And The BubbleUPnP App On My Android TV Box (Nexus 7)

                  Comment


                    #10
                    Question about how to setup mirror phone to TV. Let say I have a GS3 phone and a 50 Panasonic TV with android TV box cs968 plug in. Can you tell me what app needs to be run on what device to mirror my gs3 screen to my Panasonic TV?? I believe many people here are wondering....

                    Comment


                      #11
                      Originally posted by buhohitr View Post
                      Question about how to setup mirror phone to TV. Let say I have a GS3 phone and a 50 Panasonic TV with android TV box cs968 plug in. Can you tell me what app needs to be run on what device to mirror my gs3 screen to my Panasonic TV?? I believe many people here are wondering....
                      All the casting knowledge for use with the CS968/CR11S and other rk3188 Android TV boxes can be found HERE https://plus.google.com/communities/...artnerid=gplp0 .... Plus a ton and a truck load of new Android TV apps ...

                      Comment


                        #12
                        For casting/mirror from a tablet to lcd tv, would you recommend a chromecast type dongle or a tronsmart T1000 dongle? Can you do the same with a mk808 or rk type dongle?

                        Thank you

                        Comment


                          #13
                          Originally posted by viewer View Post
                          For casting/mirror from a tablet to lcd tv, would you recommend a chromecast type dongle or a tronsmart T1000 dongle? Can you do the same with a mk808 or rk type dongle?

                          Thank you
                          I have never tested a Tronsmart T1000 dongle ... I have no problems casting via the new Allcast app via the ChromeCast dongle to my TV ...

                          Comment


                            #14
                            Originally posted by Tech1 View Post
                            I have never tested a Tronsmart T1000 dongle ... I have no problems casting via the new Allcast app via the ChromeCast dongle to my TV ...
                            Thanks for the reply...
                            The tronsmart appears to be ok from what I read...I guess I will need to commit?

                            Can you put an ezcast app on the mk808's or similar, rather than having to buy one of each dongle?

                            Thanks..

                            Comment


                              #15
                              Originally posted by viewer View Post
                              Thanks for the reply...
                              The tronsmart appears to be ok from what I read...I guess I will need to commit?

                              Can you put an ezcast app on the mk808's or similar, rather than having to buy one of each dongle?

                              Thanks..
                              Go with the ChromeCast dongle, because you will have access to more services, apps and support, it's your choice ...!

                              Comment

                              Working...
                              X