FAQ  •  Register  •  Login

iptv.ORF.at (Austria only)

<<

Ger-sh-win

Serviio newbie

Posts: 3

Joined: Wed Aug 17, 2011 1:34 pm

Post Sat Oct 01, 2011 10:22 am

iptv.ORF.at (Austria only)

A plugin for http://iptv.orf.at/ (Austria only).

Feed path:
http://rss.orf.at/iptv.xml
Attachments
Orf.groovy
(2.04 KiB) Downloaded 960 times
<<

muszaj

Streaming enthusiast

Posts: 35

Joined: Thu Oct 13, 2011 7:07 pm

Location: Hungary

Post Fri Oct 14, 2011 9:57 am

Re: iptv.ORF.at (Austria only)

Thanks for this, working perfectly!
Panasonic Viera D25
<<

sucka_punch

Streaming enthusiast

Posts: 21

Joined: Sun Mar 27, 2011 9:31 am

Location: Suedtirol

Post Sun Oct 23, 2011 6:44 am

Re: iptv.ORF.at (Austria only)

Thank you.

Is it possiblie to limit the number of videos to the newest 10 or 15 by using parameters?
<<

sucka_punch

Streaming enthusiast

Posts: 21

Joined: Sun Mar 27, 2011 9:31 am

Location: Suedtirol

Post Sun Oct 23, 2011 8:21 am

Re: iptv.ORF.at (Austria only)

The videos in this feed aren't supported by Playstation 3 and Panasonic Viera TX-L32DT30E.
<<

muszaj

Streaming enthusiast

Posts: 35

Joined: Thu Oct 13, 2011 7:07 pm

Location: Hungary

Post Sun Oct 23, 2011 11:05 am

Re: iptv.ORF.at (Austria only)

Hi sucka punch,

I think my Viera L32D25 should be identical to your TV; ORF IPTV works for me.
Have you tried using Samsung C/D profile?
Panasonic Viera D25
<<

sucka_punch

Streaming enthusiast

Posts: 21

Joined: Sun Mar 27, 2011 9:31 am

Location: Suedtirol

Post Sun Oct 23, 2011 11:45 am

Re: iptv.ORF.at (Austria only)

How can is set up or change to Samsung C/D profile? Is this an encoding profile?
<<

muszaj

Streaming enthusiast

Posts: 35

Joined: Thu Oct 13, 2011 7:07 pm

Location: Hungary

Post Sun Oct 23, 2011 3:49 pm

Re: iptv.ORF.at (Austria only)

This is a renderer profile;
you can set is on Serviio console status window to "Samsung TV / Player (C/D-series)".

If this works for ORF iptv, I suggest adding this to your profiles.xml, so the advantages of Panasonic profile will remain,
and you'll be able to watch ORF iptv:

<Profile id="21" name="Panasonic Viera 2" extendsProfileId="1">
<ContentDirectoryMessageBuilder>org.serviio.upnp.service.contentdirectory.PacketVideoDLNAMessageBuilder</ContentDirectoryMessageBuilder>
<SubtitlesMimeType>text/srt</SubtitlesMimeType>
<MediaFormatProfiles>
<MediaFormatProfile mime-type="video/divx">AVI</MediaFormatProfile>
</MediaFormatProfiles>
<Transcoding>
<!-- remux DTS/FLAC/LPCM in MKV/MP4 to AC3 -->
<Video targetContainer="mpegts" targetACodec="ac3">
<Matches container="matroska" vCodec="h264" aCodec="dca" />
<Matches container="matroska" vCodec="h264" aCodec="flac" />
<Matches container="matroska" vCodec="h264" aCodec="vorbis" />
<Matches container="mp4" vCodec="h264" aCodec="lpcm"/>
<Matches container="3gp" vCodec="h264" />
</Video>
<!-- Remux all h264 video to MPEG-TS stream -->
<Video targetContainer="mpegts">
<Matches container="avi" vCodec="h264" />
<Matches container="mp4" vCodec="h264" />
<Matches container="matroska" vCodec="h264" />
</Video>
<!-- unsupported codecs will be transcoded into mpeg-ts,
mpeg2 video and ac3 audio -->
<Video targetContainer="mpegts" targetVCodec="mpeg2video"
targetACodec="ac3">
<Matches container="avi" vCodec="mjpeg" />
<Matches container="avi" vCodec="dvvideo" />
<Matches container="mp4" vCodec="mjpeg" />
<Matches container="asf" />
<Matches container="flv" />
<Matches container="ogg" />
<Matches container="3gp" />
</Video>
<Audio targetContainer="mp3">
<Matches container="mp4" />
<Matches container="flac" />
<Matches container="ogg" />
<Matches container="asf" />
</Audio>
</Transcoding>
<OnlineTranscoding>
<Video targetContainer="mpeg" targetVCodec="mpeg2video"
targetACodec="ac3" aBitrate="384">
<Matches container="mp4"/>
</Video>
<Audio targetContainer="lpcm">
<Matches container="flv"/>
</Audio>
</OnlineTranscoding>
</Profile>


After adding this to your profiles.xml and restarting Serviio choose "Panasonic Viera 2" as profile.

Good luck! :)
Panasonic Viera D25
<<

sucka_punch

Streaming enthusiast

Posts: 21

Joined: Sun Mar 27, 2011 9:31 am

Location: Suedtirol

Post Sun Oct 23, 2011 4:46 pm

Re: iptv.ORF.at (Austria only)

Okay thank you.

With the Samsung profiles the videos now play on my Panasonic.

But if i add the code you 've posted to the profiles.xml Servio doesn't start anymore. Maybe i'm doing something wrong there?
<<

muszaj

Streaming enthusiast

Posts: 35

Joined: Thu Oct 13, 2011 7:07 pm

Location: Hungary

Post Sun Oct 23, 2011 5:34 pm

Re: iptv.ORF.at (Austria only)

I'm glad you got it working now.

Profile:
At the very end of profiles.xml there is a </Profiles> tag; you need to past the code right before it,
otherwise Serviio won't start.

Just to be sure I attached my profile, try to replace your profile.xml with this one in case Serviio still doesn't start,
and use "Panasonic 2"
Attachments
profiles.xml
My profile
(57.21 KiB) Downloaded 598 times
Panasonic Viera D25
<<

sucka_punch

Streaming enthusiast

Posts: 21

Joined: Sun Mar 27, 2011 9:31 am

Location: Suedtirol

Post Tue Oct 25, 2011 11:41 am

Re: iptv.ORF.at (Austria only)

muszaj wrote:I'm glad you got it working now.

Profile:
At the very end of profiles.xml there is a </Profiles> tag; you need to past the code right before it,
otherwise Serviio won't start.

Just to be sure I attached my profile, try to replace your profile.xml with this one in case Serviio still doesn't start,
and use "Panasonic 2"



Thanks a lot. I gonna tried it.

Return to Available plugins

Who is online

Users browsing this forum: No registered users and 14 guests

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