Jump to content


spameris

Member Since 7 May 2011
Offline Last Active 15 Feb 2017 09:26
-----

Posts I've Made

In Topic: DB transcoder

14 February 2017 - 15:54

is there any errors in php error log ?


In Topic: DB transcoder

12 January 2017 - 22:27

New Version released 0.70 with IPTV support
 
Long time since there was no new versions of transcoder. But good news recently there is new version with new great feature, now you can add IPTV links manually to transcoder bouquets. Actually from this release enigma2 receiver is not mandatory anymore you can use it for transcoding IPTV only. Just do not forget in such case set option
 
 $conf[“callreceiver”] = 0; 
 
To add IPTV link go yo Editor section.
 
editor-221x300.png
 
 
get it here:
 
 
 
 
Supported IPTV formats ? Must be everything what ffmpeg ot avlib supports (as we can use one of those tools)
 

In Topic: DB transcoder

4 November 2016 - 14:38

I have got it up running using

Ubuntu 16.04.1 LTS

NginX

php7.0-fpm

 

Some channels is not working and I am getting following message in stream.log

Input #0, mpegts, from 'httx://url:8001/1:0:1:132B:7E7:2:11A0000:0:0:0:':

(ignore httx as it is http)

...

...

Stream map '0:a:1' matches no streams.

To ignore this, add a trailing '?' to the map.

 

I have tried adding the trailing ? to the map and did not make any difference. Please can you advise how I can troubleshoot this?

 

 

Thanks

 

btw did you tried to move audio track in settings tab to left side ? maybe this helps.


In Topic: DB transcoder

4 November 2016 - 14:32

As far I know the current boxes can do just 1 transcode... There are even boxes that can only transcode when the box is in standby

 

littlesat this e2transcoder is seperate app runing on windows/linux/RPI computer .


In Topic: DB transcoder

4 November 2016 - 14:12

can you advise how i can have multiple streams running at same time? i have 4 tuners which i would like to put to use at same time if possible

thanks

 

I never tested. But in theory there should not be problems running 4 transcodes at same time, you need to install 4 seperate e2 transcoders like http://e2stream1/admin http://e2stram2/admin etc...  . Also use seperate log file for each transcoder. But transcoding 4 streams at same time might use alot of CPU power. Let me know if you try this way, if not working i may try to adjust code.