Code Monkey home page Code Monkey logo

Comments (23)

ddurdle avatar ddurdle commented on July 17, 2024

Which service are you using?

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

I want use streamcloud.eu, I cant find it predefined, so I choose Custom and put login info.

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

I'll add logic to capture when people add a site through custom that has issues using the default capture mechanisms so that they understand that is issue and how to get help to add support.

I'll add support for this site right now. If it goes well, a build should be working today.

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

Supported added to 0.2.1 - http://dmdsoftware.net/repository.ddurdle/plugin.video.cloudstream-0.2.1.zip

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

Hi ddurdle,

thanks for that fix. I tried that and now I setup streamcloud.eu from supported hosters, but I get error after that.

When I try to run this plugin, it says that there are no account setup (even thought that I setup streamcloud.eu), when I setup another account - same as the first one (so two accounts) then I get to first list, to pick account and then again is there error says - "Please setup a service in Addon-Settings->Account".

Any idea how to fix that? :)

Thanks
Martin

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

Can you try version 0.2.2?

The only reason this service nerve worked originally was because there is a
mandatory 10 second wait, otherwise it errors. The site would HV worked
with custom prior if I had provide an option to provide a wait time.

On Thursday, July 16, 2015, Martin Klíma [email protected] wrote:

Hi ddurdle,

thanks for that fix. I tried that and now I setup streamcloud.eu from
supported hosters, but I get error after that.

When I try to run this plugin, it says that there are no account setup
(even thought that I setup streamcloud.eu), when I setup another account

  • same as the first one (so two accounts) then I get to first list, to pick
    account and then again is there error says - "Please setup a service in
    Addon-Settings->Account".

Any idea how to fix that? :)

Thanks
Martin


Reply to this email directly or view it on GitHub
#8 (comment)
.

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

Where I can get 0.2.2. version? I use last code directly from github - and there is last version 0.2.1.

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

Try here:

http://dmdsoftware.net/repository.ddurdle/plugin.video.cloudstream-0.2.2.zip

And the repository for auto-updates is here:
http://dmdsoftware.net/repository.ddurdle/repository.ddurdle.zip

On Thu, Jul 16, 2015 at 11:00 AM, Martin Klíma [email protected]
wrote:

Where I can get 0.2.2. version? I use last code directly from github - and
there is last version 0.2.1.


Reply to this email directly or view it on GitHub
#8 (comment)
.

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

new version: http://dmdsoftware.net/repository.ddurdle/plugin.video.cloudstream-0.2.4.zip

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

some more improvements: http://dmdsoftware.net/repository.ddurdle/plugin.video.cloudstream-0.2.5.zip

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

Hi, thanks for improvement, I'm now on holidays, but I will give it try when I come back :)

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

Just make sure you install the latest version at the time you get around to it. You can also install the repository and it will update to the latest version.

I'm on holidays in 2 weeks and I intend to whip up the plugin a bit.

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

It work really well! Thanks. This latest version fix all problems that I had.

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

I appreciate the followup. If there is any other issues or features required, let me know, anytime.

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

It works pretty well, but when you already asked :P

I can play every video from my folder, but it would be really handy, if this application could play video from public URL like this - http://streamcloud.eu/c1i49abnqqgc/S01E05_Bart_schlaegt_eine_Schlacht__BB_.avi - it would be also cool, if it could read .txt file with coma delimetered format - where first would be "Video name", "URL" meaby "Hoster?" and then you could just tell way on disk and it would show up list of videos and you can play any of this video.

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

Maybe what you need is already there. You can create .STRM files on disk that when invoked will playback via the plugin the URL specified. Further, these could be .M3U files that contain a list of multiple streams to playback, in sequence.

For example, I test with the following two files:

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

streamcloud.eu.2.strm
plugin.video.cloudstream?mode=streamURL&url=http://streamcloud.eu/3szp480ou9cr/Sintel_DivXPlus_6500kbps.mkv.html

streamcloud.eu.strm
plugin://plugin.video.cloudstream?mode=streamURL&url=http://streamcloud.eu/adr5rrg2vjjk/Abnorm_23_____Fick_Mich_Wenn_ich_Pisse.flv.html

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

OK, and how can I invoke (run) from KODI this file?

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

Under Video -> Files. For example, store your .STRM files in a directory
on your KODI device, then add that path to Video -> Files -> Add Videos.
If your .STRM files represent valid movie names ("movie title
(year).strm"), they'll even be importable into the KODI library from
Movies).

I don't yet provide an automated means of creating .STRM files
automatically in CloudStream, like I do in other plugins, but this video I
made for Hive.IM plugin demonstrates near the end of the video how to
playback .STRM files https://www.youtube.com/watch?v=mf8KR7QBUZA

On Fri, Aug 14, 2015 at 1:16 PM, Martin Klíma [email protected]
wrote:

OK, and how can I invoke (run) from KODI this file?


Reply to this email directly or view it on GitHub
#8 (comment)
.

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

OK, I done it, but it says "Can't find a next item to play", what can I do about that? Do I need more links?

from cloudstream-for-kodi.

ddurdle avatar ddurdle commented on July 17, 2024

What does the contents of your file look like? It should be one line such as one below.

plugin.video.cloudstream?mode=streamURL&url=http://streamcloud.eu/3szp480ou9cr/Sintel_DivXPlus_6500kbps.mkv.html

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

Yep, I copy and paste this line there...

-----Ursprüngliche Mitteilung-----
Von: ddurdle [email protected]
An: ddurdle/CloudStream-for-KODI [email protected]
Cc: Martin Klíma [email protected]
Verschickt: Fr, 14 Aug 2015 7:56 pm
Betreff: Re: [CloudStream-for-KODI] Error when runing script (#8)

What does the contents of your file look like? It should be one line such as one below.

plugin.video.cloudstream?mode=streamURL&url=http://streamcloud.eu/3szp480ou9cr/Sintel_DivXPlus_6500kbps.mkv.html


Reply to this email directly or view it on GitHub.

from cloudstream-for-kodi.

Pooky avatar Pooky commented on July 17, 2024

There is log file with error:

22:54:58 T:2944232256   ERROR: CDVDPlayer::OpenInputStream - error opening [plugin.video.cloudstream?mode=streamURL&url=http://streamcloud.eu/3szp480ou9cr/Sintel_DivXPlus_6500kbps.mkv.html]
22:54:58 T:2944232256  NOTICE: CDVDPlayer::OnExit()
22:54:58 T:3001775936   ERROR: Playlist Player: skipping unplayable item: 1, path [plugin.video.cloudstream?mode=streamurl&url=http://streamcloud.eu/3szp480ou9cr/Sintel_DivXPlus_6500kbps.mkv.html]
22:54:58 T:3001775936  NOTICE: CDVDPlayer::CloseFile()

from cloudstream-for-kodi.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.