Page 1 of 2

Torrrent Stream Video Web Resource

PostPosted: Mon Oct 01, 2012 4:26 pm
by Yorick
Hi eberybody!!

Torrent Stream is a Russian application which is starting to offer high quality online streams, typically sports events like football matches.

This is the webpage http://torrentstream.org/

Livefootball.ws and wiziwig.tv are starting to list live Torrrent Stream events and especially in HD quality.

Is it possible to develop a plugin to use Torrent Stream in Serviio?.

It would be great to enjoy HD sport events or movies on our TVs.

Thanks in advance!!

Re: Torrrent Stream Video Web Resource

PostPosted: Tue Oct 23, 2012 9:05 pm
by Vintila
I second this plugin request!

Re: Torrrent Stream Video Web Resource

PostPosted: Tue Oct 23, 2012 9:57 pm
by devil2
me to ;)

Re: Torrrent Stream Video Web Resource

PostPosted: Wed Oct 24, 2012 8:18 am
by Vintila
I have read in this forum that which can be played in VLC can be played in Serviio. Well, these streams use VLC as player.

Re: Torrrent Stream Video Web Resource

PostPosted: Sat Oct 27, 2012 3:00 pm
by silvadalula
Vintila wrote:I have read in this forum that which can be played in VLC can be played in Serviio. Well, these streams use VLC as player.



TorrentStream will replace sopcast in soccer streaming. It is necesary develop a serviio pluging. I hope.

Re: Torrrent Stream Video Web Resource

PostPosted: Sun Oct 28, 2012 2:32 pm
by yugalex
I also subscribe! Torrent stream rulezzz! ;)

Re: Torrrent Stream Video Web Resource

PostPosted: Thu Nov 15, 2012 7:45 pm
by rsheller
I would also add my vote for a plugin using Torrrent Stream Video as a Web Resource.

Re: Torrrent Stream Video Web Resource

PostPosted: Sun Jan 20, 2013 2:52 am
by Wingsgb
Any thoughts on this? I am also very interested as sopcast has come to an end.

Reading on the acestream forums there API is open. There is a plugin for xbmc like everything else

Re: Torrrent Stream Video Web Resource

PostPosted: Mon Feb 18, 2013 11:11 pm
by someone4k
Hello guys. You can easily get this done by using VLC to output the stream on sopcast port/url so you dont need to change anything :)

Follow this easy guide http://forum.wiziwig.eu/threads/81442-T ... 5db1e94f21

Not CPU demanding, and you can turn off VLC local playback (display while streaming) by writing this instead:

  Code:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}"}


Torrentstream / Acestream

Re: Torrrent Stream Video Web Resource

PostPosted: Sat Feb 23, 2013 8:14 pm
by joostnl
Nice! But i can't get it to work... When I at a live stream to 'online sources' and even after a refresh the online folder is empty when browsing with my tv.

Re: Torrrent Stream Video Web Resource

PostPosted: Mon Feb 25, 2013 11:02 am
by Yorick
someone4k wrote:Hello guys. You can easily get this done by using VLC to output the stream on sopcast port/url so you dont need to change anything :)

Follow this easy guide http://forum.wiziwig.eu/threads/81442-T ... 5db1e94f21

Not CPU demanding, and you can turn off VLC local playback (display while streaming) by writing this instead:

  Code:
#duplicate{dst="http{mux=ts,dst=:8902/tv.asf}"}


Torrentstream / Acestream


I've tried that and it doesn´t work. Now the program isn´t TorrentStream, now it´s ACE Stream and everyday it´s more popular. So I keep the faith that someone developes the plugin.

Re: Torrrent Stream Video Web Resource

PostPosted: Mon Feb 25, 2013 3:00 pm
by someone4k
It does work if you do it correctly. You can verify it by "open network URL" in VLC: http://localhost:8902/tv.asf

