Page 1 of 1

Deutsche Welle Live TV plugin implementation started

PostPosted: Sat Aug 29, 2015 3:58 pm
by tuareg64ve
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 1522 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.

Re: Deutsche Welle Live TV plugin implementation started

PostPosted: Sat Aug 29, 2015 6:12 pm
by stefana888
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>

Re: Deutsche Welle Live TV plugin implementation started

PostPosted: Sat Aug 29, 2015 9:25 pm
by tuareg64ve
Should I have to put it in the application-profiles.xml file ?

Re: Deutsche Welle Live TV plugin implementation started

PostPosted: Sat Aug 29, 2015 9:57 pm
by stefana888
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?

Re: Deutsche Welle Live TV plugin implementation started

PostPosted: Sat Aug 29, 2015 10:30 pm
by jhb50
No..in profile.xml under the profile for the device you have selected for your TV in the Serviio console

Re: Deutsche Welle Live TV plugin implementation started

PostPosted: Sun Aug 30, 2015 5:51 am
by tuareg64ve
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.

Re: Deutsche Welle Live TV plugin implementation started

PostPosted: Sun Aug 30, 2015 6:07 am
by tuareg64ve
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 22401 times


What do you think?