FAQ  •  Register  •  Login

Deutsche Welle Live TV plugin implementation started

<<

tuareg64ve

Serviio lover

Posts: 54

Joined: Wed Mar 28, 2012 4:38 am

Post Sat Aug 29, 2015 3:58 pm

Deutsche Welle Live TV plugin implementation started

Hi all,

I am pleased to announce the first version of DWLive pluging for the above European TV.

DWLive.groovy
DWLive plugin
(5.2 KiB) Downloaded 1471 times


You may need to add the following statement to your profile.xml for the profile you are using.

  Code:
<OnlineTranscoding>
              <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="30000" targetACodec="ac3" aBitrate="384">
                     <Matches container="flv" vCodec="h264" />
              </Video>     
</OnlineTranscoding>


let me know your opininions.
Thanks.
Last edited by tuareg64ve on Sun Sep 20, 2015 7:34 am, edited 2 times in total.
<<

stefana888

User avatar

DLNA master

Posts: 134

Joined: Mon Aug 18, 2014 6:24 am

Post Sat Aug 29, 2015 6:12 pm

Re: Deutsche Welle Live TV plugin implementation started

Online transcode like this, perhaps.

  Code:
<OnlineTranscoding>
        <Video targetContainer="mpegts" targetVCodec="mpeg2video" maxVBitrate="30000" targetACodec="ac3" aBitrate="384">
        <Matches container="flv" vCodec="h264" />
   </Video>      
</OnlineTranscoding>
<<

tuareg64ve

Serviio lover

Posts: 54

Joined: Wed Mar 28, 2012 4:38 am

Post Sat Aug 29, 2015 9:25 pm

Re: Deutsche Welle Live TV plugin implementation started

Should I have to put it in the application-profiles.xml file ?
<<

stefana888

User avatar

DLNA master

Posts: 134

Joined: Mon Aug 18, 2014 6:24 am

Post Sat Aug 29, 2015 9:57 pm

Re: Deutsche Welle Live TV plugin implementation started

tuareg64ve wrote:Should I have to put it in the application-profiles.xml file ?

Yes. I suppose you have A or B series Samsung. Is the profile already not working?
<<

jhb50

DLNA master

Posts: 2843

Joined: Thu Jun 30, 2011 9:32 pm

Post Sat Aug 29, 2015 10:30 pm

Re: Deutsche Welle Live TV plugin implementation started

No..in profile.xml under the profile for the device you have selected for your TV in the Serviio console
<<

tuareg64ve

Serviio lover

Posts: 54

Joined: Wed Mar 28, 2012 4:38 am

Post Sun Aug 30, 2015 5:51 am

Re: Deutsche Welle Live TV plugin implementation started

stefana888 wrote:
tuareg64ve wrote:Should I have to put it in the application-profiles.xml file ?

Yes. I suppose you have A or B series Samsung. Is the profile already not working?



I am using Samsung A. The profile is already working for other sources.
I have added the statement above and it works now.
I am very happy for my first serviio plugin! :-)
Thanks.
Last edited by tuareg64ve on Sun Aug 30, 2015 6:15 am, edited 1 time in total.
<<

tuareg64ve

Serviio lover

Posts: 54

Joined: Wed Mar 28, 2012 4:38 am

Post Sun Aug 30, 2015 6:07 am

Re: Deutsche Welle Live TV plugin implementation started

I repost for reference.

tuareg64ve wrote:Hi all,

I have started to implement a pluging for the above European TV.
The plugin really works when I launch manually.
If I catch the contentUrl string and use it with ffplay I can really display the channel in my Linux Mint 17.2 laptop.
I get the following output:

  Code:
Input #0, flv, from 'rtmp://cp135358.live.edgefcs.net/live/dw_fl_tv-asiaplus_h@s82220?auth=daEb0dTa3a5c5bPdNd0dXdXdNddcrd6drdw-bv4Dlb-b4-oItuoBxDumEDw&aifp=001 playpath=dw_fl_tv-asiaplus_h@s82220?auth=daEb0dTa3a5c5bPdNd0dXdXdNddcrd6drdw-bv4Dlb-b4-oItuoBxDumEDw&aifp=001 swfUrl=http://www.dw.com/js/jwplayer/player.swf swfVfy=1':
  Metadata:
    Deutsche Welle  :
    &amp;#169; Deutsche Welle:
    description     :
    keywords        :
    rating          :
    Livestream DW-TV EUROPA:
    presetname      : DWVIDEOENC4A
    creationdate    : Fri Aug 28 16:00:46 2015
                    :
    videodevice     : Osprey-700 HD Video Device 1
    avclevel        : 31
    avcprofile      : 66
    videokeyframe_frequency: 5
    audiodevice     : SDI Input 1 (Osprey-700 HD 1)
    audiochannels   : 2
    audioinputvolume: 95
  Duration: N/A, start: 0.000000, bitrate: 1048 kb/s
    Stream #0:0: Video: h264 (Baseline), yuv420p(tv), 720x400 [SAR 1:1 DAR 9:5], 1048 kb/s, 25 fps, 25 tbr, 1k tbn, 50 tbc
    Stream #0:1: Audio: aac (LC), 44100 Hz, stereo, fltp
   3.47 A-V:  0.032 fd=  63 aq=   20KB vq=  172KB sq=    0B f=64/43   


In my Samsung TV I get "Format not supported".
The following are the supported format:

dwlive_scr1.jpg
Samsung A formats
dwlive_scr1.jpg (52.38 KiB) Viewed 22218 times


What do you think?

Return to Plugin development

Who is online

Users browsing this forum: No registered users and 4 guests

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