Once verified: In Serviio you shouldnt open the Sopcast plugin, just a link to your local computer:8902/tv.asf (Restart serviio service and give it a few mins)

Re: Torrrent Stream Video Web Resource

PostPosted: Mon Feb 25, 2013 3:36 pm
by Yorick
someone4k wrote:It does work if you do it correctly. You can verify it by "open network URL" in VLC: http://localhost:8902/tv.asf

Once verified: In Serviio you shouldnt open the Sopcast plugin, just a link to your local computer:8902/tv.asf (Restart serviio service and give it a few mins)


Would you mind to make a tutorial how to do it?. With step by step, screen captures and an example to can see it better. It would be helpful for many people.

Thanks in advance ;)

Re: Torrrent Stream Video Web Resource

PostPosted: Mon Feb 25, 2013 4:48 pm
by someone4k
Lol am I your servant or something? What is it you dont understand? I gave a link to a straight forward step by step tutorial on wiziwig. Did you get it to run in VLC?

Re: Torrrent Stream Video Web Resource

PostPosted: Wed Feb 27, 2013 8:33 pm
by rsheller
I will lower my self to saying, no, I cannot get it to run, but in my defence I do use the "Dummies" guides & admit I occasionally have to be spoon fed info slowly & bit by bit.

I am a learner albeit a slow one! :D

Re: Torrrent Stream Video Web Resource

PostPosted: Thu Feb 28, 2013 4:01 pm
by Yorick
someone4k wrote:Lol am I your servant or something? What is it you dont understand? I gave a link to a straight forward step by step tutorial on wiziwig. Did you get it to run in VLC?


Yeahhh you are my servant. Just kidding :lol: :lol:

First, I put the code #duplicate{dst="http{mux=ts,dst=:8902/tv.asf}",dst=display} in the Default Stream Output Chain field of TorrentStream Player and after I put http://localhost:8902/tv.asf in the Source URL of Serviio console like here:

Image

The problem is that when I push the "Check stream URL button sometimes it works and sometimes not, how you can see in the image. And I don´t understand why :?

Re: Torrrent Stream Video Web Resource

PostPosted: Thu Feb 28, 2013 5:50 pm
by someone4k
With your settings you will also view the stream on your computer. Does it say prebuffering and then the video shows? It will only turn green in Serviio if there's actually something to stream. Also, while localhost works on your computer, you need to change it to your local ip for your TV to understand it. "localhost" was just for testing the output in another VLC window.

Since it sometimes turns green and sometimes not, the stream of your choice probably isnt good enough or your ISP is throttling torrent traffic.. = a lot of buffering

Re: Torrrent Stream Video Web Resource

PostPosted: Thu Feb 28, 2013 8:01 pm
by Yorick
I can to see perfectly the streams with the TorrentStream player with out buffering. So if I understand you, in Serviio console I have to put my PC local IP (192.168.1.30), for example http://192.168.1.30:8902/tv.asf, is this correct?.

With the Sopcast I have http://127.0.0.1:8902/ and it works perfectly in my TV. And 127.0.0.1 is the same that localhost http://en.wikipedia.org/wiki/Localhost

Re: Torrrent Stream Video Web Resource

PostPosted: Thu Feb 28, 2013 9:16 pm
by someone4k
Ok, if it works with Sopcast then localhost is valid for this workaround as well.

Exit Ace player and open it again and make sure Enable audio/video/SPU is checked and the "default output output chain" is there (as on screenshot from wiziwig). If it is everything is as it should be and I dont know what else to try. It does work on the 2 computers I've tried it on. The fact that "Check stream URL" is green sometimes shows that it works, but it should be green at all times as long as there is no buffering in Ace Player.

Re: Torrrent Stream Video Web Resource

PostPosted: Mon Mar 04, 2013 10:05 am
by Yorick
Thank you very much someone4k for your help. After to update the last version of Serviio, finally it works and now I can see HD Football in my Smart TV :)