Hi,
ein User von VDR*ELEC mit LE13 hat in in diesem Thread Problem beim Start von live gemeldet. Ich kann ihm da nicht mehr weiterhelfen.
Die erste Meldung war
Code
# journalctl | grep live
Aug 05 13:26:22 vdr1 vdr[1245]: [1245] live: use ffmpeg.conf file /storage/.config/vdropt/plugins/live/ffmpeg.conf
Aug 05 13:26:29 vdr1 vdr[1245]: [1349] live: INFO: attempt to listen on ip = ''
Aug 05 13:26:29 vdr1 vdr[1245]: [1349] live: ERROR: ip = is invalid: exception = error 22 in function fcntl(wakePipe): Invalid argument
Aug 05 13:26:29 vdr1 vdr[1245]: [1349] live: ERROR: live httpd server crashed: error 22 in function fcntl(wakePipe): Invalid argument
Das hinzufügen von IP/Port in der live config brachte eine veränderte Ausgabe, aber noch keine Lösung
Code
# journalctl | grep live:
Aug 05 22:27:54 vdr1 vdr[1204]: [1204] live: INFO: validating server IP '0.0.0.0'
Aug 05 22:27:54 vdr1 vdr[1204]: [1204] live: use ffmpeg.conf file /storage/.config/vdropt/plugins/live/ffmpeg.conf
Aug 05 22:28:02 vdr1 vdr[1204]: [1305] live: INFO: attempt to listen on ip = '0.0.0.0'
Aug 05 22:28:02 vdr1 vdr[1204]: [1305] live: ERROR: ip = 0.0.0.0 is invalid: exception = error 22 in function fcntl(wakePipe): Invalid argument
Aug 05 22:28:02 vdr1 vdr[1204]: [1305] live: ERROR: live httpd server crashed: error 22 in function fcntl(wakePipe): Invalid argument
Die Fehlermeldung habe ich in void TntConfig::Configure(tnt::Tntnet& app) const gefunden.
LE13 und auch CE22 verwenden das tntnet von https://github.com/maekitalo/tntnet/commits/master/ mit dem Commit hash fdf69115cdac19e901fdc3bf6f7a06a30b2d87aa.
cxxtools stammt von https://github.com/maekitalo/cxxtools mit dem Commit hash 65afe49b24d444dab4f7d2b427ccf7ad956aa9da
Ich hoffe nicht, daß ich für beide Pakete einen Downgrade nur für live machen muss.