New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Kodi 14.2 remote playback (tv and radio) does not work but current playback stops #156
Comments
|
Hi, can you give me a little bit more details? What tvheadend and kodi version are you running ? |
|
Hi, sure what ever you need, like i said it's Kodi 14.2 Helix (final) on 2 Openelec Systems (5.0.8) and 1 Windows Kodi 14.2. All the Systems have everything enabled thats needed for remote access: http://i.imgur.com/cMuUkvy.png If i start your app it recognizes all the running kodi systems, so when i tap playback i can see the kodi systems in the menu, now when i tap one of them nothing happens. How does your app deal with kodi? Are you using the old way or is it the json implementation? TVHeadend is Version: 3.9.2765~g0294882 I really would like to use that function to start radio channel without turning the tv on ;) Regards X23 |
|
I'm using the json implementation, which should not have changed : https://github.com/zipleen/tvheadend-ios-lib/blob/master/tvheadend-ios-lib/TVHPlayXbmc.m#L85 It's probably something to do with tvheadend htsp url not working anymore... You do have a more recent version of tvheadend than me, so I'll need to upgrade and test out any changes. The url I build is in https://github.com/zipleen/tvheadend-ios-lib/blob/master/tvheadend-ios-lib/TVHChannel.m#L137 and this could be the problem. I send the HTSP instead of the http url to kodi because it's faster to start and supports all the native tvheadend stuff, but that url could have changed - and if it did I'm stuck again because that url is used for old tvheadend versions to work =) Supporting a lot of different versions in tvheadend is a real pain... |
|
Hi, this is how it looks in the app: http://i.imgur.com/jp1j62e.png Regards X23 |
|
yes of course, I'll try to do that tonight. If it's too complicated it will have to wait 1 more week because I'm not going to be available =) |
|
ok fine maybe there is a way to implement a version detection to use the right urls? |
|
I'm sure I'll have to find out :p I'll have a look tonight. |
|
This is maybe related to it? xbmc/xbmc#6699 |
|
Hi zipleen, i downloaded the ipa now and will test it in the next 1-2 hours, i get back to you. Regards X23 |
|
Hi, first test: does not work no reaction from one of the kodi systems. Regards X23 |
|
Hi again, This means there's something going on with your system, because it works flawlessly on all my kodi instances. Can you enable debug log in kodi and check what happens when you start a stream? maybe it has some more information there. |
|
Hi, did so but the confusing thing is there is nothing in the log: http://pastebin.com/HHhe3q7M |
|
can we talk over irc? it's faster that way. You can install the ipa over the stable version, there's no issues with that. I can only see the request received, but there's nothing else. Try to enable JSON-RPC in the component-specific logging |
|
Ok, issue was tvhclient does not support user/pass in kodi :) |
Hi,
it's not possible to start a tv or radio channel on a remote kodi system, playback of the tv or radio channel does not start but an already running playback stops.
Could this be fixed please?
Anyway Internal VLC usage is running fine.
Regards X23
The text was updated successfully, but these errors were encountered: