Jump to content


crasher91

Member Since 29 Jan 2017
Offline Last Active 17 Feb 2017 21:08
-----

Posts I've Made

In Topic: DB transcoder

16 February 2017 - 21:15

this is what i found in var/log/apache2/error.log

[Sun Jan 22 13:27:34.880560 2017] [mpm_event:notice] [pid 3568:tid 1996075008] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 13:27:34.880942 2017] [core:notice] [pid 3568:tid 1996075008] AH00094: Command line: '/usr/sbin/apache2'
[Sun Jan 22 13:33:12.000886 2017] [mpm_event:notice] [pid 3568:tid 1996075008] AH00491: caught SIGTERM, shutting down
[Sun Jan 22 13:33:28.625565 2017] [mpm_event:notice] [pid 887:tid 1996374016] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 13:33:28.630590 2017] [core:notice] [pid 887:tid 1996374016] AH00094: Command line: '/usr/sbin/apache2'
[Sun Jan 22 15:31:03.963098 2017] [mpm_event:notice] [pid 887:tid 1996374016] AH00491: caught SIGTERM, shutting down
[Sun Jan 22 15:31:21.910951 2017] [mpm_event:notice] [pid 831:tid 1995599872] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 15:31:21.919771 2017] [core:notice] [pid 831:tid 1995599872] AH00094: Command line: '/usr/sbin/apache2'
[Sun Jan 22 17:03:25.236923 2017] [mpm_event:notice] [pid 831:tid 1995599872] AH00491: caught SIGTERM, shutting down
[Sun Jan 22 17:03:42.738242 2017] [mpm_event:notice] [pid 884:tid 1996181504] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 17:03:42.748871 2017] [core:notice] [pid 884:tid 1996181504] AH00094: Command line: '/usr/sbin/apache2'
[Sun Jan 22 17:57:48.551087 2017] [mpm_event:notice] [pid 884:tid 1996181504] AH00491: caught SIGTERM, shutting down
[Sun Jan 22 17:58:05.765799 2017] [mpm_event:notice] [pid 892:tid 1995444224] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 17:58:05.773742 2017] [core:notice] [pid 892:tid 1995444224] AH00094: Command line: '/usr/sbin/apache2'
[Sun Jan 22 19:45:11.874105 2017] [mpm_event:notice] [pid 892:tid 1995444224] AH00491: caught SIGTERM, shutting down
[Sun Jan 22 19:45:28.908746 2017] [mpm_event:notice] [pid 931:tid 1996267520] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 19:45:28.919766 2017] [core:notice] [pid 931:tid 1996267520] AH00094: Command line: '/usr/sbin/apache2'
[Sun Jan 22 20:38:18.529420 2017] [mpm_event:notice] [pid 931:tid 1996267520] AH00491: caught SIGTERM, shutting down
[Sun Jan 22 20:38:35.863388 2017] [mpm_event:notice] [pid 812:tid 1995902976] AH00489: Apache/2.4.10 (Raspbian) configured -- resuming normal operations
[Sun Jan 22 20:38:35.871558 2017] [core:notice] [pid 812:tid 1995902976] AH00094: Command line: '/usr/sbin/apache2'

should there be an additional log located in another folder?


In Topic: DB transcoder

13 February 2017 - 20:09

i have still some problems to get it running on linux.

 

if i open http://10.0.0.2/e2transcoding/admin/ i get the following:

close(); ?>

my config.php:

<?php
  //mandatory configuration
$conf["username"] = "root"; //username to access DB transcoder
$conf["password"] = "root"; //password to access DB transcoder
$conf["callreceiver"] = 0; // if enigma2 receiver is not used must be 0, but it is not mandatory if receiver is used
$conf["stream_dir"]="/var/www/e2transcoding/stream/"; //full path of stream dir 
$conf["db_stream_port"]="8001"; //enigma2 stream port
$conf["command"] = "/usr/local/bin/ffmpeg";   // path of avconv or ffmpeg executable , if avconv of ffmpeg installed from package only need executable name
//$conf["command"] = "avconv";   // path of avconv or ffmpeg executable , if avconv of ffmpeg installed from package only need executable name
$conf["stream_web_dir"] = "/video/stream/"; //web url folder of stream

//enigma2 receiver configuration
$conf["db_username"] = "root"; //enigma2 user name
$conf["db_password"] = "root#"; //enigma2 password
$conf["db_ip"] ="10.0.0.1"; //enigma2 IP
$conf["db_web_port"]="80"; //enigma2 WEB interface port





// Advanced settings
$conf["parameters"] = "-i {stream_url} -c:a aac -q:a 1 -strict experimental -c:v libx264 -crf {crf}  -profile:v baseline -filter:v yadif -vf \"scale=trunc(oh*a/2)*2:min({width} \,iw)\" -r 24 -map 0:a:{audio_id} -map 0:v:0 -hls_time 10 -hls_wrap 6 {stream_dir}ystream.m3u8";  
$conf["database"] = "db/dbtranscode.db" ; //sqlite database path
$conf["stream_log"] = "/tmp/stream.log" ; //full path of avconv or ffmpeg log


//Bellow this line do not edit
$conf["command"] =  $conf["command"] . " " . $conf["parameters"];



?>

please help.


In Topic: DB transcoder

29 January 2017 - 11:26

hello,

 

I tried to get it running on windows 7 but unfortunately it doesn't wrok.

i did everything according the readme.txt. When i open "start.bat" it shows the following:

C:\WINDOWS\system32>SET PORT=8888

C:\WINDOWS\system32>ECHO OFF
**************************************
**************************************
DB TRANSCODER IS RUNING ON PORT 8888
**************************************
**************************************

Gewartet wird 0 Sekunden. Weiter mit beliebiger Taste...
C:\WINDOWS\system32
PHP 5.6.7 Development Server started at Sun Jan 29 11:23:59 2017
Listening on http://0.0.0.0:8888
Document root is C:\DB\web
Press Ctrl-C to quit.


also i can't open myip:8888 in the browser.

 

hope someone can help me.