Search found 11 matches

by JohnDoee
Sun Mar 25, 2018 9:08 pm
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

Edit: I changed the streaming port and it now works! not sure why but that's great, thanks for the plugin All you did was: Install Plugin Change port ? Can you give me OS, Deluge version, how you installed it, how you started the stream (via WebUI or GTKUI) and other stuff you think I would need to...
by JohnDoee
Sat Feb 25, 2017 6:17 pm
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

The plugin tries to bind the IP you specify, if it fails, then it will bind to 0.0.0.0. If the hostname resolves to a local IP, then it will bind to that local IP. Do you want a checkbox like: "Listen to all IPs" ? Regarding your edit, I do not see how that should happen. It generates URLs...
by JohnDoee
Thu Oct 20, 2016 8:09 am
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

I'm happy you got it working. For further reference (to anyone who might hit lots of problems), you can go into the deluge config folder and delete streaming.conf to clear all streaming plugin settings. The StreamProtocol is not polished at all and the GreaseMonkey integration is really the weak poi...
by JohnDoee
Tue Oct 11, 2016 12:06 pm
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

The stream protocol stuff was a bit of a failed idea on my part, so just remove and forget about it for now. It is just a small helper to make it easier to open URLs in your media player. So, just uninstall for now. * Disable "Use stream URLs" * Disable SSL (for now, at least). * Disable r...
by JohnDoee
Wed Oct 05, 2016 9:53 am
Forum: Support
Topic: Download files through deluge-web UI
Replies: 2
Views: 5677

Re: Download files through deluge-web UI

My streaming plugin can serve up the files. It is literally just serving the file via http directly from the disk if it is complete.
by JohnDoee
Tue Oct 04, 2016 9:12 am
Forum: Support
Topic: Deluge daemon boot issues with SSL trackers
Replies: 1
Views: 1807

Re: Deluge daemon boot issues with SSL trackers

Check what version of pyOpenSSL you have installed using

Code: Select all

python -c "import OpenSSL; print OpenSSL.__version__"
If it says 16.1.0, try installing 16.0.0 by using

Code: Select all

pip install pyopenssl==16.0.0
by JohnDoee
Tue Oct 04, 2016 9:11 am
Forum: Support
Topic: s
Replies: 1
Views: 1988

Re: Deluged randomly stops

Check what version of pyOpenSSL you have installed using

Code: Select all

python -c "import OpenSSL; print OpenSSL.__version__"
If it says 16.1.0, try installing 16.0.0 by using

Code: Select all

pip install pyopenssl==16.0.0
by JohnDoee
Tue Sep 22, 2015 12:31 pm
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

Make link is clickable and well done. I got a few questions OS, are you running Windows, Linux or OSX ? What kind of data do you have, Video, music or normal data (something you can't play) ? If something you want to watch, what do you use for playback, VLC, Windows Media Player, Kodi, something el...
by JohnDoee
Mon Mar 16, 2015 9:25 pm
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

I do have issues with missing video from the playback. I can only hear the soundtrack. Eventhough it's +90% complete. Can you tell me more about what you were watching ? Container (mkv, avi, mp4, ...), audio/video codec (h.264, xvid, aac, mp3, ...), player (VLC, Media Player Classic, Kodi) etc. I c...
by JohnDoee
Tue Feb 03, 2015 8:16 pm
Forum: Plugins
Topic: [Plugin] Video/Audio Streaming Plugin
Replies: 18
Views: 109562

Re: [Plugin] Video/Audio Streaming Plugin

I don't know how your algorithm works. but I would suggest reading this: http://dev.deluge-torrent.org/ticket/2196 That was what i was using, it is sadly, poor. I don't think it actually does anything :? The same goes for piece priority, setting it to the highest level does not mean it's done befor...