Search the Community
Showing results for tags 'Roku'.
-
when entering one album from latest the applucation exits (this log)...or gets stuck on retrieving v.1.75 e------ Manifest does not exist in zip archive ------ ================================================================= An error occurred while attempting to install the application: ------->No manifest. Invalid package. ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Entered CreateScreenForItem Pushing screen 1 onto view controller stack - Welcome Button pressed: gonext Not sure what to do with breadcrumbs on screen type: roCodeRegistrationScreen Pushing screen 2 onto view controller stack - MediaBrowserConnect BrightScript Micro Debugger. Enter any BrightScript statement, debug commands, or HELP. Current Function: 552: Sub addXApplicationHeader(http) 553: 554: http.AddHeader("X-Application", ConnectionManager().appName + "/" + HttpEncode(ConnectionManager().appVersion)) 555: 556: End Sub Type Mismatch. (runtime error &h18) in ...manager/ConnectionManager.brs(554) 554: http.AddHeader("X-Application", ConnectionManager().appName + "/" + HttpEncode(ConnectionManager().appVersion)) Backtrace: #7 Function addxapplicationheader(http As Dynamic) As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/connectionmanager/ConnectionManager.brs(554) #6 Function mgrgetpincreationhttprequest() As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/connectionmanager/ConnectionManager.brs(571) #5 Function startpinhttprequest(listener As Dynamic, context As Dynamic) As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MediaBrowserConnectScreen.brs(216) #4 Function pinshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MediaBrowserConnectScreen.brs(40) #3 Function handlefirstrunsetupscreenbutton(command As Dynamic, data As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ServerScreens.brs(42) #2 Function paragraphhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ParagraphScreen.brs(64) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: http bsc:roUrlTransfer refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 BrightScript Debugger> Note: GC - Found 33 orphaned objects (objects in a circular ref loop). ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Using broadcast address 192.168.4.255 Send To Address: 192.168.4.255:7359 / 192.168.4.255:7359 Received Message: {"Address":"http://192.168.4.130:8096","Id":"bce84ecf611e433e951657658a5563c6","Name":"Q6600"} Found 1 servers Creating server data cache Connect returned 0 servers connectToServers called with 1 servers Attempting to connect to http://192.168.4.130:8096/mediabrowser/system/info/public?format=json connectInitial returned State of ServerSignIn connectInitial returned ConnectionMode of Local Processing ConnectionResult State of ServerSignIn ServerSignIn Id: bce84ecf611e433e951657658a5563c6 ServerSignIn Name: Q6600 ServerSignIn LocalAddress: http://192.168.4.130:8096 ServerSignIn RemoteAddress: http://86.190.175.180:8096 ServerSignIn ManualAddress: Pushing screen 1 onto view controller stack - Login getPublicUserProfiles url: http://192.168.4.130:8096 Showing screen with 5 elements OnPasswordEntered Popping screen 1 and cleaning up 1 breadcrumbs Pushing screen 2 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 21ms Popping screen 2 and cleaning up 0 breadcrumbs Popping home screen Pushing screen 3 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 18ms Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Count loaded is now 10 out of 60 Loaded 10 elements in row 1, now have 60 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Received paginated response for index 10 of list with length 60 Count loaded is now 85 out of 77 Loaded 75 elements in row 1, now have 77 Count loaded is now 8 out of 12 Loaded 8 elements in row 3, now have 12 Received paginated response for index 8 of list with length 12 Count loaded is now 12 out of 12 Loaded 4 elements in row 3, now have 12 Entered CreateScreenForItem Pushing screen 4 onto view controller stack - MusicAlbum bb1e2903f233a27adc46e778830163c2 Close Music Album Screen Popping screen 4 and cleaning up 2 breadcrumbs Top of stack is once again: Home Received paginated response for index 0 of list with length 8 Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Received paginated response for index 0 of list with length 12 Count loaded is now 12 out of 12 Loaded 12 elements in row 3, now have 12 Received paginated response for index 0 of list with length 77 Count loaded is now 77 out of 77 Loaded 77 elements in row 1, now have 77 Received paginated response for index 0 of list with length 23 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Entered CreateScreenForItem Current Function: 434: Function GetTotalDuration(songs As Object) As String 435: 436: total = 0 437: For each songData in songs 438: total = total + songData.Length 439: End For 440: 441: Return FormatTime(total) 442: End Function Type Mismatch. (runtime error &h18) in ...w/pkg:/source/MusicScreen.brs(438) 438: total = total + songData.Length Backtrace: #6 Function gettotalduration(songs As Object) As String file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(438) #5 Function createmusicsongsscreen(viewcontroller As Object, artistinfo As Object) As Object file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(287) #4 Function vccreatescreenforitem(context As Dynamic, contextindex As Dynamic, breadcrumbs As Dynamic) As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(1289) #3 Function gridhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/GridScreen.brs(116) #2 Function handlehomescreenmessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/HomeScreen.brs(558) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: songs bsc:roArray refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 total Integer val:8511 songdata bsc:roAssociativeArray refcnt=2 BrightScript Debugger> BrightScript Debugger> BrightScript Debugger> Note: GC - Found 1494 orphaned objects (objects in a circular ref loop). ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Using broadcast address 192.168.4.255 Send To Address: 192.168.4.255:7359 / 192.168.4.255:7359 Received Message: {"Address":"http://192.168.4.130:8096","Id":"bce84ecf611e433e951657658a5563c6","Name":"Q6600"} Found 1 servers Creating server data cache Found string in the registry: {"bce84ecf611e433e951657658a5563c6":{"AccessToken":"c1b8210a0cd2473a9c468b31ed267c52","UserId":"59543acb15f7ccd6012f4447c75b0cf2","RemoteAddress":"http://86.190.175.180:8096","Name":"Q6600","Local":"1","LocalAddress":"http://192.168.4.130:8096","id":"bce84ecf611e433e951657658a5563c6"}} Parsed as: roAssociativeArray Connect returned 0 servers connectToServers called with 1 servers Attempting to connect to http://192.168.4.130:8096/mediabrowser/system/info/public?format=json connectInitial returned State of SignedIn connectInitial returned ConnectionMode of Local Processing ConnectionResult State of SignedIn SignedIn Id: bce84ecf611e433e951657658a5563c6 SignedIn UserId: 59543acb15f7ccd6012f4447c75b0cf2 SignedIn AccessToken: c1b8210a0cd2473a9c468b31ed267c52 SignedIn Name: Q6600 SignedIn LocalAddress: http://192.168.4.130:8096 SignedIn RemoteAddress: http://86.190.175.180:8096 ServerSignIn ManualAddress: Pushing screen 1 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 18ms Count loaded is now 10 out of 60 Loaded 10 elements in row 1, now have 60 Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Received paginated response for index 10 of list with length 60 Count loaded is now 85 out of 77 Loaded 75 elements in row 1, now have 77 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Count loaded is now 8 out of 12 Loaded 8 elements in row 3, now have 12 Received paginated response for index 8 of list with length 12 Count loaded is now 12 out of 12 Loaded 4 elements in row 3, now have 12 Entered CreateScreenForItem Current Function: 434: Function GetTotalDuration(songs As Object) As String 435: 436: total = 0 437: For each songData in songs 438: total = total + songData.Length 439: End For 440: 441: Return FormatTime(total) 442: End Function Type Mismatch. (runtime error &h18) in ...w/pkg:/source/MusicScreen.brs(438) 438: total = total + songData.Length Backtrace: #6 Function gettotalduration(songs As Object) As String file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(438) #5 Function createmusicsongsscreen(viewcontroller As Object, artistinfo As Object) As Object file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(287) #4 Function vccreatescreenforitem(context As Dynamic, contextindex As Dynamic, breadcrumbs As Dynamic) As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(1289) #3 Function gridhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/GridScreen.brs(116) #2 Function handlehomescreenmessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/HomeScreen.brs(558) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: songs bsc:roArray refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 total Integer val:8511 songdata bsc:roAssociativeArray refcnt=2 BrightScript Debugger> Note: GC - Found 1484 orphaned objects (objects in a circular ref loop). ------ Running ------ --1.75 Anamorphic support: true Server.info: listening on 0.0.0.0:8324 Using broadcast address 192.168.4.255 Send To Address: 192.168.4.255:7359 / 192.168.4.255:7359 Received Message: {"Address":"http://192.168.4.130:8096","Id":"bce84ecf611e433e951657658a5563c6","Name":"Q6600"} Found 1 servers Creating server data cache Found string in the registry: {"bce84ecf611e433e951657658a5563c6":{"AccessToken":"c1b8210a0cd2473a9c468b31ed267c52","UserId":"59543acb15f7ccd6012f4447c75b0cf2","RemoteAddress":"http://86.190.175.180:8096","remoteaddress":"http://86.190.175.180:8096","Name":"Q6600","name":"Q6600","Local":"1","LocalAddress":"http://192.168.4.130:8096","localaddress":"http://192.168.4.130:8096","id":"bce84ecf611e433e951657658a5563c6"}} Parsed as: roAssociativeArray Connect returned 0 servers connectToServers called with 1 servers Attempting to connect to http://192.168.4.130:8096/mediabrowser/system/info/public?format=json connectInitial returned State of SignedIn connectInitial returned ConnectionMode of Local Processing ConnectionResult State of SignedIn SignedIn Id: bce84ecf611e433e951657658a5563c6 SignedIn UserId: 59543acb15f7ccd6012f4447c75b0cf2 SignedIn AccessToken: c1b8210a0cd2473a9c468b31ed267c52 SignedIn Name: Q6600 SignedIn LocalAddress: http://192.168.4.130:8096 SignedIn RemoteAddress: http://86.190.175.180:8096 ServerSignIn ManualAddress: Pushing screen 1 onto view controller stack - Home Loading beginning of row 0, TV Loading beginning of row 1, Music Total initial grid load took: 28ms Count loaded is now 8 out of 8 Loaded 8 elements in row 0, now have 8 Count loaded is now 10 out of 60 Loaded 10 elements in row 1, now have 60 Received paginated response for index 10 of list with length 60 Count loaded is now 85 out of 77 Loaded 75 elements in row 1, now have 77 Count loaded is now 23 out of 23 Loaded 23 elements in row 2, now have 23 Count loaded is now 8 out of 12 Loaded 8 elements in row 3, now have 12 Received paginated response for index 8 of list with length 12 Count loaded is now 12 out of 12 Loaded 4 elements in row 3, now have 12 Count loaded is now 23 out of 23 Loaded 23 elements in row 4, now have 23 Count loaded is now 23 out of 23 Loaded 23 elements in row 5, now have 23 Count loaded is now 23 out of 23 Loaded 23 elements in row 6, now have 23 Count loaded is now 1 out of 1 Loaded 1 elements in row 7, now have 1 Count loaded is now 2 out of 2 Loaded 2 elements in row 8, now have 2 Count loaded is now 8 out of 52 Loaded 8 elements in row 9, now have 52 Received paginated response for index 8 of list with length 52 Count loaded is now 52 out of 52 Loaded 44 elements in row 9, now have 52 Count loaded is now 4 out of 4 Loaded 4 elements in row 10, now have 4 Connection[87031816].info: accepted connection @192.168.4.130:53067 Request[2].info: POST '/mediabrowser/message/Ping' Reply[30].info: Sent 163 [0-162/163] Reply[30].info: source buf is empty Reply[30].info: Sent-1 [0--2/0] Connection[87031816].info: send reply peer closed @192.168.4.130:53067 Entered CreateScreenForItem Current Function: 434: Function GetTotalDuration(songs As Object) As String 435: 436: total = 0 437: For each songData in songs 438: total = total + songData.Length 439: End For 440: 441: Return FormatTime(total) 442: End Function Type Mismatch. (runtime error &h18) in ...w/pkg:/source/MusicScreen.brs(438) 438: total = total + songData.Length Backtrace: #6 Function gettotalduration(songs As Object) As String file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(438) #5 Function createmusicsongsscreen(viewcontroller As Object, artistinfo As Object) As Object file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/MusicScreen.brs(287) #4 Function vccreatescreenforitem(context As Dynamic, contextindex As Dynamic, breadcrumbs As Dynamic) As Dynamic file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(1289) #3 Function gridhandlemessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/GridScreen.brs(116) #2 Function handlehomescreenmessage(msg As Dynamic) As Boolean file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/HomeScreen.brs(558) #1 Function vcshow() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/ViewController.brs(458) #0 Function main() As Void file/line: /tmp/plugin/DBAAAA8YhBQw/pkg:/source/appMain.brs(20) Local Variables: songs bsc:roArray refcnt=3 global rotINTERFACE:ifGlobal m bsc:roAssociativeArray refcnt=4 total Integer val:8511 songdata bsc:roAssociativeArray refcnt=2 BrightScript Debugger> Note: GC - Found 2918 orphaned objects (objects in a circular ref loop).
-
can you provide specific examples, perhaps with screenshots of the folders as well as what you see in the web interface? thanks.
- 9 replies
-
- Server Update
- Windows
-
(and 2 more)
Tagged with:
-
Starting this week my Media Browser 3 app on my Roku 3 no longer connects to the server running on my Windows 8.1 machine. Keep in mind that i am able to access the server from my Samsung TV as well as using the mobile app. Both work perfectly fine still. I was using the 1.4 Roku app version, I tried deleting that app and downloading the new 1.6 version released just last week with no luck. With the new app and new "pin" method,I'm able to see my server in a pre-populated list, but when i attempt to "connect to server" i get an error saying "Unable to Connect - We were unable to connect to this server. Please make sure it is running and try again". I have also tried to manually enter my IP address and port and get the exact same error. I have checked all settings and everything is working fine. However i noticed that when i look under the "devices" tap in the mediabrowser control panel, It no longer lists the Roku as being connected. I can see the web browser i am in, the samsung tv's, my OnePlus android, etc etc, but no ROKU. Any help would be great. Thanks for reading.
-
I'm enjoying Media Browser on my Roku 3, but am experiencing one considerable annoyance. When browsing through my media library, all I can see to identify media is a picture. It would be much easier if there were textual information (artist or album in the music folder, for example) were displayed. I'm hoping there's just a simple fix, but if there is I am missing it. As it is if I don't recognize the picture I have to click on it just to figure out what it is.
-
Screen mirroring introduced in firmware update 5.6.60. http://blog.roku.com/blog/2014/10/02/introducing-roku-screen-mirroring-beta-for-microsoft-windows-and-android-devices/
-
When I enable Cinema Mode and try to watch a movie on my Roku it's unable to load any trailers and after 5-10 seconds goes back to the play screen. I can't watch any movies without disabling Cinema Mode since the trailers never load.
-
I'm still having a problem with whatever music album I play in Roku app repeating endlessly rather than stopping after the last track. I left the house one day playing an album--then I got home 5 hours later it was still playing. Is there a repeat setting hidden somewhere in the Roku app?
-
I'm unable to use the play-to on either the Windows 8.1 nor Windows Phone 8.1 when attempting to play to the Roku client. I am able to see the ROKU Roku 3 client when I click the "play on..." on either device (when the Rome is running MB obviously), but nothing happens. After a few moments, an error is presented on the Windows 8.1 or Windows Phone 8.1 app stating "Error Unable to start your item." Has anyone else been able to get the "Play on..." to work with the Roku from any device?
-
After an update awhile back my MB3 on my ROKU 3 no longer will list movies with the .mkv extension. I was wondering if there is an easy fix I'm missing or if someone else has had a similar issue with a solution.
-
When i searched for (album) "reality bites", i got two hits. I couldnt distinguish which was film and which was soundtrack, but then it shouldnt matter as the resultant interface seems like it should? show all matches across categories but albums are missing from the resultant interface never mind i thought i'd just jump into albums starting R and find the album. but no the albums are not in alphabetical order and pressing * doesnt allow a change to the sort order. Can anyone else reproduce this with one of their albums?
-
I am running MB3 server and viewing content on a Roku 2. When I used the unofficial Roku MediaBrowser app the channels showed up. When I upgraded to the official channel, which is GREAT, the MB plugin channels don't show up. I can see them when I use MB3 in my browser just not in the Roku app. What am I missing? I would really like access to Playon through MB3 on Roku. Thanks for any help!!!
-
Hi All - MBMC for Roku has updated to V2.9. Now when I try to disable the Spotlight display on the main screen, it does not disappear. Also, regardless of the enabled or disabled status in preferences, selecting one of the movies or TV series causes the channel to crash out to the home screen. Thanks, Tanamur
-
Hi there - Thanks for the regular updates and I just updated 1.20. I am having two problems: 1) Select-ing the Search options crashes it back to the Roku home screen each time and every time. 2) When I select Movie Library and scroll up to the row with Suggested|Unwatched|All Movies|Actors (this is very nice btw) and selected Actors, after a long time I get an error message stating: There was a problem trying to get the people movies list from the server..... I would appreciate it if you could take a look at these issues. Cheers, Tanamur
-
Hi All - My Windows Media Audio Lossless (WMA) music CD rips are not playing on either the official or MBMC channel interfaces. FLAC play fine on both channels. Both are supported according to documentation for my Roku 3 with firmware 5.5. Roku Supported Media Is anyone else experiencing this? Thanks, Tanamur
-
Media Center Paid 1.14 and Free 1.15 Wired Connection MB Server Version 3.0.5289.18702 Hi All - I am having a problem when selecting a member of the cast from movies in that it crashes the app back to the Roku home screen. Is there a special log folder for the Roku for me to attach or will the server log attached be enough? Is this a known problem? Thanks, Tanamur server-63540755130 - Roku Crash.zip
-
The latest Beta update completely knocked out my Roku Media Centre. I'm getting an error message that it can't open my collection. The official Media Browser app is working. I changed my settings so I no longer get beta server updates because I'm sick of this stuff happening constantly. Is there any way for me to get Media Centre working again?
-
I know they say there are no dumb questions, but I'm about to prove that wrong! I am WAY behind in today's technologies, and have just survived off my laptop, wifi and regular cable or satellite. I have NO idea how to use these new media outlets, like media browser, playon, etc. I purchased playon and discovered it was not what I thought. I thought once you 'cast' a video that was all it took not that I had to leave my pc running. That is NOT an option for me, so does media browser work the same way? (and please answer like you are talking to a modern 5 year old, lol, I don't get tech talk) Is this worth it for me, or will i constantly be in "help" topics? Plus, i saw some type of card mentioned. Basically, how do i get the media browser content? like tv and movies? Is there something I can purchase and get access that way or what. I would appreciate any help I can get. Thanks. Also, I will be using a Roku. Can I use media browser on my roku and not leave my pc running in any way? If so, what will i be able to watch that way? Only files I upload or other media like tv and do i purchase that, etc.
-
Hi All - Is there a way to get the synopsis call out for trailers displayed in thumb view (as opposed to individual detail view)? I have looked at the settings but don't see it there. Edit: Forgot to mention this is in the Media Browser Beta channel installation. Thanks, Tanamur
-
I'm just configuring my parents house with a new Media Browser server. Each of the displays in the home will be using a ROKU. Does Media Browser Plus work only with MBTheater and MBClassic or is it worth purchasing if they will be using only ROKUs?
-
What to buy other than Chromecast? Suggestions Please...
Tanamur posted a topic in Non-Emby General Discussion
Hi Community - I would appreciate some hardware advice to purchase during my upcoming trip to the USA. I live in Asia and can't fully use (or order from Amazon) streaming devices like Roku, FireTV, Samsung Smart Media Player, etc. By this I mean that all of the features like Hulu, Netflix, Amazon video are blocked through a standard internet connection in my country. I have had a taste of the ease of using my Android app to stream to my old DLNA compliant HP Mediasmart Media Center extender. I love the convenience of not loading the media center client, dealing with overscan settings and codec support by treating it as just a DLNA client. However, it is old and on its way out. I should mention that I had a look around in the shops for one of the Android mini-PC's but nothing is sold here other than some overpriced US$250 clunky settop boxes catering to Mandarin characters which I don't read. So, it appears the logical and positive choice is a Chromecast device. I would appreciate if anyone could verify if this is working well enough with the Android MB3 app and an HDMI & USB slot on the TV. Thanks in advance, Tanamur- 15 replies
-
- roku
- chromecast
-
(and 2 more)
Tagged with:
-
@@gcw07 When browsing to the artist section of music I get a 'well handled error' "Problem Loading Artists" and then a crash. (100% of time) Tried official release and beta release of official roku client, latest as of 12/04/2014 21:52 GMT (same issue been apparent for c. 1 month+, possibly always been there) All other clients seem fine browsing music. i have c. 7000 artists and 700 album artists. i dont get an error when i 'jump in' to a letter. is there a capacity limit i am hitting? Is there a way to turn on client logging to see what might be the issue? any other ideas please? thank you.
- 6 replies
-
- roku
- official client
-
(and 4 more)
Tagged with:
-
gcw07, Tikuf and I have been working hard to bring back the NowTV Client in a way which doesn't involve the release of any source code. With that, we have come up with a simple remote delivery solution. All you'll need to do is open up a port on your router and have your external IP Address to hand. OK, so we're happy its all working correctly. You can find the installer at http://roku.gwscripts.com/ Follow the installation steps on that screen and let us know how you get on. :-D
-
Does anyone know of a way to interface MB3 with Playon running on the same machine? I'm mainly interested in interfacing with various channels I have in my Playon that link to live streams...it seems like a way to get live tv through, although it would be a serious load on a CPU with transcoding etc I imagine...
-
Hi all, First let me say thank you to the developers and everyone who have worked so hard on this application. I prefer it to a very similar program I have been using for several years, and the Live TV would absolutely make me switch and never look back. I tried to use the search functions, but wasn't able to find anything, so I apologize in advance if I missed a thread that fixes my issues. I can watch Live TV through mediabrowser on Ipads and laptops from anywhere now (which is awesome - thanks again - All Channels are OTA unencrpted, non-DRM channels, btw) However, at home, I can't get the Live TV function to work on Roku, or at least for more than about half a second. Additionally, whenever I attempt Live TV - I get one attempt, any subsequent attempt just continues to load (all the way at the end of the load bar) indefinitely. Also, whenever an attempt at Live TV fails, I am no longer able to load other Media from MB (same as TV, load bar forever, all the way at the end of the bar) until I close out of MediaBrowser channel and then reselect it. I have done my best with the Logs - never done this before so please let me know if I need to redo something. Transcode Log http://paste2.org/DDaKzzaI Server Log - I wasn't entirely sure where to begin cutting, so I hope there is not too much, or that I missed something. Either way, happy to repost. http://paste2.org/InwwvwgN Thanks again for all of your help!! Running the following: AMD Athlon (tim) II X2 240 Processor 2.80 GHz 4.00 GB Ram (3.75 usable) Windows 7 64 bit Roku 2XS
-
I am looking to be able to get live tv to play on my roku but it doesn't seem as though my server can handle the transcode of the live tv to allow me to be able to play any of the tv channels through my roku. However I nice way around this would be to use SiliconDusts new HDHR4 which has hardware transcoding to h.264 and direct playback on dlna devices. Does MB3 and the Roku front end support direct streaming the Live TV stream if I was to purchase one of these? I would really like live tv to work on my Roku. Thanks,