FAQ  •  Register  •  Login

SOPCAST VIDEO WEB RESOURCE

<<

Iveky

User avatar

DLNA master

Posts: 329

Joined: Thu Jan 31, 2013 5:17 pm

Location: Split, Croatia

Post Sat Jan 17, 2015 12:35 pm

Re: SOPCAST VIDEO WEB RESOURCE

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
<<

vlad2005

Serviio newbie

Posts: 5

Joined: Fri Jan 16, 2015 8:22 am

Post Sun Jan 18, 2015 6:44 am

Re: SOPCAST VIDEO WEB RESOURCE

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.
<<

TechWhizZ199

Serviio lover

Posts: 56

Joined: Thu Mar 27, 2014 11:25 pm

Post Mon Jan 19, 2015 2:34 am

Re: SOPCAST VIDEO WEB RESOURCE

This plugin requires a complete re-make.
<<

Vintila

Streaming enthusiast

Posts: 44

Joined: Wed Nov 02, 2011 5:57 pm

Post Tue Jun 16, 2015 3:07 pm

Re: SOPCAST VIDEO WEB RESOURCE

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
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Wed Jun 17, 2015 5:18 pm

Re: SOPCAST VIDEO WEB RESOURCE

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.
<<

Vintila

Streaming enthusiast

Posts: 44

Joined: Wed Nov 02, 2011 5:57 pm

Post Thu Jun 18, 2015 8:33 am

Re: SOPCAST VIDEO WEB RESOURCE

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
<<

aceituna

Serviio newbie

Posts: 1

Joined: Wed Sep 30, 2015 8:14 am

Post Wed Sep 30, 2015 8:23 am

Re: SOPCAST VIDEO WEB RESOURCE

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
<<

marika43

Serviio newbie

Posts: 12

Joined: Fri Nov 19, 2010 9:29 pm

Post Tue Jan 05, 2016 10:49 pm

Re: SOPCAST VIDEO WEB RESOURCE

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 ????
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Wed Jan 06, 2016 4:04 am

Re: SOPCAST VIDEO WEB RESOURCE

same place but in the Samsung h profile. Not sure if it works anymore.
<<

Vintila

Streaming enthusiast

Posts: 44

Joined: Wed Nov 02, 2011 5:57 pm

Post Wed Jan 06, 2016 8:38 pm

Re: SOPCAST VIDEO WEB RESOURCE

I confirm it is working.

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

marika43

Serviio newbie

Posts: 12

Joined: Fri Nov 19, 2010 9:29 pm

Post Thu Jan 07, 2016 7:48 am

Re: SOPCAST VIDEO WEB RESOURCE

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....?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Thu Jan 07, 2016 2:47 pm

Re: SOPCAST VIDEO WEB RESOURCE

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.
<<

marika43

Serviio newbie

Posts: 12

Joined: Fri Nov 19, 2010 9:29 pm

Post Fri Jan 08, 2016 6:29 am

Re: SOPCAST VIDEO WEB RESOURCE

but have you a file profiles.xml that works with the latest version 1.5.2 ?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Fri Jan 08, 2016 6:37 am

Re: SOPCAST VIDEO WEB RESOURCE

Yes the one that comes with it plus the 2 lines lol
<<

marika43

Serviio newbie

Posts: 12

Joined: Fri Nov 19, 2010 9:29 pm

Post Fri Jan 08, 2016 7:29 am

Re: SOPCAST VIDEO WEB RESOURCE

please can you upload the file profiles.xml that works?
thanks
<<

Vintila

Streaming enthusiast

Posts: 44

Joined: Wed Nov 02, 2011 5:57 pm

Post Sat Jan 09, 2016 12:10 am

Re: SOPCAST VIDEO WEB RESOURCE

Try this...
Attachments
profiles.xml
(144.05 KiB) Downloaded 790 times
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sat Jan 09, 2016 4:21 am

Re: SOPCAST VIDEO WEB RESOURCE

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?
<<

Vintila

Streaming enthusiast

Posts: 44

Joined: Wed Nov 02, 2011 5:57 pm

Post Sat Jan 09, 2016 6:23 pm

Re: SOPCAST VIDEO WEB RESOURCE

jhb50, you are a great guy but a few rude sometimes...

Please keep up the good work with this plugin!
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sat Jan 09, 2016 11:05 pm

Re: SOPCAST VIDEO WEB RESOURCE

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.
<<

mmastran

Serviio newbie

Posts: 3

Joined: Tue Feb 21, 2012 5:41 pm

Post Sat Jun 25, 2016 4:12 pm

Re: SOPCAST VIDEO WEB RESOURCE

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?
PreviousNext

Return to Available plugins

Who is online

Users browsing this forum: No registered users and 11 guests

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