Jump to content

Android Mobile


Redshirt

Recommended Posts

Deihmos

The sync takes a really long time to begin. I have to go to accounts and sync to force it. When I select something to sync on the phone there is no confirmation and the pop out menu does not close. 

 

The sync does not have an option to not use mobile connection.

Edited by Deihmos
Link to comment
Share on other sites

Ok guys, the update will start rolling out today, and this will contain the new video player based on Vlc as well as numerous Chromecast fixes. It will be a slow, staged rollout, so if you're one of the lucky ones who gets it first, please make sure to let us know how it's going as that will dictate how quickly we make it available for everyone. Thanks.

Link to comment
Share on other sites

I have been hammering the beta as has my son on Galaxy Tab S, S6 Edge & MXIII and the new player is really making a very positive difference! Thanks for all your hard work!

Link to comment
Share on other sites

Deihmos

I am doing some testing and Live TV stream stopped suddenly after about 10 minutes of playback. I then tried a movie and it played for about 15 minutes then just stopped and didn't give an option to resume.

Edited by Deihmos
Link to comment
Share on other sites

Well this is no excuse, but Ebr and I finally took over the app fairly recently, so try your best to give us a clean slate :)

Link to comment
Share on other sites

Deihmos

Well this is no excuse, but Ebr and I finally took over the app fairly recently, so try your best to give us a clean slate :)

I am having some issues with the video just stopping. It happened in Live TV and I am testing a movie and had the same result. The movie played for about 15 minutes then just stopped. I will get the logs.

 

I just did another test and had the same result.

 

 

http://pastebin.com/LwYzHqqR

Edited by Deihmos
Link to comment
Share on other sites

jmgriffes

I am having some issues with the video just stopping. It happened in Live TV and I am testing a movie and had the same result. The movie played for about 15 minutes then just stopped. I will get the logs.

 

I just did another test and had the same result.

 

 

http://pastebin.com/LwYzHqqR

 

I was actually having this same issue with video stopping. Happened twice in two play attempts, and reset the play progress on the video I was watching. I cleared App Data on the Emby App, logged back in, and everything worked correctly after that. No more stops yet (though I'll be testing more today).

  • Like 1
Link to comment
Share on other sites

buddyweiser

I am also experiencing the same issues with media stopping. Using an LG-G3.

Link to comment
Share on other sites

jmgriffes

I was actually having this same issue with video stopping. Happened twice in two play attempts, and reset the play progress on the video I was watching. I cleared App Data on the Emby App, logged back in, and everything worked correctly after that. No more stops yet (though I'll be testing more today).

 

 

I am also experiencing the same issues with media stopping. Using an LG-G3.

 

Luke, terribly sorry, but I just had this issue again (after I had cleared my App Data and posted about it above). Playing through a video nice and smooth, suddenly just closed the video and went back to the Media description page.

 

I've also had the app completely close after about 20 minutes of uninterrupted playback.

 

How can I grab logs for you?

Link to comment
Share on other sites

mattyg8

Love the app and use the sync function all the time, but when resuming an episode that is synced on my phone it always starts the video from the start. Does this app have the ability to resume from previous position with a synced file?

Link to comment
Share on other sites

  • 2 weeks later...
  • 4 weeks later...

I know there's a lot of people here who are on the open beta but haven't been actively discussing it here with us. Once you get tonight's beta, please head down to the testing area in the forum and comment on it.

 

http://emby.media/community/index.php?/forum/123-android/

 

It has quite a bit of new things, including an update to the latest version of LibVlc, and a new automatic bitrate setting. Those two things coupled together mean a lot more direct play and a lot less transcoding. But we need more testing feedback. There are also a number of Chromecast improvements. Thanks.

Link to comment
Share on other sites

hifiaudio2

What content should now direct play with the new update?   I tested an MKV of The Hobbit with h.264 and DTS MA and it transcodes on my Nexus 6 (I assumed it would).  Just wondering what is supposed to direct play now. 

Link to comment
Share on other sites

Dts ma won't if over 6 channels. We found in our testing it did not play well. Just like this update to libvlc improved a lot I'm sure future ones will as well

  • Like 1
Link to comment
Share on other sites

Yep, which is why I assumed I got an SSL error before when connecting that I could just ignore, and now it seems to disallow them completely.

 

Just wanted to add that I have the same problem using the default self signed cert emby-server created:

11:44:17.335 [JavaBridge] INFO  App - tryConnect url: https://xxxxx:8920/system/info/public
11:44:17.337 [JavaBridge] INFO  App - Sending request: {"Method":"GET","Url":"https://xxxxx:8920/system/info/public","RequestHeaders":{"accept":"application/json"},"Timeout":20000}
11:44:17.347 [JavaBridge] DEBUG App - Adding request to queue: https://xxxxx:8920/system/info/public
11:44:17.631 [main] ERROR App - VolleyError com.android.volley.NoConnectionError: javax.net.ssl.SSLHandshakeException: java.security.cert.CertPathValidatorException: Trust anchor for certification path not found.
com.android.volley.NoConnectionError
com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:157)
com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:112)
caused by javax.net.ssl.SSLHandshakeException
com.android.org.conscrypt.OpenSSLSocketImpl.startHandshake(OpenSSLSocketImpl.java:324)
com.squareup.okhttp.Connection.connectTls(Connection.java:235)
com.squareup.okhttp.Connection.connectSocket(Connection.java:199)
com.squareup.okhttp.Connection.connect(Connection.java:172)
com.squareup.okhttp.Connection.connectAndSetOwner(Connection.java:367)
com.squareup.okhttp.OkHttpClient$1.connectAndSetOwner(OkHttpClient.java:128)
com.squareup.okhttp.internal.http.HttpEngine.connect(HttpEngine.java:328)
com.squareup.okhttp.internal.http.HttpEngine.sendRequest(HttpEngine.java:245)
com.squareup.okhttp.internal.huc.HttpURLConnectionImpl.execute(HttpURLConnectionImpl.java:438)
com.squareup.okhttp.internal.huc.HttpURLConnectionImpl.getResponse(HttpURLConnectionImpl.java:389)
com.squareup.okhttp.internal.huc.HttpURLConnectionImpl.getResponseCode(HttpURLConnectionImpl.java:502)
com.squareup.okhttp.internal.huc.DelegatingHttpsURLConnection.getResponseCode(DelegatingHttpsURLConnection.java:105)
com.squareup.okhttp.internal.huc.HttpsURLConnectionImpl.getResponseCode(HttpsURLConnectionImpl.java:25)
com.android.volley.toolbox.HurlStack.performRequest(HurlStack.java:109)
com.android.volley.toolbox.BasicNetwork.performRequest(BasicNetwork.java:96)
com.android.volley.NetworkDispatcher.run(NetworkDispatcher.java:112)
11:44:17.632 [main] DEBUG App - Received error response for request id 2
11:44:17.638 [JavaBridge] INFO  App - event.trigger response2
11:44:17.643 [JavaBridge] INFO  App - connectToAddress https://xxxxx:8920 failed
Link to comment
Share on other sites

ctrlaltdefeat

Thanks emby for syncing through my remaining databundle -_-"

http://i.imgur.com/rscCYwt.png

 

No internet for 3 weeks now.

 

I guess I'm turning syncing off on all the devices in my household -_-

 

 

In case it wasnt clear, I've set emby to only sync on wifi

Edited by ctrlaltdefeat
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...