Page 9 of 10

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sat Jan 17, 2015 12:35 pm
by Iveky
It is client side, tv, which has to be updated to do this, what you need. Write some widget?

Sent from my LG-E440 using Tapatalk 2

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sun Jan 18, 2015 6:44 am
by vlad2005
I think that is difficult at TV level, because SDK is not available, at least for Sony Bravia.
I have an suggestion, but probably need to post on "features" category. In esence, need that serviio offer dump video stream until main stream is filled with data (or new data). Shure, there is some problem about changing codec but i think that is resolvable, "on the fly" using transcoding.

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Mon Jan 19, 2015 2:34 am
by TechWhizZ199
This plugin requires a complete re-make.

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Tue Jun 16, 2015 3:07 pm
by Vintila
jhb50 wrote:
Note for Samsung C/D/E profile users:
Due to a Serviio bug in 1.0.1, mpegts streams with h264 video and mp2 audio, fail in transcoding. To fix that, add the second line shown below following first line shown below in the first section of the C/D/E profile <Transcoding> entry. You may also add the third line, and then h264 mpegps as well as h264 mpegts and wmv.asf streams will transcode to MPEG2VIDEO making all these typical SOPCAST streams compatible and eliminate the need to refresh when switching between them.
  Code:
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="mpegts" vCodec="h264" /> <!-- jhb50 fixes serviio h264.ts to h264.ts transcode bug -->
<Matches container="mpeg" vCodec="h264" /> <!-- optional -->

.


jhb50, I have been using this workaround successfully until the last releases of Serviio.

Now if I update the profile.xlm file with these lines Serviio cannot start. Any idea about how to solve this?

Thanks

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Wed Jun 17, 2015 5:18 pm
by jhb50
Serviio cannot start

That means you made an error in the profile.
It goes in the sam_h profile but you should no longer need it because AFAIC that bug would be fixed by now.

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Thu Jun 18, 2015 8:33 am
by Vintila
Thanks jhb50, I am doing something wrong when editing the profiles.xml files (perhaps Notepad + is adding some special character), I will try editing with the standard Notepad as before..

What is absolutely sure is that the continuous dropping with Samsung TVs has not been solved (I have a C and a F series with same continuous droppings). I will try to amend the profile with your solution. I understand that the lines have to be added only to the H series profile regardless the Samsun model I have.

Regards

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Wed Sep 30, 2015 8:23 am
by aceituna
Hi

I am trying to work with Synology NAS, Serviio, SAMSUNG TV ( C650 ) and SOPCAST, how must I create the online stream link, to run sop://broker.sopcast.com:3912/257225 link streams?

If I run the sopcast app in the PC I can mirror it to the Samsung TV, but I would like to do the same without the PC if it´s possible.

Can somebody help me?

Thank you in advance

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Tue Jan 05, 2016 10:49 pm
by marika43
yaro wrote:Note for Samsung C/D/E profile users:

Due to a Serviio bug in 1.0.1, mpegts streams with h264 video and mp2 audio, fail in transcoding. To fix that, add the second line shown below following first line shown below in the first section of the C/D/E profile <Transcoding> entry. You may also add the third line, and then h264 mpegps as well as h264 mpegts and wmv.asf streams will transcode to MPEG2VIDEO making all these typical SOPCAST streams compatible and eliminate the need to refresh when switching between them.



Code:
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="mpegts" vCodec="h264" /> <!-- jhb50 fixes serviio h264.ts to h264.ts transcode bug -->
<Matches container="mpeg" vCodec="h264" /> <!-- optional --><


Please, how should I change the profiles.xml in the latest serviio release 1.5.2 ????

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Wed Jan 06, 2016 4:04 am
by jhb50
same place but in the Samsung h profile. Not sure if it works anymore.

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Wed Jan 06, 2016 8:38 pm
by Vintila
I confirm it is working.

Thanks a lot @jhb50, you're the man!

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Thu Jan 07, 2016 7:48 am
by marika43
if I update the profile.xlm in same place in the Samsung h profile with these lines:
<Matches container="mpegts" vCodec="h264" /> <!-- jhb50 fixes serviio h264.ts to h264.ts transcode bug -->
or these
<Matches container="mpegts" vCodec="h264" /> <!-- jhb50 fixes serviio h264.ts to h264.ts transcode bug -->
<Matches container="mpeg" vCodec="h264" /> <!-- optional -->
or
<Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" />
<Matches container="mpegts" vCodec="h264" /> <!-- jhb50 fixes serviio h264.ts to h264.ts transcode bug -->
<Matches container="mpeg" vCodec="h264" /> <!-- optional -->

the Serviio service cannot start (the serviio service goes starting and then itself goes stopping)....

Please, anyone can upload the profiles.xml file that works....?

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Thu Jan 07, 2016 2:47 pm
by jhb50
Your statement makes no sense. How could you add <Matches container="mp4" vCodec="mpeg4" aCodec="lpcm" /> when it is already there.
You have either put the lines in an invalid location or made a typo, and your profile.xml is invalid.
Check the DEBUG log for the error message that will explain your error.

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Fri Jan 08, 2016 6:29 am
by marika43
but have you a file profiles.xml that works with the latest version 1.5.2 ?

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Fri Jan 08, 2016 6:37 am
by jhb50
Yes the one that comes with it plus the 2 lines lol

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Fri Jan 08, 2016 7:29 am
by marika43
please can you upload the file profiles.xml that works?
thanks

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sat Jan 09, 2016 12:10 am
by Vintila
Try this...

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sat Jan 09, 2016 4:21 am
by jhb50
You both miss the point that he needs to learn how to make these mods himself, or perhaps you plan to keep sending him revised profiles when he asks again with the next release?

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sat Jan 09, 2016 6:23 pm
by Vintila
jhb50, you are a great guy but a few rude sometimes...

Please keep up the good work with this plugin!

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sat Jan 09, 2016 11:05 pm
by jhb50
No, I'll just let you continue to support him with it, since he can't be bothered to learn how to do it himself.

Re: SOPCAST VIDEO WEB RESOURCE

PostPosted: Sat Jun 25, 2016 4:12 pm
by mmastran
Hello,

I have a VirtualBox VM running Debian with SopCast installed.
The host is running Win 7 and Serviio 1.6 is installed there (I tried to have Serviio run within Debian VM but FFMPeg wasn't working properly)
Long story short, Serviio on Win works just fine, so I'll be keeping it running on the host.

Is there a way to have the Sopcast stream (which is running in the VM) play via Serviio to my TV?