
Ergebnis 1 bis 4 von 4
Thema: ffmpeg recording
-
04.05.2023, 12:30 #1
- Registriert seit
- 29.07.2020
- Beiträge
- 305
- Thanks (gegeben)
- 13
- Thanks (bekommen)
- 19
- Total Downloaded
- 0
- Total Downloaded
- 0
Box 1:VU Zero4K ATV 7.3ffmpeg recording
stript for recording ffmpeg not working when assign functions to my remote control
he do working when starting script from plugin "file commander"
script are in the forler usr/script; attributies "755" ; assign to hotkey "long REC"
@Pike_Bishop could you help please, script attached
Thank yuo
ffmpeg_record.hidden.sh.txt
-
Advertising
-
04.05.2023, 14:50 #2
- Registriert seit
- 01.01.2016
- Beiträge
- 44
- Thanks (gegeben)
- 8
- Thanks (bekommen)
- 39
- Total Downloaded
- 0
- Total Downloaded
- 0
Without knowing exactly how hotkeys work, two things:
- NEVER overwrite the PATH variable; it's meant to provide the search path for binaries. But that's probably not your problem.
- "Script not working" is not just a very helpful error description, but I suspect, that you simply should never "exec ffmpeg" from a shell script exec'ed from Enigma2 without disowning job control.
Try "nohup /usr/bin/ffmpeg -headers "$HEADERS" -i "$URL" -s hd720 -vcodec copy -acodec copy "$FILE" > /dev/null 2>&1 &" or something similar instead.
-
20.05.2023, 20:11 #3
- Registriert seit
- 29.07.2020
- Beiträge
- 305
- Thanks (gegeben)
- 13
- Thanks (bekommen)
- 19
- Total Downloaded
- 0
- Total Downloaded
- 0
ThemenstarterBox 1:VU Zero4K ATV 7.3
-
20.05.2023, 22:17 #4
- Registriert seit
- 28.01.2016
- Beiträge
- 46
- Thanks (gegeben)
- 6
- Thanks (bekommen)
- 7
- Total Downloaded
- 20,61 MB
- Total Downloaded
- 20,61 MB
Box 1:Mutant hd66seHere is an extended version of the script.Start stop with the same button.
Lesezeichen