FAQ  •  Register  •  Login

multiple streams via online plugins

<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Wed Dec 12, 2012 7:11 pm

multiple streams via online plugins

is it possible to do multiple simultaneous streams via online plugins? or is it restricted to a single stream at a time?

Whenever one device is streaming and another tries to start something it kills the connection for the first device.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Wed Dec 12, 2012 11:44 pm

Re: multiple streams via online plugins

It should allow for it. Are these live streams? Post detailed log of when the stream is stopped.
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Thu Dec 13, 2012 7:27 am

Re: multiple streams via online plugins

just tested it again and it did the same thing. It happens when streaming shows using the hulu plugin.

wife was watching glee off the xbox and I tried to start an ep of simpsons using my android device.

the xbox will stop the stream in progress, flash the name of the ep I am playing on my tablet and then go black.

Attaching the log file.
Attachments
serviio logs.txt
(63.58 KiB) Downloaded 472 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Dec 13, 2012 1:32 pm

Re: multiple streams via online plugins

What's the IP of the xbox and phone?

It looks like the 2 files are accessed from the same IP

  Code:
Resource request accepted. Using client 'IPAddress=/192.168.42.106, Profile=Xbox 360'


If the IP is the same it'll stop transcoding (if there is no other consumer of the stream).
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Fri Dec 14, 2012 7:43 pm

Re: multiple streams via online plugins

That's strange.

the phone is 42.57
the xbox is 42.106
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Tue Dec 18, 2012 5:20 pm

Re: multiple streams via online plugins

any ideas on how serviio thinks these devices are using the same IP? It's virtually impossible for them to be using the same address on the network so I would have to assume serviio is having trouble distinguishing the two devices for some reason.
<<

miksa

Serviio lover

Posts: 68

Joined: Fri Nov 09, 2012 2:30 am

Post Tue Dec 18, 2012 5:36 pm

Re: multiple streams via online plugins

slyguy42o wrote:any ideas on how serviio thinks these devices are using the same IP? It's virtually impossible for them to be using the same address on the network so I would have to assume serviio is having trouble distinguishing the two devices for some reason.
it's possible to identify a connection by IP and Port #. but i don't understand why it was decided that these devices used the same IP:
2012-12-12 23:10:38,051 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.42.106, Profile=Xbox 360',
2012-12-12 23:11:16,083 DEBUG [ResourceDeliveryProcessor] Resource request accepted. Using client 'IPAddress=/192.168.42.57, Profile=Generic DLNA profile'
- Mike
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Tue Dec 18, 2012 8:28 pm

Re: multiple streams via online plugins

Could you send a new log, starting a bit earlier? Basically try to:

1) Browse to the file on XBox
2) play the file
3) browse to a file on phone
4) play a file

What seems to be happening is that the phone browses for list of items and then makes the request for the fle, but from the incomming connection it looks like this:

  Code:
[WebServer] Incoming connection from /192.168.42.106:50738
[ResourceTransportRequestHandler] GET /resource/1000000000010002/MEDIA_ITEM/AVC_TS_MP_SD_AC3_ISO-0/ORIGINAL HTTP/1.1, headers = [User-Agent: Xenon,Connection: Keep-alive,Host: 192.168.42.77:8895]]


It's requesting the right remuxed file (AVC_TS_MP...) for the phone, but the connection looks like it's coming from .106 (incl. the XBox user agent). Serviio then things it's a new request from the XBox, stops the previous transcode job, tries to start a new one, but because it transcodes to WMV it fails (as the expected output is AVC_TS_MP...).

Looks like the connections are reused or something.

You could also change your Java version.
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Sat Dec 22, 2012 6:51 pm

Re: multiple streams via online plugins

I upgraded to 1.1 and tried again, same deal.

Here is the full logs for the server.
Attachments
servlogs2.txt
(418.18 KiB) Downloaded 360 times
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Sat Dec 22, 2012 7:17 pm

Re: multiple streams via online plugins

Thanks, I will try to reproduce it next week at home.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Fri Dec 28, 2012 2:30 pm

Re: multiple streams via online plugins

I can't reproduce it, I'm able to play a online feed in xbox and a Sony TV at the same time, no profile switching happens. Does that happen for local files too? Try to play MKV on the Xbox and then on your phone (using a Bravia profile for example).
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Tue Jan 15, 2013 11:17 pm

Re: multiple streams via online plugins

I have done a bunch of additional testing. I have had up to four devices puling streams simultaneously without issue.

So far I cannot reproduce it either unless I run through the described scenario above. I will try it with regular movies and report back.
<<

slyguy42o

DLNA master

Posts: 481

Joined: Wed Oct 24, 2012 5:29 am

Post Wed Jan 16, 2013 2:13 am

Re: multiple streams via online plugins

I resolved the issue, this whole deal is a feature on my phone and I am sorry but it appears it had nothing to do with serviio

When i play movies on my phone... I can change the output.. and one of the options is xbox 360. it uses some method where it just takes over whatever the xbox is doing and uses it to show the movie. pretty cool actually.. but I set the option by accident.
<<

zip

User avatar

Serviio developer / Site Admin

Posts: 17215

Joined: Sat Oct 24, 2009 12:24 pm

Location: London, UK

Post Thu Jan 17, 2013 1:26 pm

Re: multiple streams via online plugins

Cool. Thanks for feeding it back.

Return to Serviio Support & Help

Who is online

Users browsing this forum: Baidu [Spider] and 14 guests

Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group.
Designed by ST Software for PTF.